-
Notifications
You must be signed in to change notification settings - Fork 452
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
Tribler found a bug! #8322
Comments
Thanks for reporting! This is a very obscure bug. [dev stuff] Apparently this happens when cancelling a |
UPD: It turned out that I had no free space on device too, just like [juanmacartur] in the comments below.
|
This is a bit like finding a needle in a haystack for us. Could anyone tell me when this error occurred for them? What page were you on, or did you click something, or were you shutting down? |
I was on the download screen with two files. If it happens again I'll take a closer look. I hope the translation is understood. |
Thanks for the input! I'll leave my Tribler running with two downloads on the download screen. Hopefully, I can get it to fail. |
Apparently I had run out of space on the partition where the downloads folder is located. |
Maybe we're gathering Something like: class SomeTaskManager(TaskManager):
def __init__(self):
super().__init__()
self.register_task("break_stuff", self.break_stuff, delay=1)
async def break_stuff(self):
await asyncio.gather(self.shutdown_task_manager()) It even seems to produce this error without explicitly calling |
UPD: It turned out that I had no free space on device too, just like [juanmacartur] said. |
This is a pretty wild. Thanks for the input everyone! It's still not going to be easy, but I think we have a fighting chance to solve this now. |
Hi! I was using Tribler and THIS happened! 😢
The text was updated successfully, but these errors were encountered: