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)
by , 16 years ago
| Attachment: | jamupatch.diff added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Can you please try this patch and report back. Thanks.
comment:2 by , 16 years ago
I was going to report this as well, tested patch and it fixed the same error on my machine.
by , 16 years ago
| Attachment: | jamu_data_filter.patch added |
|---|
Protects jamu from aborting due to data issues with TMDB or TVDB
comment:3 by , 16 years ago
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