Skip to content
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

Error occured when removing specific series, in my case its gintama (working on other series). #775

Open
xanderford00 opened this issue Oct 9, 2024 · 1 comment

Comments

@xanderford00
Copy link

can't remove gintama once added : 24-10-09 14:13:59 | ❌ ERROR | event_manager._process_future - Error in future for <Future at 0x7fc6e67d3890 state=finished returned generator>: list.remove(x): x not in list
24-10-09 14:13:59 | ❌ ERROR | event_manager._process_future - Traceback (most recent call last):
File "/riven/src/utils/event_manager.py", line 63, in _process_future
self._futures.remove(future)
ValueError: list.remove(x): x not in list

Traceback (most recent call last):
File "/riven/src/utils/event_manager.py", line 63, in _process_future
self._futures.remove(future)
ValueError: list.remove(x): x not in list

@xanderford00
Copy link
Author

xanderford00 commented Oct 9, 2024

To replicate : Add a series (e.g. gintama) -> let it scrape for a while (in my case its until episode 9-10) , remove it. (error will show in the backend logs and after a while the site will encountered an internal error indicates the backend crashes, I was able to resolve it via restarting the database, but then gintama will start to scrape again due to failed deletion earlier.

reason why I removed it : i got bored on scraping of other incomplete episode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant