Skip to content
New issue

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

Error on Python 3.9 and 3.10 #36

Closed
kaoxkrul opened this issue Dec 19, 2022 · 3 comments
Closed

Error on Python 3.9 and 3.10 #36

kaoxkrul opened this issue Dec 19, 2022 · 3 comments

Comments

@kaoxkrul
Copy link

I'm having this issue on Arch Linux. Tested with python-3.9 and 3.10. Same error each time.

Traceback (most recent call last):
File "/home/rk/nexfil/nexfil.py", line 298, in
asyncio.run(main(uname))
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/home/rk/nexfil/nexfil.py", line 281, in main
await asyncio.gather(*tasks)
File "/home/rk/nexfil/nexfil.py", line 181, in query
response = await session.head(url, allow_redirects=True)
File "/home/rk/.local/lib/python3.9/site-packages/aiohttp/client.py", line 560, in _request
await resp.start(conn)
File "/home/rk/.local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 899, in start
message, payload = await protocol.read() # type: ignore[union-attr]
File "/home/rk/.local/lib/python3.9/site-packages/aiohttp/streams.py", line 616, in read
await self._waiter
aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

@thewhiteh4t
Copy link
Owner

@kaoxkrul update to latest version

@Jaydepps
Copy link

Jaydepps commented Jan 5, 2023

same issue on version 3.11.1 (newest stable)

@thewhiteh4t
Copy link
Owner

@Jaydepps update nexfil to latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants