gotzl / acctelemetry

Display telemetry data recorded by Assetto Corsa Competizione
GNU General Public License v3.0
37 stars 11 forks source link

Docker image will display a blank page #3

Open p2rpower opened 3 years ago

p2rpower commented 3 years ago

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 commented 3 years ago

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 commented 8 months ago

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 commented 8 months ago

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?