Error Messages:
Exception in thread Thread-3:
Traceback (most recent call last):
File "/home/comz/anaconda3/envs/arcface/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/home/comz/anaconda3/envs/arcface/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "usb_camera.py", line 140, in <lambda>
Process(target=lambda: asyncio.run(upload_loop())).start()
File "/home/comz/anaconda3/envs/arcface/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/home/comz/anaconda3/envs/arcface/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "usb_camera.py", line 51, in upload_loop
await sio.connect(url)
File "/home/comz/anaconda3/envs/arcface/lib/python3.7/site-packages/socketio/asyncio_client.py", line 117, in connect
raise exceptions.ConnectionError(exc.args[0]) from None
socketio.exceptions.ConnectionError: OPEN packet not returned by server
Solution:
pip install python-engineio==3.14.2 python-socketio==4.6.0
Read More:
- visdom Install and Run Error: raise Connectionerror [How to Solve]
- Python requests Error: ConnectionError: (‘Connection aborted.‘, error(104, ‘Connection reset by peer‘))
- Python asynchronous co process crawler error: [aiohttp. Client]_ Exceptions: serverdisconnected error: Server Disconnected]
- [Solved] Python requests ConnectionError Error: connection aborted BadStatusLine
- [Solved] django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.Did you install mysqlclie
- [Solved] selenium.common.exceptions.JavascriptException: Message: javascript error: windows is not defined
- urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=‘localhost‘, port=8097): Max retries excee
- [Solved] Selenium.common.exceptions.WebDriverException: Message: newSession
- [Solved] selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn
- [Solved] Python Project Error: django.core.exceptions.ImproperlyConfigured: WSGI application ‘WebTool.wsgi.application
- Python Error aiohttp.client_exceptions.ClientConnectorCertificateError, Cannot connect to host:443
- [Solved] Odrive gui Error: Do not use the development server in a productioun and supported version of the Socket
- [Solved] ValueError: row index was 65536, not allowed by .xls format
- MySQLdb._exceptions.ProgrammingError appears when scrapy crawls Weibo hot comments
- [Solved] PyTorch Error: TypeError: exceptions must derive from BaseException
- [Solved] Django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is required (found 3.7.17).
- Python Error: OSError: cannot open resource [How to Solve]
- Python+Selenium Error: AttributeError: ‘WebDriver‘ NameError: name ‘By‘ is not defined
- [Solved] RuntimeError: function ALSQPlusBackward returned a gradient different than None at position 3, but t
- [Solved] AttributeError: ‘Manager‘ object has no attribute ‘get_by_natural_key‘