We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sa-sa | Traceback (most recent call last): sa-sa | File "<frozen runpy>", line 198, in _run_module_as_main sa-sa | File "<frozen runpy>", line 88, in _run_code sa-sa | File "/app/zex_deposit/sa/sa.py", line 186, in <module> sa-sa | loop.run_until_complete(main()) sa-sa | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete sa-sa | return future.result() sa-sa | ^^^^^^^^^^^^^^^ sa-sa | File "/app/zex_deposit/sa/sa.py", line 181, in main sa-sa | await asyncio.gather(*tasks) sa-sa | File "/app/zex_deposit/sa/sa.py", line 150, in deposit sa-sa | await process_sa( sa-sa | File "/app/zex_deposit/sa/sa.py", line 56, in process_sa sa-sa | nonces_response = await sa.request_nonces(dkg_party, number_of_nonces=1) sa-sa | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sa-sa | File "/app/.venv/lib/python3.11/site-packages/pyfrost/network/sa.py", line 76, in request_nonces sa-sa | responses = await asyncio.gather(*request_tasks) sa-sa | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sa-sa | File "/app/.venv/lib/python3.11/site-packages/pyfrost/network/dkg.py", line 14, in post_request sa-sa | async with session.post(url, json=data, timeout=timeout) as response: sa-sa | File "/app/.venv/lib/python3.11/site-packages/aiohttp/client.py", line 1194, in __aenter__ sa-sa | self._resp = await self._coro sa-sa | ^^^^^^^^^^^^^^^^ sa-sa | File "/app/.venv/lib/python3.11/site-packages/aiohttp/client.py", line 605, in _request sa-sa | await resp.start(conn) sa-sa | File "/app/.venv/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 966, in start sa-sa | message, payload = await protocol.read() # type: ignore[union-attr] sa-sa | ^^^^^^^^^^^^^^^^^^^^^ sa-sa | File "/app/.venv/lib/python3.11/site-packages/aiohttp/streams.py", line 622, in read sa-sa | await self._waiter sa-sa | aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: