Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Unhandled error in plugin imdb_watchlist: int() argument must be a string or a number, not 'NoneType'

$
0
0

@athyrsson wrote:

I am using the following config and I am getting the error as typed in the subject. I am running the latest version, 2.11.11, of Flexget. What do I need to change in order to make it work?

-- config --

populate_movie_list:
priority: 3
imdb_watchlist:
user_id: ur25501904
list: ls062230562
accept_all: yes
list_add:
- movie_list: imdb_movies

-- crash report --

2017-12-16 17:26 VERBOSE imdb_watchlist populate_movie_list Retrieving imdb list: ls062230562
2017-12-16 17:26 CRITICAL task populate_movie_list BUG: Unhandled error in plugin imdb_watchlist: int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in _runplugin
return method(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/utils/cached_input.py", line 148, in wrapped_func
response = func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/imdb_watchlist.py", line 106, in on_task_input
total_item_count = int(soup.find('div', class_='desc').get('data-size'))
TypeError: int() argument must be a string or a number, not 'NoneType'

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles