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

[APP SUBMITTED]: TypeError: backlogShow() got an unexpected keyword argument 'showslug' #9208

Closed
ac3nl opened this issue Feb 12, 2021 · 8 comments · Fixed by #9211
Closed

Comments

@ac3nl
Copy link

ac3nl commented Feb 12, 2021

INFO

Python Version: 3.6.8 (default, Feb 13 2019, 20:48:47) [GCC 4.7.3 20130102 (prerelease)]
Operating System: Linux-3.10.35-x86_64-with-glibc2.2.5
Locale: UTF-8
Branch: master
Database: 44.17
Commit: b21beeb
Link to Log: No Log available

ERROR

2021-02-12 06:53:49 ERROR    Thread_13 :: [b21beeb] Exception generated: backlogShow() got an unexpected keyword argument 'showslug'
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/var/Medusa/medusa/server/web/core/base.py", line 252, in async_call
    result = function(**kwargs)
TypeError: backlogShow() got an unexpected keyword argument 'showslug'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@snpster
Copy link

snpster commented Feb 12, 2021

I can also generate this after going to the 'Backlog Overview' page. and clicking 'Force Backlog' on any show.

@p0psicles
Copy link
Contributor

Tnx I'll fix it

@adix
Copy link

adix commented Feb 12, 2021

INFO

Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.17
Commit: b21beeb
Link to Log: No Log available

ERROR

2021-02-12 18:20:03 ERROR    Thread_7 :: [b21beeb] Exception generated: backlogShow() got an unexpected keyword argument 'showslug'
Traceback (most recent call last):
  File "C:\Medusa\Medusa\medusa\server\web\core\base.py", line 252, in async_call
    result = function(**kwargs)
TypeError: backlogShow() got an unexpected keyword argument 'showslug'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@p0psicles
Copy link
Contributor

Fixed in develop branch. Sorry but it might take a few weeks before merged to master.

@ac3nl
Copy link
Author

ac3nl commented Feb 12, 2021 via email

@medariox
Copy link
Contributor

It's not. Just the forced backlog search (which should be only used very rarely anyway).

@rikbon
Copy link

rikbon commented Feb 21, 2021

INFO

Python Version: 3.8.5 (default, Jul 20 2020, 23:11:29) [GCC 9.3.0]
Operating System: Linux-5.10.16-v7l+-armv7l-with
Locale: UTF-8
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@
Link to Log: https://gist.github.com/d1d466c342812dd440c46ade2da6dc76

ERROR

2021-02-21 01:41:16 ERROR    Thread_0 :: [] Exception generated: backlogShow() got an unexpected keyword argument 'showslug'
Traceback (most recent call last):
  File "/app/medusa/medusa/server/web/core/base.py", line 252, in async_call
    result = function(**kwargs)
TypeError: backlogShow() got an unexpected keyword argument 'showslug'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@rikbon
Copy link

rikbon commented Feb 22, 2021

INFO

Python Version: 3.8.5 (default, Jul 20 2020, 23:11:29) [GCC 9.3.0]
Operating System: Linux-5.10.16-v7l+-armv7l-with
Locale: UTF-8
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@
Link to Log: https://gist.github.com/49970ee74028b1498fb2bffdaf24db50

ERROR

2021-02-22 23:45:22 ERROR    Thread_0 :: [] Exception generated: backlogShow() got an unexpected keyword argument 'showslug'
Traceback (most recent call last):
  File "/app/medusa/medusa/server/web/core/base.py", line 252, in async_call
    result = function(**kwargs)
TypeError: backlogShow() got an unexpected keyword argument 'showslug'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

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

Successfully merging a pull request may close this issue.

6 participants