CRIT bumped websockets to 14.1 :) found the issue.
This commit is contained in:
@@ -124,7 +124,7 @@ class MeshcallerWebSocket:
|
|||||||
print("Attempting WebSocket connection...")
|
print("Attempting WebSocket connection...")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
async with websockets.connect(uri, extra_headers=ws_headers) as meshsocket:
|
async with websockets.connect(uri, additional_headers=ws_headers) as meshsocket:
|
||||||
self.meshsocket = meshsocket
|
self.meshsocket = meshsocket
|
||||||
await self.ws_on_open()
|
await self.ws_on_open()
|
||||||
await self.gen_simple_list()
|
await self.gen_simple_list()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
asyncio
|
asyncio==3.4.3
|
||||||
argparse
|
configparser==7.1.0
|
||||||
configparser
|
pyyaml==6.0.2
|
||||||
pyyaml
|
websockets==14.1
|
||||||
websockets==13.1
|
|
||||||
Reference in New Issue
Block a user