-
Notifications
You must be signed in to change notification settings - Fork 275
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
[APP SUBMITTED]: KeyError: 'backlog_search' #7448
Comments
INFOPython Version: ERROR2019-12-05 17:43:41 ERROR Thread_24 :: [fcb5a19] Exception generated: 'backlog_search' Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/medusa/server/web/core/base.py", line 251, in async_call result = function(**kwargs) File "/Users/ovidijus/Apps/Medusa/medusa/server/web/manage/searches.py", line 26, in index forcedSearchQueueLength=app.forced_search_queue_scheduler.action.queue_length(), File "/Users/ovidijus/Apps/Medusa/medusa/search/queue.py", line 179, in queue_length length['backlog_search'] += 1 KeyError: 'backlog_search' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
This comment has been minimized.
This comment has been minimized.
INFOPython Version: ERROR2019-12-05 17:49:48 ERROR Thread_0 :: [6456664] Exception generated: 'backlog_search' Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/medusa/server/web/core/base.py", line 251, in async_call result = function(**kwargs) File "/Users/ovidijus/Apps/Medusa/medusa/server/web/manage/searches.py", line 26, in index forcedSearchQueueLength=app.forced_search_queue_scheduler.action.queue_length(), File "/Users/ovidijus/Apps/Medusa/medusa/search/queue.py", line 179, in queue_length length['backlog_search'] += 1 KeyError: 'backlog_search' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
seems to be broken on develop branch as well.. To Reproduce: |
This comment has been minimized.
This comment has been minimized.
tnx @XxUnkn0wnxX i'll look into it. Pls standby for testing out a fix when ready. Don't know when, as I have to also look into the show updater issues |
Fixed with #7449 |
page doesn't display white anymore & error does not prop but it doesn't show any values in the manage searches page now. when following steps from reproduce to initiate manual backlogging it shows here as nothing is running.
|
@XxUnkn0wnxX with #7452 that should be fixed |
yep all good now, but front end shows list page is still broken sigh in develop... i hope this fix for searches gets pushed to master soon or develop frontend home page is fixed in the near close future... |
What do you mean, frond end shows list page is broken? |
as described in issue #7428 @p0psicles that problem persists in develop still in the frontend home shows page, tabs missing & search/filter is broken still. |
INFOPython Version: ERROR2019-12-05 21:39:27 ERROR Thread_5 :: [fcb5a19] Exception generated: u'backlog_search' Traceback (most recent call last): File "D:\Program Files\Medusa\Medusa\medusa\server\web\core\base.py", line 251, in async_call result = function(**kwargs) File "D:\Program Files\Medusa\Medusa\medusa\server\web\manage\searches.py", line 26, in index forcedSearchQueueLength=app.forced_search_queue_scheduler.action.queue_length(), File "D:\Program Files\Medusa\Medusa\medusa\search\queue.py", line 179, in queue_length length['backlog_search'] += 1 KeyError: u'backlog_search' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
* Fix backlog search queue with multiple items. Fixes #7448 * Fix season pack downloads even if not needed * Update changelog
* Fix backlog search queue with multiple items. Fixes pymedusa#7448 * Fix season pack downloads even if not needed * Update changelog
INFO
Python Version:
3.7.5 (default, Nov 1 2019, 02:16:23) [Clang 11.0.0 (clang-1100.0.33.8)]
Operating System:
Darwin-19.0.0-x86_64-i386-64bit
Locale:
UTF-8
Branch: master
Database:
44.14
Commit: fcb5a19
Link to Log: https://gist.github.com/eb1b2912f593d5e8574e1b984384246e
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: