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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
It seems that poe changed the query mechanism and the current version of th library does not pass the authentication.
Traceback:
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (1/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (2/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (3/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (4/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (5/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (6/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (7/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (8/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (9/10)...
WARNING:root:Server returned a status code of 400 while downloading https://poe.com/api/gql_POST. Retrying (10/10)...
Traceback (most recent call last):
File "./script.py", line 14, in <module>
client = poe.Client("REDACTED")
File "lib/python3.9/site-packages/poe.py", line 79, in __init__
self.subscribe()
File "lib/python3.9/site-packages/poe.py", line 160, in subscribe
result = self.send_query("SubscriptionsMutation", {
File "lib/python3.9/site-packages/poe.py", line 147, in send_query
r = request_with_retries(self.session.post, self.gql_url, json=payload, headers=self.gql_headers)
File "lib/python3.9/site-packages/poe.py", line 37, in request_with_retries
raise RuntimeError(f"Failed to download {url} too many times.")
RuntimeError: Failed to download https://poe.com/api/gql_POST too many times.
The text was updated successfully, but these errors were encountered:
It seems that poe changed the query mechanism and the current version of th library does not pass the authentication.
Traceback:
The text was updated successfully, but these errors were encountered: