Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image will display a blank page #3

Open
p2rpower opened this issue Jan 17, 2021 · 3 comments
Open

Docker image will display a blank page #3

p2rpower opened this issue Jan 17, 2021 · 3 comments

Comments

@p2rpower
Copy link

Don't hate us - Windows users ;-)
I have bulit the image - OK.
I have run it with docker run --name acctelemetry -p 5100:5100 -e ORIGIN=localhost:5100 -d --rm acctelemetry - OK.

Listing containers output is a bit strage (note servier ip):
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bcd356da5c06 acctelemetry "./entrypoint.sh" 7 seconds ago Up 6 seconds 0.0.0.0:5100->5100/tcp acctelemetry

Browser redirects from http://localhost:5100 to http://localhost:5100/acctelemetry - so the server is there and running.
But the page is blank.

Source code of the blank page shows some code with this seems to be the key:
console.log("Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing");

@gotzl
Copy link
Owner

gotzl commented Jan 31, 2021

Don't hate us - Windows users ;-)

No worries ;) Everyone as he likes ^^

Not sure whats the problem here... Could you check your browser console for errors? Ie in chrome, right click -> Inspect, then navigate to the 'Console' tab.

@goelp14
Copy link

goelp14 commented Dec 28, 2023

Hello, I am getting the same error as this user but I was able to get some output errors:

image

I know this is several years later but hopefully can be resolved.

If I were to guess... one of the issues is that the folder path is incorrect for wsl. You need the "/mnt/c/path/to/folder" format instead. Also, some wierdly named motec files will cause issues (if you download it from some other source for example). You might need to either delete those or add support.

@gotzl
Copy link
Owner

gotzl commented Dec 29, 2023

Hmm.. I don't really understand what's happening here. The Denying load of ... looks very weird... By any chance, did the version bump I just pushed to the main branch help? Does this also happen with another browser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants