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

CR - NameError: name 'season' is not defined #10

Open
leptoid opened this issue Jan 31, 2021 · 0 comments
Open

CR - NameError: name 'season' is not defined #10

leptoid opened this issue Jan 31, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@leptoid
Copy link

leptoid commented Jan 31, 2021

CR results in error with python 3.7 when used for a full show url.
OS: Win10
[Console]: Windows Terminal
Relase used: Main

python main.py -i https://www.crunchyroll.com/kiznaiver -u yesiamone -p whoops
Settings Loaded.
Saved Locations Loaded.
Saved URLs Loaded.
Called CR
Traceback (most recent call last):
  File "main.py", line 27, in <module>
    class Main:
  File "main.py", line 135, in Main
    sites.crunchyroll.Crunchyroll(args.dict)
  File "X:\Downloaders\anime\MyAnimeDownloader\sites\crunchyroll.py", line 28, in init
    self.show_info = self.get_info()
  File "X:\Downloaders\anime\MyAnimeDownloader\sites\crunchyroll.py", line 40, in get_info
    return show_name.title().strip(), season, episode_number, desc.title().strip(), self.url, download_url
NameError: name 'season' is not defined
@iiEpic iiEpic added the bug Something isn't working label Feb 1, 2021
@iiEpic iiEpic self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants