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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: