-
Notifications
You must be signed in to change notification settings - Fork 2
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
changes in NONMEM repo #2
Comments
Icon appears to have implemented a new web server which yields an HTTP 401 error from wget but works from a web browser. A workaround is to download it manually and serve the file from a local location, and I'll ask Bob if he knows what has changed and a way to work around it. |
The updates to the website make the |
I just fixed it in 5037a5c |
Hi @billdenney Thank you for the quick action! I just tried it and it seemed to work, but only for a NONMEM version I downloaded before. For instance if I try it with version 7.4.2 I get "Username/Password Authentication Failed." while for a version I downloaded manually before it works? For me it's no problem to manually download the zip file and add it to the installation directory, not sure if this would work for everybody. |
Thanks for the update. It tends to work for me on the second attempt, but I don't know how reliable that is. I've updated the instructions in the README.md file to suggest manual download. |
Hi @billdenney
It seems that something is changed in the NONMEM repository. Downloading the NONMEM zip does not work as expected anymore, e.g. something like this:
wget -nv --no-check-certificate "https://nonmem.iconplc.com/nonmem741/NONMEM7.4.1.zip"
will now issue an error "Username/Password Authentication Failed.". I tried various options like --ask-password or --password but without success. Did you experience problems and have a possible solution?
The text was updated successfully, but these errors were encountered: