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

All episode searches fail (Unable to find manual results) #11630

Open
Nozomi-Ink opened this issue Feb 16, 2024 · 0 comments
Open

All episode searches fail (Unable to find manual results) #11630

Nozomi-Ink opened this issue Feb 16, 2024 · 0 comments

Comments

@Nozomi-Ink
Copy link

Describe the bug
Cannot get search results on any provider and thus cannot initiate any downloads

To Reproduce

  1. Go to any show that has been added to my show list
  2. Click either Forced or manual search icon next to any episode listed as wanted.
  3. Wait as search is initiated, runs through each provider, then ends with no results.
  4. Log returns "Unable to find manual results"

Expected behavior
Looking to initiate search for episode, see results, and successfully initiate a download

Screenshots
image

Medusa (please complete the following information):

  • OS: [Unraid 6.12.6]
  • Branch: [master]
    -Commit: Unknown
    -Version: [1.0.19]
    -Database: 44.19

Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug

2024-02-16 01:45:46 INFO	FORCEDSEARCHQUEUE-BACKLOG-72059 :: Using backlog search providers
2024-02-16 01:45:46 INFO	FORCEDSEARCHQUEUE-BACKLOG-72059 :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:45:46 INFO	FORCEDSEARCHQUEUE-BACKLOG-72059 :: Finished processing 4447 scene exceptions.
2024-02-16 01:45:46 INFO	FORCEDSEARCHQUEUE-BACKLOG-72059 :: Updating exception_cache and exception_season_cache
2024-02-16 01:45:46 INFO	FORCEDSEARCHQUEUE-BACKLOG-72059 :: Beginning backlog search for: The Unwanted Undead Adventurer
2024-02-16 01:42:46 WARNING	GENERICQUEUESCHEDULER-UPDATE-RECOMMENDED-IMDB :: Could not get show details for tt2802850 with error: HTTPSConnectionPool(host='www.imdb.com', port=443): Read timed out. (read timeout=30)
Traceback (most recent call last):
  File "/app/medusa/ext/urllib3/connectionpool.py", line 467, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/app/medusa/ext/urllib3/connectionpool.py", line 462, in _make_request
    httplib_response = conn.getresponse()
                       ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/http/client.py", line 1378, in getresponse
    response.begin()
  File "/usr/lib/python3.11/http/client.py", line 318, in begin
    version, status, reason = self._read_status()
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/http/client.py", line 279, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/socket.py", line 706, in readinto
    return self._sock.recv_into(b)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/ssl.py", line 1311, in recv_into
    return self.read(nbytes, buffer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/ssl.py", line 1167, in read
    return self._sslobj.read(len, buffer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/app/medusa/ext/requests/adapters.py", line 486, in send
    resp = conn.urlopen(
           ^^^^^^^^^^^^^
  File "/app/medusa/ext/urllib3/connectionpool.py", line 799, in urlopen
    retries = retries.increment(
              ^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/urllib3/util/retry.py", line 550, in increment
    raise six.reraise(type(error), error, _stacktrace)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/urllib3/packages/six.py", line 770, in reraise
    raise value
  File "/app/medusa/ext/urllib3/connectionpool.py", line 715, in urlopen
    httplib_response = self._make_request(
                       ^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/urllib3/connectionpool.py", line 469, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "/app/medusa/ext/urllib3/connectionpool.py", line 358, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='www.imdb.com', port=443): Read timed out. (read timeout=30)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/app/medusa/medusa/show/recommendations/imdb.py", line 97, in fetch_popular_shows
    show_details = cached_get_imdb_series_details(imdb_id)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/medusa/show/recommendations/recommended.py", line 77, in func_wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "</app/medusa/ext/decorator.py:decorator-gen-19>", line 2, in cached_get_imdb_series_details
  File "/app/medusa/ext/dogpile/cache/region.py", line 1593, in get_or_create_for_user_func
    return self.get_or_create(
           ^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/dogpile/cache/region.py", line 1053, in get_or_create
    with Lock(
  File "/app/medusa/ext/dogpile/lock.py", line 185, in __enter__
    return self._enter()
           ^^^^^^^^^^^^^
  File "/app/medusa/ext/dogpile/lock.py", line 94, in _enter
    generated = self._enter_create(value, createdtime)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/dogpile/lock.py", line 178, in _enter_create
    return self.creator()
           ^^^^^^^^^^^^^^
  File "/app/medusa/ext/dogpile/cache/region.py", line 1006, in gen_value
    created_value = creator(
                    ^^^^^^^^
  File "/app/medusa/medusa/show/recommendations/recommended.py", line 388, in cached_get_imdb_series_details
    details = LazyApi.imdb_api.get_title(imdb_id)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/imdbpie/imdbpie.py", line 77, in get_title
    self._redirection_title_check(imdb_id)
  File "/app/medusa/ext/imdbpie/imdbpie.py", line 330, in _redirection_title_check
    if self.is_redirection_title(imdb_id):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/imdbpie/imdbpie.py", line 338, in is_redirection_title
    response = self.session.get(page_url, allow_redirects=False)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/requests/sessions.py", line 602, in get
    return self.request("GET", url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/medusa/session/core.py", line 130, in request
    response = super(MedusaSession, self).request(method, url, data=data, params=params, headers=headers,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/medusa/ext/requests/adapters.py", line 532, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='www.imdb.com', port=443): Read timed out. (read timeout=30)
2024-02-16 01:42:03 INFO	GENERICQUEUESCHEDULER-UPDATE-RECOMMENDED-IMDB :: Started caching recommended shows
2024-02-16 01:42:03 INFO	GENERICQUEUESCHEDULER-UPDATE-RECOMMENDED-IMDB :: Purge shows that have been added more than 180 days ago
2024-02-16 01:35:00 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Unable to find manual results for: The Unwanted Undead Adventurer - 2024 02 09 - Bronze-class Exam
2024-02-16 01:34:54 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: 1337x :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:54 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: ThePirateBay :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:53 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: AniDex :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:53 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:51 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:51 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease_1 :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Using manual search providers
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Finished processing 4447 scene exceptions.
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Updating exception_cache and exception_season_cache
2024-02-16 01:34:45 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Beginning manual search for: The Unwanted Undead Adventurer - 2024 02 09 - Bronze-class Exam
2024-02-16 01:29:03 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Unable to find manual results for: Tales of Wedding Rings - S01E01 - Episode 1
2024-02-16 01:29:01 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: 1337x :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:29:00 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: ThePirateBay :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:29:00 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: AniDex :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:29:00 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: SubsPlease :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:28:59 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Nyaa :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:28:59 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: SubsPlease_1 :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Nyaa.si :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Using manual search providers
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Building internal name cache for Tales of Wedding Rings
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Finished processing 4447 scene exceptions.
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Updating exception_cache and exception_season_cache
2024-02-16 01:28:57 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Beginning manual search for: Tales of Wedding Rings - S01E01 - Episode 1
2024-02-16 01:27:37 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Unable to find manual results for: The Unwanted Undead Adventurer - 2024 01 05 - Unwanted Undead
2024-02-16 01:27:30 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: 1337x :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:30 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: ThePirateBay :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:30 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: AniDex :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:30 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:28 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease_1 :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.v01-03.(2019-2020).(Digital).(LuCaZ) is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.v01-08.(2019-2022).(Digital).(DigitalMangaFan) is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.(Nozomanu.Fushi.no.Boukensha).V01-05.[J-Novel.Club] is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.(Light.Novel).(Premium).v1-7 is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.v01-09.(2019-2022).(Digital).(DigitalMangaFan,.Ushi) is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Quality of The.Unwanted.Undead.Adventurer.v01-10.(2019-2023).(Digital).(Ushi) is Unknown
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:27 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: For the show The Unwanted Undead Adventurer we could not parse a season number. We did match the title, so we'll asume season 1
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Using manual search providers
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Finished processing 4447 scene exceptions.
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Updating exception_cache and exception_season_cache
2024-02-16 01:27:21 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Beginning manual search for: The Unwanted Undead Adventurer - 2024 01 05 - Unwanted Undead
2024-02-16 01:26:55 INFO	APIv2-Thread :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:26:55 INFO	APIv2-Thread :: Finished processing 4447 scene exceptions.
2024-02-16 01:26:55 INFO	APIv2-Thread :: Updating exception_cache and exception_season_cache
2024-02-16 01:26:55 INFO	APIv2-Thread :: Finished processing 0 scene exceptions.
2024-02-16 01:26:55 INFO	APIv2-Thread :: Updating exception_cache and exception_season_cache
2024-02-16 01:26:55 INFO	APIv2-Thread :: Updating scene exceptions...
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Finished processing 4447 scene exceptions.
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Updating exception_cache and exception_season_cache
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Finished processing 0 scene exceptions.
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Updating exception_cache and exception_season_cache
2024-02-16 01:24:25 INFO	APIv2-Thread-1 :: Updating scene exceptions...
2024-02-16 01:24:11 INFO	Thread-2 :: ReleaseGroups: []
2024-02-16 01:24:11 INFO	Thread-2 :: ReleaseGroups: The Unwanted Undead Adventurer
2024-02-16 01:23:48 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Unable to find manual results for: Tales of Wedding Rings - S01E01 - Episode 1
2024-02-16 01:23:46 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: 1337x :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:45 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: ThePirateBay :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:45 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: AniDex :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:45 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: SubsPlease :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:44 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Nyaa :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:44 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: SubsPlease_1 :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Nyaa.si :: Performing episode search for Tales of Wedding Rings
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Using manual search providers
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Building internal name cache for Tales of Wedding Rings
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Finished processing 4447 scene exceptions.
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Updating exception_cache and exception_season_cache
2024-02-16 01:23:42 INFO	FORCEDSEARCHQUEUE-MANUAL-429825 :: Beginning manual search for: Tales of Wedding Rings - S01E01 - Episode 1
2024-02-16 01:23:36 INFO	SHOWQUEUE-REFRESH :: Cache check completed
2024-02-16 01:23:36 INFO	SHOWQUEUE-REFRESH :: 429825: Updating NFOs for show with new indexer info
2024-02-16 01:23:36 INFO	SHOWQUEUE-REFRESH :: Trying to clean any empty folder under /tv/Tales of Wedding Rings
2024-02-16 01:23:36 INFO	SHOWQUEUE-REFRESH :: 429825: Performing refresh on Tales of Wedding Rings
2024-02-16 01:22:37 INFO	APIv2-Thread-1 :: Building internal name cache for Tales of Wedding Rings
2024-02-16 01:22:37 INFO	APIv2-Thread-1 :: Finished processing 4447 scene exceptions.
2024-02-16 01:22:36 INFO	APIv2-Thread-1 :: Updating exception_cache and exception_season_cache
2024-02-16 01:22:36 INFO	APIv2-Thread-1 :: Finished processing 1 scene exceptions.
2024-02-16 01:22:36 INFO	APIv2-Thread-1 :: Updating exception_cache and exception_season_cache
2024-02-16 01:22:36 INFO	APIv2-Thread-1 :: Updating scene exceptions...
2024-02-16 01:22:17 INFO	SHOWQUEUE-ADD :: Finished processing 1 scene exceptions.
2024-02-16 01:22:17 INFO	SHOWQUEUE-ADD :: Updating exception_cache and exception_season_cache
2024-02-16 01:22:17 WARNING	SHOWQUEUE-ADD :: 429825: while adding the show Tales of Wedding Rings we noticed https://thexem.info has an episode mapping available
you might want to consider enabling the scene option for this show.
2024-02-16 01:22:17 INFO	SHOWQUEUE-ADD :: Building internal name cache for Tales of Wedding Rings
2024-02-16 01:22:17 INFO	SHOWQUEUE-ADD :: Finished processing 4447 scene exceptions.
2024-02-16 01:22:16 INFO	SHOWQUEUE-ADD :: Updating exception_cache and exception_season_cache
2024-02-16 01:22:16 INFO	SHOWQUEUE-ADD :: Cache check completed
2024-02-16 01:22:15 INFO	SHOWQUEUE-ADD :: Selected poster for series 429825 (score=0.5, score_bay=0.0, rating=0, votes=0, res=680x1000): https://www.thetvdb.com/banners/v4/series/429825/posters/659963e7c6e37.jpg
2024-02-16 01:22:15 INFO	SHOWQUEUE-ADD :: Selected fanart for series 429825 (score=0.5, score_bay=0.0, rating=0, votes=0, res=1920x1080): https://www.thetvdb.com/banners/v4/series/429825/backgrounds/6564f06ba1053.jpg
2024-02-16 01:22:15 INFO	SHOWQUEUE-ADD :: 429825: Updating NFOs for show with new indexer info
2024-02-16 01:22:14 INFO	SHOWQUEUE-ADD :: Setting all previously aired episodes to the specified status: Skipped
2024-02-16 01:22:13 INFO	SHOWQUEUE-ADD :: Finished processing 1 scene exceptions.
2024-02-16 01:22:13 INFO	SHOWQUEUE-ADD :: Updating exception_cache and exception_season_cache
2024-02-16 01:22:12 INFO	SHOWQUEUE-ADD :: Starting to add show by Indexer Id: 429825
2024-02-16 01:19:28 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Unable to find manual results for: The Unwanted Undead Adventurer - 001 - Unwanted Undead
2024-02-16 01:19:26 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: 1337x :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:26 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: ThePirateBay :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:26 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: AniDex :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:26 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:25 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:25 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: SubsPlease_1 :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Nyaa.si :: Performing episode search for The Unwanted Undead Adventurer
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Using manual search providers
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Building internal name cache for The Unwanted Undead Adventurer
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Finished processing 4447 scene exceptions.
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Updating exception_cache and exception_season_cache
2024-02-16 01:19:09 INFO	FORCEDSEARCHQUEUE-MANUAL-72059 :: Beginning manual search for: The Unwanted Undead Adventurer - 001 - Unwanted Undead

Additional context
I've attempted to add new providers, new shows, and all result in the same issue. I may just be dumb and missing something simple but can't seem to find anything actually wrong.

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