-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APP SUBMITTED]: TypeError: int() argument must be a string or a number, not 'NoneType' #3451
Comments
Something is wrong with the database entry of the show you are trying to process. Try to force update that show. |
It works after the force update. Thanks a lot ! |
INFOPython Version: ERROR2018-01-18 07:34:12 ERROR SHOWQUEUE-REFRESH :: [52a9463] 21656: Error while refreshing show Dynasty. Error: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/opt/Medusa/medusa/show_queue.py", line 628, in run self.show.refresh_dir() File "/opt/Medusa/medusa/tv/series.py", line 1749, in refresh_dir self.load_episodes_from_dir() File "/opt/Medusa/medusa/tv/series.py", line 927, in load_episodes_from_dir cur_episode = self.make_ep_from_file(os.path.join(self.location, media_file)) File "/opt/Medusa/medusa/tv/series.py", line 1277, in make_ep_from_file 'normal', 'anime')[self.is_anime]).parse(filepath) File "/opt/Medusa/medusa/name_parser/parser.py", line 293, in parse result = self._parse_string(name) File "/opt/Medusa/medusa/name_parser/parser.py", line 64, in _parse_string search_series = helpers.get_show(result.series_name, self.try_indexers) if not self.naming_pattern else None File "/opt/Medusa/medusa/helpers/__init__.py", line 1032, in get_show series_from_name = scene_exceptions.get_scene_exceptions_by_name(series_name)[0] File "/opt/Medusa/medusa/scene_exceptions.py", line 142, in get_scene_exceptions_by_name indexer = int(exception[b'indexer']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-01-18 07:39:02 ERROR SHOWQUEUE-REFRESH :: [52a9463] 337907: Error while refreshing show 9-1-1. Error: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/opt/Medusa/medusa/show_queue.py", line 628, in run self.show.refresh_dir() File "/opt/Medusa/medusa/tv/series.py", line 1749, in refresh_dir self.load_episodes_from_dir() File "/opt/Medusa/medusa/tv/series.py", line 927, in load_episodes_from_dir cur_episode = self.make_ep_from_file(os.path.join(self.location, media_file)) File "/opt/Medusa/medusa/tv/series.py", line 1277, in make_ep_from_file 'normal', 'anime')[self.is_anime]).parse(filepath) File "/opt/Medusa/medusa/name_parser/parser.py", line 293, in parse result = self._parse_string(name) File "/opt/Medusa/medusa/name_parser/parser.py", line 64, in _parse_string search_series = helpers.get_show(result.series_name, self.try_indexers) if not self.naming_pattern else None File "/opt/Medusa/medusa/helpers/__init__.py", line 1032, in get_show series_from_name = scene_exceptions.get_scene_exceptions_by_name(series_name)[0] File "/opt/Medusa/medusa/scene_exceptions.py", line 142, in get_scene_exceptions_by_name indexer = int(exception[b'indexer']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
Pretty sure this is fixed, please ping if not. |
INFOPython Version: ERROR2018-08-22 22:46:15 ERROR SEARCHQUEUE-DAILY-SEARCH :: [3965eb1] DailySearchQueueItem Exception, error: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/opt/Medusa/medusa/search/queue.py", line 263, in run found_results = search_for_needed_episodes(force=self.force) File "/opt/Medusa/medusa/search/core.py", line 509, in search_for_needed_episodes episodes.extend(wanted_episodes(cur_show, from_date)) File "/opt/Medusa/medusa/search/core.py", line 479, in wanted_episodes ep_obj = series_obj.get_episode(episode[b'season'], episode[b'episode']) File "/opt/Medusa/medusa/tv/series.py", line 795, in get_episode ep = Episode(self, season, episode) File "/opt/Medusa/medusa/tv/episode.py", line 270, in __init__ self._specify_episode(self.season, self.episode) File "/opt/Medusa/medusa/tv/episode.py", line 554, in _specify_episode sql_results = self.load_from_db(season, episode) File "/opt/Medusa/medusa/tv/episode.py", line 635, in load_from_db self.watched = int(sql_results[0][b'watched']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-08-23 19:25:31 ERROR POSTPROCESSOR :: [f5973b2] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 333, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 554, in process_media self.result = processor.process() File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/post_processor.py", line 1106, in process if int(ep_obj.season) > int(max_season[0][0]): TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-08-30 03:59:35 ERROR BACKLOG :: [f5973b2] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\scheduler.py", line 93, in run self.action.run(self.force) File "C:\Medusa\Medusa\medusa\search\backlog.py", line 215, in run self.search_backlog() File "C:\Medusa\Medusa\medusa\search\backlog.py", line 110, in search_backlog segments = self._get_segments(series_obj, from_date) File "C:\Medusa\Medusa\medusa\search\backlog.py", line 185, in _get_segments ep_obj = series_obj.get_episode(episode[b'season'], episode[b'episode']) File "C:\Medusa\Medusa\medusa\tv\series.py", line 795, in get_episode ep = Episode(self, season, episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 270, in __init__ self._specify_episode(self.season, self.episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 554, in _specify_episode sql_results = self.load_from_db(season, episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 635, in load_from_db self.watched = int(sql_results[0][b'watched']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-09-07 12:46:50 ERROR DAILYSEARCHER :: [db3d9d7] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\scheduler.py", line 93, in run self.action.run(self.force) File "C:\Medusa\Medusa\medusa\search\daily.py", line 97, in run cur_ep = series_obj.get_episode(db_episode[b'season'], db_episode[b'episode']) File "C:\Medusa\Medusa\medusa\tv\series.py", line 796, in get_episode ep = Episode(self, season, episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 270, in __init__ self._specify_episode(self.season, self.episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 554, in _specify_episode sql_results = self.load_from_db(season, episode) File "C:\Medusa\Medusa\medusa\tv\episode.py", line 635, in load_from_db self.watched = int(sql_results[0][b'watched']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@PlaceboPRS |
I did yeah because whilst one problem was fixed with develop (the unknown folder issue) it introduced a new more critical problem whereby certain TV shows simply wouldn't load. Is there a way to remedy my fubar please? Thanks in advance :) |
@PlaceboPRS
Should fix it. import sqlite3
db = sqlite3.connect('main.db')
db.cursor().execute('UPDATE tv_episodes SET watched = 0 WHERE watched IS NULL;')
db.commit()
db.close() |
Thanks I ran that with no errors or anything reported (shut Medusa down first), so I'll give it a try, appreciate you taking the time to reply to my report :) |
INFOPython Version: ERROR2018-09-08 20:46:56 ERROR DAILYSEARCHER :: [db3d9d7] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/var/lib/**********mediaserver/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/var/lib/**********mediaserver/medusa/medusa/search/daily.py", line 97, in run cur_ep = series_obj.get_episode(db_episode[b'season'], db_episode[b'episode']) File "/var/lib/**********mediaserver/medusa/medusa/tv/series.py", line 796, in get_episode ep = Episode(self, season, episode) File "/var/lib/**********mediaserver/medusa/medusa/tv/episode.py", line 270, in __init__ self._specify_episode(self.season, self.episode) File "/var/lib/**********mediaserver/medusa/medusa/tv/episode.py", line 554, in _specify_episode sql_results = self.load_from_db(season, episode) File "/var/lib/**********mediaserver/medusa/medusa/tv/episode.py", line 635, in load_from_db self.watched = int(sql_results[0][b'watched']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-09-08 12:23:58 ERROR Thread_12 :: [db3d9d7] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/server/web/core/base.py", line 259, in async_call result = function(**kwargs) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/server/web/manage/handler.py", line 181, in changeEpisodeStatuses direct=True File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/server/web/home/handler.py", line 1913, in setStatus ep_obj = series_obj.get_episode(season_no, episode_no) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/tv/series.py", line 796, in get_episode ep = Episode(self, season, episode) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/tv/episode.py", line 270, in __init__ self._specify_episode(self.season, self.episode) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/tv/episode.py", line 554, in _specify_episode sql_results = self.load_from_db(season, episode) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/tv/episode.py", line 635, in load_from_db self.watched = int(sql_results[0][b'watched']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-16 18:10:51 ERROR SHOWQUEUE-ADD :: [4614efc] None: Error while loading information from indexer TMDB. Error: TypeError("int() argument must be a string or a number, not 'NoneType'",) Traceback (most recent call last): File "/app/medusa/medusa/show_queue.py", line 395, in run show_name = get_showname_from_indexer(self.indexer, self.indexer_id, self.lang) File "/app/medusa/medusa/helpers/__init__.py", line 1522, in get_showname_from_indexer s = indexer_api[int(indexer_id)] TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-23 19:30:50 ERROR POSTPROCESSOR :: [4614efc] Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/process_tv.py", line 333, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/process_tv.py", line 554, in process_media self.result = processor.process() File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/post_processor.py", line 1106, in process if int(ep_obj.season) > int(max_season[0][0]): TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-28 20:22:36 ERROR SHOWQUEUE-ADD :: [4614efc] None: Error while loading information from indexer TMDB. Error: TypeError("int() argument must be a string or a number, not 'NoneType'",) Traceback (most recent call last): File "/app/medusa/medusa/show_queue.py", line 395, in run show_name = get_showname_from_indexer(self.indexer, self.indexer_id, self.lang) File "/app/medusa/medusa/helpers/__init__.py", line 1522, in get_showname_from_indexer s = indexer_api[int(indexer_id)] TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-24 15:16:50 ERROR SEARCHQUEUE-DAILY-SEARCH :: [TorrentBytes] :: [54da0c7] DailySearchQueueItem Exception, error: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/usr/local/medusa/medusa/search/queue.py", line 262, in run found_results = search_for_needed_episodes(force=self.force) File "/usr/local/medusa/medusa/search/core.py", line 523, in search_for_needed_episodes cur_provider.cache.update_cache() File "/usr/local/medusa/medusa/tv/cache.py", line 233, in update_cache result = self._parse_item(item) File "/usr/local/medusa/medusa/tv/cache.py", line 312, in _parse_item leechers, size, pubdate) File "/usr/local/medusa/medusa/tv/cache.py", line 381, in add_cache_entry parse_result = parsed_result or NameParser().parse(name) File "/usr/local/medusa/medusa/name_parser/parser.py", line 367, in parse result = self._parse_string(name) File "/usr/local/medusa/medusa/name_parser/parser.py", line 278, in _parse_string search_series = helpers.get_show(result.series_name, self.try_indexers) if not self.naming_pattern else None File "/usr/local/medusa/medusa/helpers/__init__.py", line 1018, in get_show series_from_name = scene_exceptions.get_scene_exceptions_by_name(series_name)[0] File "/usr/local/medusa/medusa/scene_exceptions.py", line 167, in get_scene_exceptions_by_name indexer = int(exception['indexer']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Bad Mothers: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Roswell: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Curfew: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Miracle Workers (2019): Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\The InBetween: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in G:\Tv Shows\The Order: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\The Boys: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Proven Innocent: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\I Am the Night: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\Abby's: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\The Name of the Rose: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-14 17:19:58 ERROR MAIN :: [94fae84] There was an error creating the show in A:\TV\The Widow: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "C:\Medusamaster\medusa\__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "C:\Medusamaster\medusa\tv\series.py", line 245, in __init__ self._load_from_db() File "C:\Medusamaster\medusa\tv\series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-18 21:34:30 ERROR SHOWQUEUE-ADD :: [79efa1a] Error trying to add show: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/show_queue.py", line 517, in run newShow = Series(self.indexer, self.indexer_id, self.lang) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@ripper1967 @Magnus010 |
… On Tue, Mar 19, 2019 at 8:02 AM Dario ***@***.***> wrote:
@ripper1967 <https://github.com/ripper1967> @Magnus010
<https://github.com/Magnus010>
Upload your main.db to https://send.firefox.com/ and post the link. I
will send you a fixed DB version that will allow you to update correctly to
get rid of this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3451 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGtVv6zDnhMfWW7PinvlsRTeOy13kgfcks5vYNHqgaJpZM4Q9_u1>
.
|
TY. that worked.
…On Tue, Mar 19, 2019 at 2:10 PM Dario ***@***.***> wrote:
@ripper1967 <https://github.com/ripper1967>
There you go:
https://send.firefox.com/download/716bdce3dc/#6NcfXBHUR449hrKv5YPJlg
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3451 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGtVv_DEHpI7QHwbwwzNg6u2M6ZxqMUbks5vYSgTgaJpZM4Q9_u1>
.
|
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Star Trek Osiris: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Acquisitions Incorporated The C Team: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Alien Isolation The Digital Series: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/The Super Hero Squad Show: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Force Grey Giant Hunters: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Doctor Horrible's Sing-Along Blog: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Acquisitions Incorporated: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Untitled Jean-Luc Picard Star Trek Series: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Starship Farragut: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-03-19 20:39:28 ERROR MAIN :: [79efa1a] There was an error creating the show in /tv/Star Trek Phoenix: Exception generated: int() argument must be a string or a number, not 'NoneType' Traceback (most recent call last): File "/app/medusa/medusa/__main__.py", line 2122, in load_shows_from_db cur_show = Series(sql_show['indexer'], sql_show['indexer_id']) File "/app/medusa/medusa/tv/series.py", line 245, in __init__ self._load_from_db() File "/app/medusa/medusa/tv/series.py", line 1493, in _load_from_db self.airdate_offset = int(sql_results[0]['airdate_offset']) TypeError: int() argument must be a string or a number, not 'NoneType' STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
Looks like that worked. Thank you! |
INFO
Python Version:
2.7.9 (default, Aug 13 2016, 17:56:53) [GCC 4.9.2]
Operating System:
Linux-4.9.29-10-osmc-armv7l-with-debian-8.9
Locale:
None
Branch: master
Database:
44.8
Commit: 1a8dc66
Link to Log: https://gist.github.com/965957a628ee04b1d9c8ae8564ad3daf
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: