question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] tools.get raises AuthenticationException

See original GitHub issue

Environment 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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
Viatoruscommented, Aug 2, 2021

After some delay, here is the final answer from ARM:

The change would require changes in firewall settings. We’ve discussed the issue with our Security team and unfortunately this change was rejected

So (we) either host the binaries else where or use a custom user agent when using tool.get.

1reaction
memshardedcommented, Jun 1, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found