You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/xo/code/Medusa/ext/tornado/web.py", line 1510, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/Users/xo/code/Medusa/medusa/server/api/v2/series.py", line 43, in get
data = [s.to_json(detailed=detailed) for s in Series.find_series(predicate=filter_series)]
File "/Users/xo/code/Medusa/medusa/tv/series.py", line 2020, in to_json
data['cache']['poster'] = self.poster
File "/Users/xo/code/Medusa/medusa/tv/series.py", line 527, in poster
return image_cache.get_artwork(img_type, self.series_id)
File "/Users/xo/code/Medusa/medusa/image_cache.py", line 111, in get_artwork
location = get_path(img_type, series_obj)
File "/Users/xo/code/Medusa/medusa/image_cache.py", line 94, in get_path
location = _cache_dir(series_obj)
File "/Users/xo/code/Medusa/medusa/image_cache.py", line 71, in _cache_dir
return os.path.abspath(os.path.join(app.CACHE_DIR, 'images', series_obj.indexer_name))
AttributeError: 'int' object has no attribute 'indexer_name'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: