-
Hello
When I try to connect to my host, I get the following error:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/tnz/tnz.py", line 3689, in __connect
a…
-
What's the proper way to clean up and close a browser session after the event loop is interrupted?
The following program loads example.com using Arsenic every two seconds forever. However, when the…
-
```
File "C:\Users\Zarigata\AppData\Local\Programs\Python\Python38\lib\asyncio\events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\Zarigata\AppData\Lo…
-
BPO | [44212](https://bugs.python.org/issue44212)
--- | :---
Nosy | @asvetlov, @1st1, @franciscod
PRs | python/cpython#26306
*Note: these values reflect the state of the issue at the time it was migr…
-
Hi,
As I understand in Python 3.11 @asyncio.coroutine was removed and replaced with `async def` syntax. Can you update the library to support this?
-
Traceback (most recent call last):
File "C:\Users\z2551\OneDrive\Рабочий стол\tоken\discord-mass-dm-main\main.py", line 819, in
asyncio.get_event_loop().run_until_complete(client.start(first_…
-
Hi!
when trying to run a jupyter-REPL for the first time, emacs hung for a bit, and then I got the following error.
I have no idea how to proceed, and would appreciate any help!
> Launching pyth…
-
By "characterization", I mean what category of functions dominate the runtime of each benchmark.
If we organize them by the top category in each benchmark, we get the following:
Benchmark by t…
-
Hello,
I'm using the branch feature/asyncio and it works well.
However, due to binance deconneciton of the websocket, I sometime recieved following messages:
- ERROR code = 1006 (connection clo…
-
I installed the latest Python version (python-3.12.0-amd64.exe) today and installed the package. It complained that the worker isn't running.
I tried starting the worker by hand to see what's going…