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

Rate limit exceeded for sending requests to poe.com. #93

Closed
KenStevan opened this issue Jan 6, 2024 · 11 comments
Closed

Rate limit exceeded for sending requests to poe.com. #93

KenStevan opened this issue Jan 6, 2024 · 11 comments
Labels
documentation Improvements or additions to documentation duplicate This issue or pull request already exists

Comments

@KenStevan
Copy link

File "/usr/local/lib/python3.11/site-packages/poe_api_wrapper/api.py", line 159, in init
self.connect_ws()
File "/usr/local/lib/python3.11/site-packages/poe_api_wrapper/api.py", line 282, in connect_ws
raise RuntimeError("Rate limit exceeded for sending requests to poe.com. Please try again later.")
RuntimeError: Rate limit exceeded for sending requests to poe.com. Please try again later.
This error keeps appearing but I guarantee that my token can be used because I can use it on other hosts. Is the IP access station too frequent?

@4l3dx
Copy link

4l3dx commented Jan 7, 2024

I had the same issue, the solution for me was changing "content" to "data":

response = self.client.post(f'{self.BASE_URL}/poe_api/{path}', content=payload, headers=headers)

@lemaidig
Copy link

my windows 10(22H2) makes the same error but another machine that using windows 11 runs well @snowby666

@Barnacules
Copy link

I'm hitting the same issue here with my account. I tried both my Quora and PoE cookies with no luck sadly. If anyone knows how to resolve this, please let me know. My PoE account was signed up through iOS PoE app and just doesn't seem to do anything other than tell me rate limit exceeded. However, when I login to the poe.com website everything works so I don't understand why it's having issues.

@EugeneBoondock
Copy link

Remove the connected gmail account from your quora settings

@satounity
Copy link

Remove the connected gmail account from your quora settings

Please explain in detail how to do

@EugeneBoondock
Copy link

Remove the connected gmail account from your quora settings

Please explain in detail how to do

Go to Quora.com, then go to your settings, you'll see Google accounts that are connected to your quora, remove the one that's there...

@satounity
Copy link

Remove the connected gmail account from your quora settings

Please explain in detail how to do

Go to Quora.com, then go to your settings, you'll see Google accounts that are connected to your quora, remove the one that's there...

I have deleted my account.
Apparently it will be deleted after 14 days.

Should I wait 14 days?

@snowby666 snowby666 pinned this issue Feb 17, 2024
@snowby666 snowby666 added the documentation Improvements or additions to documentation label Feb 17, 2024
@samuelchristlie
Copy link

samuelchristlie commented Mar 4, 2024

Any input from @snowby666? What does the pin mean? Is unlinking my Google account supposed to solve the problem? I unlinked mine and issue still persists

@snowby666
Copy link
Owner

Any input from @snowby666? What does the pin mean? Is unlinking my Google account supposed to solve the problem? I unlinked mine and issue still persists

if it still doesnt work, I'd recommend using quora token instead of poe token.

@Cecilia-zwq
Copy link

I have this issue too. I tried quora and poe token both, but it still goes wrong.

@snowby666 snowby666 added the duplicate This issue or pull request already exists label Mar 16, 2024
@DuyguA
Copy link

DuyguA commented Apr 2, 2024

I have this issue too, neither Quora nor Poe token works for me. I tried disconnecting my Google account from Quora, that didn't work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

10 participants