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

py 3.10 bug #25

Open
gudaocode opened this issue May 16, 2022 · 0 comments
Open

py 3.10 bug #25

gudaocode opened this issue May 16, 2022 · 0 comments

Comments

@gudaocode
Copy link

Traceback (most recent call last):
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\Scripts\podcats.exe_main
.py", line 7, in
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\site-packages\podcats_init
.py", line 283, in main
text_to_xml(channel.as_xml() , xmlpath)
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\site-packages\podcats_init
.py", line 230, in as_xml
items=u''.join(episode.as_xml() for episode in sorted(self))
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\site-packages\podcats_init_.py", line 69, in lt
return self.date < other.date
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\site-packages\podcats_init_.py", line 146, in date
dt = self.get_tag('date')
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\site-packages\podcats_init_.py", line 112, in get_tag
return self.tags[name][0]
TypeError: 'NoneType' object is not subscriptable

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

No branches or pull requests

1 participant