Actions
Bug #14
closedService.py is getting stuck causing notifications to stop displaying
Start date:
08/25/2024
Due date:
% Done:
0%
Estimated time:
Description
The logs seem to show the following and then the service hangs:
2024-08-25 04:25:01.331 T:895391 debug <general>: Displayed Odysee user notifications 2024-08-25 04:25:31.514 T:895391 debug <general>: Displaying livestream notifications 2024-08-25 04:25:47.141 T:895391 debug <general>: Failed to display livestream notifications: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2024-08-25 04:25:47.141 T:895391 debug <general>: Displayed livestream notifications 2024-08-25 04:25:47.156 T:895391 debug <general>: Displaying Odysee user notifications
The log suggests service.py is getting stuck display_user_notifications(). I suspect the request.post connection to Odysee is not timing out. Locally attempting to repro with a 10 second timeout.
Updated by Master Slave 5 months ago
- Subject changed from Service.py is getting stuck causing notifications to stop to Service.py is getting stuck causing notifications to stop displaying
Actions