playground icon indicating copy to clipboard operation
playground copied to clipboard

NewConnectionError

Open KeoChi opened this issue 1 year ago • 1 comments

The following error occurs: [2023-11-30 12:11:39,488] [django.server::log_message::161] [INFO] "GET /api/label_links?project=4&expand=label HTTP/1.1" 200 52 [2023-11-30 12:11:39,488] [django.server::log_message::161] [INFO] "GET /api/label_links?project=4&expand=label HTTP/1.1" 200 52 [2023-11-30 12:11:40,363] [ml.models::predict_tasks::185] [WARNING] ML backend returned empty prediction for project sam (id=2, url=http://127.0.0.1:8003) [2023-11-30 12:11:40,373] [django.server::log_message::161] [INFO] "POST /api/dm/actions?id=next_task&tabID=1&project=4 HTTP/1.1" 200 544 [2023-11-30 12:11:40,373] [django.server::log_message::161] [INFO] "POST /api/dm/actions?id=next_task&tabID=1&project=4 HTTP/1.1" 200 544 [2023-11-30 12:11:40,484] [django.server::log_message::161] [INFO] "GET /api/label_links?project=4&expand=label HTTP/1.1" 200 52 [2023-11-30 12:11:40,484] [django.server::log_message::161] [INFO] "GET /api/label_links?project=4&expand=label HTTP/1.1" 200 52 [2023-11-30 12:14:29,332] [urllib3.connectionpool::urlopen::824] [WARNING] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf4c6cd4c0>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/5820521/envelope/ [2023-11-30 12:16:40,404] [urllib3.connectionpool::urlopen::824] [WARNING] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbf4c703c10>: Failed to establish a new connection: [Errno 110] Connection timed out')': /api/5820521/envelope/

sam_error

KeoChi avatar Nov 30 '23 12:11 KeoChi