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

[BUG] TypeError due to missing arguments in develop branch #216

Closed
douginoz opened this issue Oct 23, 2021 · 1 comment
Closed

[BUG] TypeError due to missing arguments in develop branch #216

douginoz opened this issue Oct 23, 2021 · 1 comment
Labels
enhancement New feature or request in-next-release In the next release

Comments

@douginoz
Copy link

I'm trying out the develop branch (I'm not a developer so bear with me) and it works for the most part, but returns

ERROR : sonarr : TypeError has occurred : new() got an unexpected keyword argument 'sceneAbsoluteEpisodeNumber' while creating SonarrEpisode structure for show.

There are similar errors for a couple of other missing values. I added them into structures.py, which resolves the errors:

sceneAbsoluteEpisodeNumber: int = None
sceneEpisodeNumber: int = None
sceneSeasonNumber: int = None
@douginoz douginoz added the awaiting-triage Request awaiting triage label Oct 23, 2021
@samwiseg0 samwiseg0 added enhancement New feature or request in-next-release In the next release and removed awaiting-triage Request awaiting triage labels Jan 15, 2022
@samwiseg0
Copy link
Member

This fixed in develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-next-release In the next release
Projects
None yet
Development

No branches or pull requests

2 participants