-
Notifications
You must be signed in to change notification settings - Fork 5
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
Failure to install - error -102 #913
Comments
It is confirmed that this issue is due to language/locale settings in Windows. |
To fix this, we will need to upgrade Python, Django, and rewrite the deployment mechanism. |
Can we put wording in the Readme that addresses the language setting. For example, ...can be installed on Windows language set = English..... |
Language looks great. Please add the Docker profile comments. |
One possible way to a working temporary solution is to use Docker to deploy international versions. This would require that users have Docker installed. Deploying this shouldn't take more than 16 hours and does not need a separate build per locale. |
Just to make sure I am clear, this would be a work-around for all international users, regardless of language. There's no limitation on Docker with other languages? |
Correct, it is is workaround. Anybody on an English (or similar, but untested) locale will still use the normal deployment. If somebody on another locale has issues launching the program (specifically with a 102 error), then they should use the Docker image instead. The Docker image /should/ have no issues across different locales (though the program will still run in English). However, I've never /actually/ tested for that purpose. |
Failed to load URL http://127.0.0.1:8000/ with error (-102). This is currently in progress.
Error 102 is a message generated by the Chrome Browser that is embedded with the ADSM application. This error happens when the browser cannot connect to the server running in the black terminal window that opens with the ADSM application.
Usually this happens because of a firewall that is blocking local connections, an aggressive virus scanner that is preventing the server from starting, or another program running on your system using the same ports as the ADSM application.
Some good troubleshooting steps are:
After trying these steps, please remember to re-enable your firewall and virus scanner so your system isn't vulnerable.
The text was updated successfully, but these errors were encountered: