You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This response is now a 403 error. Upon inspection this is what is included at the end of response.content:
class="font2">Access Denied
\r\n
You do not have access to trading212.com\r\n The site owner may have set restrictions that prevent you from accessing the site. Contact the site owner for access or try loading the page again.
Do you think T212 have now locked us out?
The text was updated successfully, but these errors were encountered:
My execution gets to Equity.get_companies(), which posts;
response = requests.get( url=f"{self.base_url}/rest/companies", headers=self.headers )
This response is now a 403 error. Upon inspection this is what is included at the end of response.content:
class="font2">Access Denied
\r\nYou do not have access to trading212.com\r\n
The site owner may have set restrictions that prevent you from accessing the site.
Contact the site owner for access or try loading the page again.
Do you think T212 have now locked us out?
The text was updated successfully, but these errors were encountered: