#Error when doing movies invalid literal for int() with base 10: 'tt24478470'

1 messages · Page 1 of 1 (latest)

agile gate
#

Error
Traceback (most recent call last): |
| File "//kometa.py", line 656, in run_libraries |
| library.map_guids(temp_items) |
| File "/modules/library.py", line 375, in map_guids |
| id_type, main_id, imdb_id = self.config.Convert.get_id(item, self) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "/modules/convert.py", line 250, in get_id |
| elif url_parsed.scheme == "tmdb": tmdb_id.append(int(url_parsed.netloc)) |
| ^^^^^^^^^^^^^^^^^^^^^^ |
| ValueError: invalid literal for int() with base 10: 'tt24478470' |
| |
| invalid literal for int() with base 10: 'tt24478470' |
| |
|====================================================================================

Works fine on tv but does this on movies

stiff dragonBOT
#

Welcome @agile gate!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

lofty lance
#

This is caused by Plex providing bad metadata for the movie "City Hunter" and is addressed in the Kometa develop branch.

agile gate
#

thanks