Skip to content
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: unsupported format string passed to NoneType.__format__ #11917

Open
SynthSy opened this issue Jan 22, 2025 · 0 comments

Comments

@SynthSy
Copy link

SynthSy commented Jan 22, 2025

INFO

Python Version: 3.10.8 (main, Oct 13 2022, 23:33:11) [GCC 10.3.1 20211027]
Operating System: Linux-6.8.0-51-generic-x86_64-with
Locale: UTF-8
Branch: master
Database: 47.20
Commit: d996387
Link to Log: https://gist.github.com/SynthSy/071a2ed89465487ec84e4a30c1b675d4

ERROR

2025-01-22 06:04:02 ERROR    POSTPROCESSOR :: [d996387] Exception generated: unsupported format string passed to NoneType.__format__
Traceback (most recent call last):
  File "/app/medusa/medusa/schedulers/scheduler.py", line 78, in run
    self.action.run(self.force)
  File "/app/medusa/medusa/process_tv.py", line 240, in run
    process_results.process(force=force, **kwargs)
  File "/app/medusa/medusa/process_tv.py", line 416, in process
    self.process_files(dir_path, force=force, is_priority=is_priority,
  File "/app/medusa/medusa/process_tv.py", line 682, in process_files
    self.process_media(path, self.video_files, force, is_priority, ignore_subs)
  File "/app/medusa/medusa/process_tv.py", line 945, in process_media
    self.process_failed(path, resource_name=video)
  File "/app/medusa/medusa/process_tv.py", line 987, in process_failed
    self.result = processor.process()
  File "/app/medusa/medusa/failed_processor.py", line 86, in process
    segment = self._process_release_name()
  File "/app/medusa/medusa/failed_processor.py", line 62, in _process_release_name
    segment.append(parse_result.series.get_episode(parse_result.season_number, episode))
  File "/app/medusa/medusa/tv/series.py", line 977, in get_episode
    ep = Episode(self, season, episode)
  File "/app/medusa/medusa/tv/episode.py", line 241, in __init__
    self.slug = 's{season:02d}e{episode:02d}'.format(season=self.season, episode=self.episode)
TypeError: unsupported format string passed to NoneType.__format__

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant