We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
realtime
opensea-stream-py/setup.py
Line 6 in 502f272
Getting an error:
Traceback (most recent call last): File "main.py", line 13, in <module> Client = OpenseaStreamClient(OPENSEA_API_KEY, Network.TESTNET) File "/home/ec2-user/src/opensea_stream.py", line 9, in __init__ self.socket = Socket(socketUrl) File "/home/ec2-user/src/venv/lib64/python3.7/site-packages/realtime/connection.py", line 51, in __init__ self.channels = cast(defaultdict[str, List[Channel]], self.channels) TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Nevermind, I found it (https://github.com/supabase-community/realtime-py)... but still confused about the err
Sorry, something went wrong.
Looks like updates to 0.0.5 caused issues. Reverting back to 0.0.4 worked!
0.0.5
0.0.4
thnx for the feedback, had the same problem and reverting back to 0.0.4 from 1.0.0 did the trick ;)
No branches or pull requests
opensea-stream-py/setup.py
Line 6 in 502f272
Getting an error:
The text was updated successfully, but these errors were encountered: