ChimeraPy / Orchestrator

Reusable Nodes and Orchestration Scheme/ Dashboard Application for ChimeraPy with JSON configuration.
GNU General Public License v3.0
1 stars 0 forks source link

Error Handling Request #161

Open umesh-timalsina opened 11 months ago

umesh-timalsina commented 11 months ago

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    ^"
umesh-timalsina commented 11 months ago

According to aiohttp devs:

We should continue to develop new features and find this bug track. Its kind of hard to reproduce this bug because of the unknown source.