thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

"Max retries exceeded with url" when trying to refresh user token. #390

Open ijustarrived opened 2 years ago

ijustarrived commented 2 years ago

Make sure these boxes are checked before submitting your issue:

[X] Check that your version of Python is 3.4+ [X] Check that you are on the newest version of Pyrebase [X] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.

Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.

Thank you for helping make Pyrebase better!

Sometimes when I try to refresh the user token I get the following error: Max retries exceeded with url. It's very random because many of the times that I've manually executed the refresh, it works fine.