We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tunasync-scripts/anaconda.py
Line 216 in d5f2142
[2020-08-13 22:36:59,004] [INFO] Syncing installers... [2020-08-13 22:36:59,005] [INFO] Start syncing https://repo.continuum.io/archive [2020-08-13 22:37:01,967] [ERROR] Failed to sync installers of archive Traceback (most recent call last): File "/home/scripts/anaconda.py", line 270, in main sync_installer(remote_url, local_dir) File "/home/scripts/anaconda.py", line 216, in sync_installer remote_filesize = int(r.headers['content-length']) File "/usr/local/lib/python3.7/dist-packages/requests/structures.py", line 54, in __getitem__ return self._store[key.lower()][1] KeyError: 'content-length'
ref: tuna/issues#915
The text was updated successfully, but these errors were encountered:
这里加参数allow_redirects=True也许就可以了
allow_redirects=True
Line 199 in d5f2142
Sorry, something went wrong.
de3629d
No branches or pull requests
tunasync-scripts/anaconda.py
Line 216 in d5f2142
ref: tuna/issues#915
The text was updated successfully, but these errors were encountered: