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
Result of python3 bucket-stream.py --ignore-rate-limiting is:
Traceback (most recent call last):
File "/home/platt-sam/bucket-stream/bucket-stream/bucket-stream.py", line 336, in
main()
File "/home/platt-sam/bucket-stream/bucket-stream/bucket-stream.py", line 315, in main
THREADS.extend([CertStreamThread(q)])
File "/home/platt-sam/bucket-stream/bucket-stream/bucket-stream.py", line 71, in init
self.c = CertStreamClient(
TypeError: CertStreamClient.init() missing 1 required positional argument: 'url'
If I'm just being dumb and not understanding something just let me know! 🙏
The text was updated successfully, but these errors were encountered:
Result of
python3 bucket-stream.py --ignore-rate-limiting
is:If I'm just being dumb and not understanding something just let me know! 🙏
The text was updated successfully, but these errors were encountered: