aiidalab / aiidalab/aiidalab-launch
RuntimeWarning: coroutine 'Queue.put' was never awaited
- 主要語言
- Python
- 星號
- 7
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Here's the output of the startup command:
```console
$ aiidalab-launch -vv start --no-pull
Verbose logging is enabled. (LEVEL=20)
INFO:aiidalab_launch:Configuration file path: /home/bl22441/.config/org.aiidalab.aiidalab_launch/config.toml
INFO:aiidalab_launch:Using profile: atmospec
INFO:aiidalab_launch:Starting container 'aiidalab_atmospec'...
Starting container... |INFO:aiidalab_launch:Started container: aiidalab_atmospec (5b4a34d2f82ba99639b73d4f93c6087018118136b796896e6fb8bd4deed7b7d8).
done.
Waiting for AiiDAlab instance to get ready... /INFO:aiidalab_launch:Waiting for services to come up (5b4a34d2f82ba99639b73d4f93c6087018118136b796896e6fb8bd4deed7b7d8)...
INFO:aiidalab_launch:Waiting for init services to finish...
INFO:aiidalab_launch:Waiting for notebook service to become reachable...
|INFO:aiidalab_launch:Init services finished.
-INFO:aiidalab_launch:Trying to connect via HTTPS.
/INFO:aiidalab_launch:Notebook service reachable.
WARNING:aiidalab_launch:Could not authenticate HTTPS certificate.
INFO:aiidalab_launch:Services came up after 24.2 seconds (5b4a34d2f82ba99639b73d4f93c6087018118136b796896e6fb8bd4deed7b7d8).
done.
Open the following URL to access AiiDAlab:
https://localhost:8889/?token=3166e76c01ea15db5f8523eeb3bc9e5b856e87beafaceb468a7071f2a54f0e5e
Home mounted: aiidalab_atmospec_home -> /home/aiida
Extra volume mounted: /opt/ispg/orca/5.0.3/arch/linux_x86-64_openmpi411_static -> /opt/orca (ro)
Do you want to open AiiDAlab in the browser now? [Y/n]: n
/usr/lib/python3.8/asyncio/base_events.py:641: RuntimeWarning: coroutine 'Queue.put' was never awaited
self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
n^CException ignored in:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 1388, in _shutdown
lock.acquire()
KeyboardInterrupt:
```
The warning `/usr/lib/python3.8/asyncio/base_events.py:641: RuntimeWarning: coroutine 'Queue.put' was never awaited` was emitted when I pressed `n+enter` on the prompt to open the browser. I then needed to send the Ctrl+C signal to get out of the process.
This is the first time that this happened to me so likely not very common issue that might be hard to debug. Assigning Low priority for now, will escalate if I keep hitting this.
貢獻指南
評估
這個 Issue 還沒有評估資料。