You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a viewer locally on an HPC cluster and using the video tool to create a script. The script is created successfully however when I try to render with a web driver, I get the following error:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome failed to start: exited normally.
(session not created: DevToolsActivePort file doesn't exist)
(The process started from chrome location /u/hashirah/.cache/selenium/chrome/linux64/125.0.6422.141/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
I tried rendering without a web-driver but it also has issues where 0 chunks are identified and the window is an empty neuroglancer viewer:
Open the following URLs to begin rendering
http://127.0.0.1:1337/v/8b760429ffc4419fb98ff0897ffd81e341958173/
2024-06-06T11:2614.962285 [0.000/ 4] Requesting screenshot
2024-06-06T11:2621.058847 [0.000/ 4] Screenshot in progress: 0/ 0 chunks loaded ( 0 bytes), 0 downloading
2024-06-06T11:2622.033892 [0.000/ 4] Screenshot in progress: 0/ 0 chunks loaded ( 0 bytes), 0 downloading
2024-06-06T11:2623.038067 [0.000/ 4] Screenshot in progress: 0/ 0 chunks loaded ( 0 bytes), 0 downloading
Here is the script which was created using the tool:
I was also wondering why the script had URLs with the prefix neuroglancer-demo.appspot.com when I launch the viewer locally and it should be localhost:1337?
The text was updated successfully, but these errors were encountered:
Hi,
I am running a viewer locally on an HPC cluster and using the video tool to create a script. The script is created successfully however when I try to render with a web driver, I get the following error:
I tried rendering without a web-driver but it also has issues where 0 chunks are identified and the window is an empty neuroglancer viewer:
Here is the script which was created using the tool:
I was also wondering why the script had URLs with the prefix
neuroglancer-demo.appspot.com
when I launch the viewer locally and it should belocalhost:1337
?The text was updated successfully, but these errors were encountered: