-
Notifications
You must be signed in to change notification settings - Fork 9
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
Static Views on Windows cannot be accessed #87
Comments
The button is inactive if no webserver could be started. It is often the case when Advene is started multiple times (the first instance can create the webserver, but the 1234 port is busy afterwards for other Advene instances). I have some code in the works to avoid mutiple Advene instances. If this bug happens in the first Advene launch, then please send a advene.log logfile so that I can investigate the issue. |
Happens on the first launch and we observed this behavior on multiple different computers. Task Manager shows only one Advene process running. |
Maybe some other application is using the 1234 port Advene is expecting to find available. To determine the application using the 1234 port on windows:
|
with and without Advene running:
Get-Process : Cannot bind argument to parameter 'Id' because it is null.
|
Visualisations like the Timeline (online) cannot be accessed on windows. The w3 button is inactive with the message "webserver could not be started. static views cannot be accessed". Tested on several computers. Windows 10.
The text was updated successfully, but these errors were encountered: