-
Notifications
You must be signed in to change notification settings - Fork 5
asyncio.exceptions.TimeoutError in Colab #25
Comments
There is no harcoded timeout, it's the default asyncio function, that waits (await) the end of the edgegpt function. Colab may have some problems with asyncio functions, I'll check it tomorrow |
There is approx 200ms timeout in Colab, so |
At first I used too |
Using |
Ok, I'll check tomorrow what to do then |
I can't work on the extension because Colab keep saying me: |
Looks like Colab IPs are blocked by Microsoft. EdgeGPT works fine from my laptop even without log in, but fails in Colab( |
Thanks for the info; the first time I released the colab notebook it worked, this must be a recent Microsoft thing, damn. I think I'll have to remove the notebook then... |
I've updated cookies and it looks like the auth issue is gone, but again the timeout issue is here:
|
Hello,
When running Hey Bing, I get
asyncio.exceptions.TimeoutError
inEdgeGPT()
func, which awaitsbot.ask()
.Are there some sort of hardcoded timeout?
P.S.
script.py
was edited to fix theconda
issue in Colab, so line numbers will differ, compared to originalscript.py
;)Log:
The text was updated successfully, but these errors were encountered: