Skip to content

Error Handling Request #161

@umesh-timalsina

Description

@umesh-timalsina

The WebSocket connection from manager to worker is causing issues:

Error handling request
Traceback (most recent call last):
  File "/home/umesh/mambaforge/envs/chimerapy-dev/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Bad status line "Invalid method encountered:\n\n  b'\\xff'\n    ^"
Error handling request
Traceback (most recent call last):
  File "/home/umesh/mambaforge/envs/chimerapy-dev/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Bad status line "Invalid method encountered:\n\n  b'\\xff'\n    ^"
Error handling request
Traceback (most recent call last):
  File "/home/umesh/mambaforge/envs/chimerapy-dev/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Bad status line "Invalid method encountered:\n\n  b'\\xff'\n    ^"
Error handling request
Traceback (most recent call last):
  File "/home/umesh/mambaforge/envs/chimerapy-dev/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Bad status line "Invalid method encountered:\n\n  b'\\xff'\n    ^"

Metadata

Metadata

Labels

bugSomething isn't workingdashboardIssues/PRs related to dashboard

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions