Alex Erhardt
Alex Erhardt
Completely agree with @pleerock and others - blank spaces after function / class declaration make the code more readable. For the sake of rigor I'll add that this should be...
@Wolf-Byte I can see that this is `simple-jwt` problem, but after all `simple-jwt` is prescribed by `dj-rest-auth`... And so is the `http-only` cookie default, which I agree with. I understand...
My two cents is that if you want a good development experience out of the package, it should be either option 2 or 3 - or anything that bakes the...
This seems to work flawlessly in my first tests. Other fixes I had seen (like only changing the client to Android) took performance hits that I'm not seeing here -...
> I am also getting that error a lot. I am able to get around this with this little hack: > > ``` > yt = YouTube(url) > while True:...
> Why is this issue closed? I want to point out that this issue was probably one of the first, but also there is an ongoing explosion of new issues...
> WARNING:root:Request 224657 failed with error {'message': 'The server is currently overloaded with other requests. Sorry about that! You can retry your request, or contact us through our help center...
Implementing exponential backoff with Tenacity is a breeze - in my case it's been a literal 5min edit to my code. Has sorted the issue completely.
I'm not familiar with the cookbook nor its contribution policy - I found this Issue by searching on Google, but the gist of it is: ```python import openai from openai.error...
I have tried retry mechanisms as referenced in #1473 but to no avail... Furthermore after implementing retry with sleep, it's seems Youtube has throttled me longer term - now I...