You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`>>> from pisugar import test_via_tcp
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/.local/lib/python3.7/site-packages/pisugar/init.py", line 1, in
from .pisugar import *
File "/home/pi/.local/lib/python3.7/site-packages/pisugar/pisugar.py", line 19, in
def connect_tcp(host="127.0.0.1", port=8423, timeout: float = None) -> tuple[socket.socket, socket.socket]:
TypeError: 'type' object is not subscriptable
`
The text was updated successfully, but these errors were encountered:
Hi,
Getting the below error, any ideas?
Running on Pi0W using Python 3.7
`>>> from pisugar import test_via_tcp
Traceback (most recent call last):
File "", line 1, in
File "/home/pi/.local/lib/python3.7/site-packages/pisugar/init.py", line 1, in
from .pisugar import *
File "/home/pi/.local/lib/python3.7/site-packages/pisugar/pisugar.py", line 19, in
def connect_tcp(host="127.0.0.1", port=8423, timeout: float = None) -> tuple[socket.socket, socket.socket]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered: