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
Running the init script it tries do download a configuration:
Downloading lastest configuration...
GET http://repo.mseclab.com:9080/nathan/current...
Impossible to download the file -> <urlopen error [Errno 110] Connection timed out>
The response of the webserver is only one string:
NRL001
In most business environments such ports are blocked, please move to 80/443.
Moreover after the script is restarted the android sdk is downloaded again, the previous download is not reused.
The text was updated successfully, but these errors were encountered:
The response is correct because in the first request the current version is returned (actually NRL001).
Thanks for your hint: the web server has been moved on port 80.
For the last point, the init command checks if sdk/ folder exists and then checks that emulator command works correctly. Only if the two checks fail, the script restart to download the SDK.
Probably the SDK files were not been completed and the script restarted to download (related to 9080 port?).
Hi,
yes I noticed that the first response is only the version number and downloaded the remaining files manually.
As for buffering the SDK: No, the SDK-Download was complete and also sucessfully extracted but the download started again for each run.
I will see if I can reproduce this issue or if that was related to the custom port.
Running the init script it tries do download a configuration:
The response of the webserver is only one string:
In most business environments such ports are blocked, please move to 80/443.
Moreover after the script is restarted the android sdk is downloaded again, the previous download is not reused.
The text was updated successfully, but these errors were encountered: