[bug] tools.get raises AuthenticationException
See original GitHub issueEnvironment Details (include every applicable attribute)
- Operating System+version: KUbuntu 21.04
- Conan version: 1.37.0
- Python version: 3.9.5
Conan version < 1.37.0 works properly.
Steps to reproduce (Include if Applicable)
conanfile.py with
def build(self):
tools.get("https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.gz", destination=self._folder_name)
Logs (Executed commands with output) (Include/Attach if Applicable)
conan output
tools.get("https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.gz", destination=self._folder_name)
AuthenticationException: 403: Forbidden
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Paramiko AuthenticationException issue - python
Code below get error: AuthenticationException: Authentication failed. import paramiko client = paramiko.SSHClient() client.
Read more >17 Best Bug Tracking Tools: Defect Tracking Tools of 2022
Here is a review of the best Bug Tracking Tools to make your bug management process simpler so you can concentrate on finding...
Read more >20 Best Bug Tracking Software, Tools, & Solutions for 2022
The 20 best bug tracking software for 2022 includes 1. ClickUp, 2. Jira, 3. Redmine, 4. Zoho Bug Tracker, 5. Asana.
Read more >Amazon Revokes Employee Raises, Blames Software Bug
Sign up for What's New Now to get our top stories delivered to your inbox every morning.
Read more >Don't be scared of software bug tracking this Halloween
Software bug tracking raises the blood pressure of many software teams ... Teams need to streamline the process and find tools that automate ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

After some delay, here is the final answer from ARM:
So (we) either host the binaries else where or use a custom user agent when using
tool.get.Yes, lets leave this open for a while, so you can reference it too if you will try to raise it to arm.
If no further reports in a few weeks, then we will close it, thanks!