atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

503 Server Error: Service Unavailable for url

Open DorotaKarkutIntel opened this issue 3 years ago • 4 comments

I am unable to connect to Confluence and Jira. I try to connect with: confluence = Confluence( url=my_company_url, username=username, password=password) Then I try to get page with: confluence.get_page_by_id(page_id) I get 503 Server Error: Service Unavailable for url I have a proxy at my company and I have set up env variables for proxy. It was working fine until about week ago. I didn't change anything in my environment.

DorotaKarkutIntel avatar Apr 13 '22 08:04 DorotaKarkutIntel

Maybe something on the proxy was changed.

Spacetown avatar May 23 '22 17:05 Spacetown

I'm experiencing the same issue even on non company devices.

Basavaraj-PN avatar Aug 10 '22 05:08 Basavaraj-PN

@DorotaKarkutIntel @Basavaraj-PN could you provide more info please :)

gonchik avatar Sep 18 '22 12:09 gonchik

I found a workaround:

  1. delete files:
  • python-crtifi-win32-init.pth
  • distutils-precedence.pth
  1. pip install pip-system-certs

DorotaKarkutIntel avatar Sep 22 '22 07:09 DorotaKarkutIntel