-
Notifications
You must be signed in to change notification settings - Fork 22
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
NoneType object has no attribute pause #54
Comments
Do you have a reproducer for this, even if it isn't totally minimal? |
Thanks for filing these bugs, by the way! It's good to see some actual usage, and I hope we can get these fixed quickly and a new release out so you can move forward with this project :) |
At the moment my only reproducer is very non-minimal - it's to run kubetop from https://github.com/LeastAuthority/kubetop/tree/experimenting-with-tubes (which requires a Kubernetes API server to talk to). Presumably it can be reduced from this but I haven't tried yet. |
I'm in the middle of a move until the end of the week, so I won't have much time to look at this immediately. But I'm definitely interested in getting to the bottom of it. @dreid helped me a lot with the implementation of this logic (although it's been some time and I have no idea if he realistically has any more time than I do right now). |
Yea, no problem. I am eager to get tubes working in some projects but I'm not on a deadline or anything. Perhaps I'll even have a chance to produce a simpler reproducer for this issue before you or dreid find yourselves available to look into it. |
I have no explicit pause / unpause logic in my code but I reliably get this after the first value dribbles through the tube:
The text was updated successfully, but these errors were encountered: