Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'type' object is not subscriptable #2

Open
insanelysick opened this issue Jan 11, 2023 · 0 comments
Open

TypeError: 'type' object is not subscriptable #2

insanelysick opened this issue Jan 11, 2023 · 0 comments

Comments

@insanelysick
Copy link

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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant