Replies: 1 comment 1 reply
-
i already fixed this error in develop |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I previously set up MAL list using the -git: /Draper/Anime/Charts for my Anime library.
Getting an unknown error when I try to update the library. My MAL account APIs appear to be still working.
This was working before. Any ideas?
[2022-01-28 10:54:49,704] [util.py:216] [INFO] |================================================================================= Adding to Suggested Anime Collection =================================================================================| [2022-01-28 10:54:49,705] [builder.py:1706] [INFO] | | [2022-01-28 10:54:49,742] [builder.py:1716] [INFO] | 1/2 | Suggested Anime Collection | + | City Hunter | [2022-01-28 10:54:51,751] [builder.py:1716] [INFO] | 2/2 | Suggested Anime Collection | + | The Ancient Magus' Bride | [2022-01-28 10:54:51,790] [builder.py:1741] [INFO] | | [2022-01-28 10:54:51,791] [builder.py:1742] [INFO] | 2 Shows Processed | [2022-01-28 10:54:51,793] [builder.py:1936] [INFO] | | [2022-01-28 10:54:51,794] [util.py:216] [INFO] |============================================================================= Missing Movies from Library: Suggested Anime =============================================================================| [2022-01-28 10:54:51,795] [builder.py:1938] [INFO] | | [2022-01-28 10:54:52,014] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Mobile Suit Gundam Wing: Endless Waltz (1998) (TMDb: 22914) | [2022-01-28 10:54:52,125] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Comet in Moominland (1992) (TMDb: 70089) | [2022-01-28 10:54:52,400] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Detective Conan: The Time Bombed Skyscraper (1997) (TMDb: 21422) | [2022-01-28 10:54:52,514] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Psycho-Pass: The Movie (2015) (TMDb: 296917) | [2022-01-28 10:54:52,747] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Legend of the Galactic Heroes: My Conquest Is the Sea of Stars (1988) (TMDb: 154738) | [2022-01-28 10:54:52,854] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Urusei Yatsura: Beautiful Dreamer (1984) (TMDb: 43967) | [2022-01-28 10:54:53,080] [builder.py:1950] [INFO] | Suggested Anime Collection | ? | Code Geass: Lelouch of the Re;Surrection (2019) (TMDb: 553837) | [2022-01-28 10:54:53,081] [builder.py:1954] [INFO] | | [2022-01-28 10:54:53,082] [builder.py:1955] [INFO] | 7 Movies Missing | [2022-01-28 10:54:53,087] [builder.py:1976] [INFO] | | [2022-01-28 10:54:53,088] [util.py:216] [INFO] |============================================================================= Missing Shows from Library: Suggested Anime ==============================================================================| [2022-01-28 10:54:53,088] [builder.py:1978] [INFO] | |[2022-01-28 10:54:53,486] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | 大正処女御伽話 (TVDB: 401899) | [2022-01-28 10:54:53,736] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | 赤ちゃんと僕 (TVDB: 253430) | [2022-01-28 10:54:54,072] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | アグレッシブ烈子 (TVDB: 346744) | [2022-01-28 10:54:54,410] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | デート・ア・ライブ (TVDB: 264663) | [2022-01-28 10:54:54,473] [builder.py:1984] [ERROR] | TVDb Error: Could not find a TVDb Series using TVDb Series ID: 83276 | [2022-01-28 10:54:54,751] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | とある科学の超電磁砲 (TVDB: 114921) | [2022-01-28 10:54:55,067] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | 最遊記シリーズ (TVDB: 80587) | [2022-01-28 10:54:55,361] [builder.py:1989] [INFO] | Suggested Anime Collection | ? | ガンダムビルドファイターズ (TVDB: 273004) | [2022-01-28 10:54:55,531] [util.py:162] [DEBUG] | Traceback (most recent call last): | [2022-01-28 10:54:55,533] [util.py:162] [DEBUG] | File "//plex_meta_manager.py", line 806, in run_collection | [2022-01-28 10:54:55,533] [util.py:162] [DEBUG] | radarr_add, sonarr_add = builder.run_missing() | [2022-01-28 10:54:55,535] [util.py:162] [DEBUG] | File "/modules/builder.py", line 1982, in run_missing | [2022-01-28 10:54:55,535] [util.py:162] [DEBUG] | show = self.config.TVDb.get_series(missing_id) | [2022-01-28 10:54:55,537] [util.py:162] [DEBUG] | File "/modules/tvdb.py", line 127, in get_series | [2022-01-28 10:54:55,538] [util.py:162] [DEBUG] | return TVDbObj(tvdb_url, self.tvdb_language, False, self.config) | [2022-01-28 10:54:55,539] [util.py:162] [DEBUG] | File "/modules/tvdb.py", line 54, in __init__ | [2022-01-28 10:54:55,540] [util.py:162] [DEBUG] | response = self.config.get_html(self.tvdb_url, headers=util.header(self.language)) | [2022-01-28 10:54:55,541] [util.py:162] [DEBUG] | File "/modules/config.py", line 865, in get_html | [2022-01-28 10:54:55,542] [util.py:162] [DEBUG] | return html.fromstring(self.get(url, headers=headers, params=params).content) | [2022-01-28 10:54:55,543] [util.py:162] [DEBUG] | File "/usr/local/lib/python3.9/site-packages/lxml/html/__init__.py", line 875, in fromstring | [2022-01-28 10:54:55,543] [util.py:162] [DEBUG] | doc = document_fromstring(html, parser=parser, base_url=base_url, **kw) | [2022-01-28 10:54:55,545] [util.py:162] [DEBUG] | File "/usr/local/lib/python3.9/site-packages/lxml/html/__init__.py", line 763, in document_fromstring | [2022-01-28 10:54:55,546] [util.py:162] [DEBUG] | raise etree.ParserError( | [2022-01-28 10:54:55,546] [util.py:162] [DEBUG] | lxml.etree.ParserError: Document is empty | [2022-01-28 10:54:55,547] [util.py:162] [DEBUG] | | [2022-01-28 10:54:55,549] [plex_meta_manager.py:877] [ERROR] | Unknown Error: Document is empty
Beta Was this translation helpful? Give feedback.
All reactions