Python Connection Issue

Hello,
I’m trying to run the basic example, but I’m getting HTTP Connection Error as in attached img.

Can this be happening because of proxy we have in the company?

Thanks and regards,
Diogo

It could be your proxy :thinking: the easiest way to test this out, I think, is to click on this link: https://app.asana.com/api/1.0/users/me and see if it looks like you can connect. If that works, then I’d try with curl next like this: 1. curl -H "Authorization: Bearer 0/123456789abcdef" https://app.asana.com/api/1.0/users/me and see if that works.

If both of those methods work then we’d know that it’s something to do with python specifically.

1 Like

Hey @Matt_Bramlage,
I tried both these methods and they work. I believe its something to do with python. Wanted to know what can be done.

Thanks