Opened 16 years ago
Closed 16 years ago
#6913 closed defect (fixed)
Jamu.py Error
Reported by: | Owned by: | robertm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | Bindings - Python | Version: | |
Severity: | low | Keywords: | jamu, jamu.py |
Cc: | Ticket locked: | no |
Description
When running jamu.py, received this error
Traceback (most recent call last):
File "jamu.py", line 5286, in <module>
main()
File "jamu.py", line 5271, in main
process.processMythTvMetaData()
File "jamu.py", line 4558, in processMythTvMetaData
tmp_dict = self._getTvdbMetadata(cfile, copy)
File "jamu.py", line 3502, in _getTvdbMetadata
meta_dictlength? = long(data)
ValueError?: invalid literal for long() with base 10: 'None'
Attachments (2)
Change History (7)
Changed 16 years ago by
Attachment: | jamupatch.diff added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Anduin Withers to robertm |
---|---|
Status: | new → assigned |
Can you please try this patch and report back. Thanks.
comment:2 Changed 16 years ago by
I was going to report this as well, tested patch and it fixed the same error on my machine.
Changed 16 years ago by
Attachment: | jamu_data_filter.patch added |
---|
Protects jamu from aborting due to data issues with TMDB or TVDB
comment:3 Changed 16 years ago by
This patch bumps Jamu version to 0.4.2 and fixes a bug where bad data from either TMDB or TVDB would abort script. This patch includes the "jamupatch.diff" changes plus expands that fix to other data fields that may have the same issue.
Possible fix