Skip to content
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

apio install client forbidden https #163

Closed
nottledim opened this issue Aug 2, 2018 · 6 comments
Closed

apio install client forbidden https #163

nottledim opened this issue Aug 2, 2018 · 6 comments

Comments

@nottledim
Copy link

I'm trying to run "apio install system" but it complains: Error: 403 Client Error: Forbidden for url: https://api.github.com/repos/FPGAwars/tools-system/releases

I can download that URL with browser. I assume this is a certificate verification issue but it's not clear to me what's wrong.

Could somebody help me debug this please.

Debian GNU/Linux "stretch"

@Jesus89
Copy link
Member

Jesus89 commented Aug 15, 2018

Hi. Is this happening when you install other packages? Have you tried different networks? What version of Python are you using?

Thanks.

@nottledim
Copy link
Author

nottledim commented Aug 15, 2018 via email

@Jesus89
Copy link
Member

Jesus89 commented Aug 15, 2018

I tried the same tests:

Python 3.5.2 (default, Nov 23 2017, 16:37:01) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
>>> requests.get('https://github.com')
<Response [200]>
>>> requests.get('https://api.github.com')
<Response [200]>

Maybe you can execute requests.get('https://api.github.com').json() to get more information about the error in your machine.

@nottledim
Copy link
Author

nottledim commented Aug 17, 2018 via email

@Jesus89
Copy link
Member

Jesus89 commented Aug 17, 2018

Great. Congrats!

@Jesus89 Jesus89 closed this as completed Aug 17, 2018
@simonjwright
Copy link

@nottledim Thanks for this! I found ~/.netrc from 2005 (three ISPs ago). Delete; all is well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants