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
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/
The text was updated successfully, but these errors were encountered:
我也遇到同样的问题,您解决了吗?
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: