eth0izzle / eth0izzle/bucket-stream
Possible error in code?
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
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! 🙏
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with bucket-stream/bucket-stream.py, especially CertStreamThread.__init__ and main(), and reproduce the command shown in the issue. Compare the CertStreamClient call at line 71 with the installed client API; done means the command starts without the reported missing-url TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100