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

Unexpected Exceptions from AsyncIO Event Loop is not being raised. #9

Closed
CodexLink opened this issue Aug 14, 2021 · 1 comment
Closed

Comments

@CodexLink
Copy link
Owner

Similarly from this case,

2021-08-10T18:20:11.7913286Z [2938ms, INFO] at badge.py:267 -> Discord Client Task is done. Processing the badge...
2021-08-10T18:20:11.7914778Z [2938ms, INFO] at badge.py:293 -> Preferred Activity PreferredActivityDisplay.RICH_PRESENCE does not exists. Using other activity such as CUSTOM_ACTIVITY.
2021-08-10T18:20:11.7936384Z Unclosed connector
2021-08-10T18:20:11.7937789Z connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f182638fa60>, 55.661981074)]']
2021-08-10T18:20:11.7938859Z connector: <aiohttp.connector.TCPConnector object at 0x7f18264b3a00>

Sometimes ClientSessions were closing the connection when it failed to process requests. This would normally happen when the container or the script was executed in a local device, so I'm looking forward to fixing it in the near future.

There will be a list of tasks here, but will show them as I decide what steps I should do later.

@CodexLink CodexLink mentioned this issue Jun 6, 2022
34 tasks
@CodexLink
Copy link
Owner Author

This issue can be easily fixed, but not until I did the refactorization. Carried over #12.

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

1 participant