Skip to content

Error starting Dataline binary - 'NoneType' object has no attribute 'id' #343

Closed Answered by RamiAwar
tlawrence-TAG asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @tlawrence-TAG ! It looks like DataLine is trying to open http://localhost:7377 in a web browser but is unable to find any web browsers.

We use webbrowser from the Python standard library.

I'm not sure if you have any browsers installed already, maybe you don't. If you do, then the issue is with the Python standard lib package not supporting that browser.

To solve this, I'd recommend you install a mainstream browser 😄 Not much we can do otherwise. DataLine should run regardless, it's just a webserver. If you realllyyy want to use an unsupported browser, you could use DataLine as a docker container then and open the URL yourself!

Lmk if this doesn't solve the problem and we can re-open…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tlawrence-TAG
Comment options

@RamiAwar
Comment options

@RamiAwar
Comment options

Answer selected by RamiAwar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants