Advertisement
Guest User

Untitled

a guest
Mar 19th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.67 KB | None | 0 0
  1. |====================================================================================================|
  2. | |
  3. | ____ _ __ __ _ __ __ |
  4. | | _ \| | _____ __ | \/ | ___| |_ __ _ | \/ | __ _ _ __ __ _ __ _ ___ _ __ |
  5. | | |_) | |/ _ \ \/ / | |\/| |/ _ \ __/ _` | | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__| |
  6. | | __/| | __/> < | | | | __/ || (_| | | | | | (_| | | | | (_| | (_| | __/ | |
  7. | |_| |_|\___/_/\_\ |_| |_|\___|\__\__,_| |_| |_|\__,_|_| |_|\__,_|\__, |\___|_| |
  8. | |___/ |
  9. | Version: 1.18.3 (Docker) |
  10. | Platform: Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.28 |
  11. | Memory: 8 GB |
  12. |====================================================================================================|
  13. | Run Command: plex_meta_manager.py --run |
  14. | --config (PMM_CONFIG): None |
  15. | --time (PMM_TIME): 05:00 |
  16. | --run (PMM_RUN): True |
  17. | --run-tests (PMM_TEST): False |
  18. | --collections-only (PMM_COLLECTIONS_ONLY): False |
  19. | --playlists-only (PMM_PLAYLISTS_ONLY): False |
  20. | --operations (PMM_OPERATIONS): False |
  21. | --overlays (PMM_OVERLAYS): False |
  22. | --libraries-first (PMM_LIBRARIES_FIRST): False |
  23. | --run-collections (PMM_COLLECTIONS): None |
  24. | --run-libraries (PMM_LIBRARIES): None |
  25. | --run-metadata-files (PMM_METADATA_FILES): None |
  26. | --ignore-schedules (PMM_IGNORE_SCHEDULES): False |
  27. | --ignore-ghost (PMM_IGNORE_GHOST): False |
  28. | --cache-libraries (PMM_CACHE_LIBRARIES): False |
  29. | --delete-collections (PMM_DELETE_COLLECTIONS): False |
  30. | --delete-labels (PMM_DELETE_LABELS): False |
  31. | --resume (PMM_RESUME): None |
  32. | --no-countdown (PMM_NO_COUNTDOWN): False |
  33. | --no-missing (PMM_NO_MISSING): False |
  34. | --no-report (PMM_NO_REPORT): False |
  35. | --read-only-config (PMM_READ_ONLY_CONFIG): False |
  36. | --plex-url (PMM_PLEX_URL): |
  37. | --plex-token (PMM_PLEX_TOKEN): |
  38. | --divider (PMM_DIVIDER): = |
  39. | --width (PMM_WIDTH): 100 |
  40. | --debug (PMM_DEBUG): False |
  41. | --trace (PMM_TRACE): False |
  42. | |
  43. |====================================================================================================|
  44. | Starting Run |
  45. |====================================================================================================|
  46. | Locating config... |
  47. | Using //config/config.yml as config |
  48. |========================================= Redacted Config ==========================================|
  49. | libraries: # Library mappings must have a colon (:) placed after them |
  50. | Movies: |
  51. | overlay_path: |
  52. | - pmm: resolution |
  53. | - pmm: basic |
  54. | - pmm: imdb |
  55. | |
  56. | TV: |
  57. | overlay_path: |
  58. | - pmm: resolution |
  59. | - pmm: basic |
  60. | - pmm: imdb |
  61. | overlay_path: |
  62. | - remove_overlays: false |
  63. | - pmm: ribbon |
  64. | playlist_files: |
  65. | - pmm: playlist # This is a file within PMM's defaults folder |
  66. | # see the wiki for how to use local files, folders, URLs, or files from git |
  67. | settings: |
  68. | cache: true |
  69. | cache_expiration: 60 |
  70. | asset_directory: config/assets |
  71. | asset_folders: true |
  72. | asset_depth: 0 |
  73. | create_asset_folders: false |
  74. | prioritize_assets: false |
  75. | dimensional_asset_rename: false |
  76. | download_url_assets: false |
  77. | show_missing_season_assets: false |
  78. | show_missing_episode_assets: false |
  79. | show_asset_not_needed: true |
  80. | sync_mode: append |
  81. | minimum_items: 1 |
  82. | default_collection_order: |
  83. | delete_below_minimum: true |
  84. | delete_not_scheduled: false |
  85. | run_again_delay: 2 |
  86. | missing_only_released: false |
  87. | only_filter_missing: false |
  88. | show_unmanaged: true |
  89. | show_filtered: false |
  90. | show_options: false |
  91. | show_missing: true |
  92. | show_missing_assets: true |
  93. | save_report: false |
  94. | tvdb_language: eng |
  95. | ignore_ids: |
  96. | ignore_imdb_ids: |
  97. | item_refresh_delay: 0 |
  98. | playlist_sync_to_user: all |
  99. | playlist_exclude_user: |
  100. | playlist_report: false |
  101. | verify_ssl: true |
  102. | custom_repo: |
  103. | check_nightly: false |
  104. | show_unconfigured: true |
  105. | playlist_exclude_users: |
  106. | webhooks: (redacted) |
  107. | error: |
  108. | version: |
  109. | run_start: |
  110. | run_end: |
  111. | changes: |
  112. | delete: |
  113. | plex: # Can be individually specified per library as well; REQUIRED for the script to run |
  114. | url: (redacted) |
  115. | token: (redacted) |
  116. | timeout: 60 |
  117. | clean_bundles: false |
  118. | empty_trash: false |
  119. | optimize: false |
  120. | tmdb: # REQUIRED for the script to run |
  121. | apikey: (redacted) |
  122. | language: en |
  123. | cache_expiration: 60 |
  124. | region: |
  125. | tautulli: # Can be individually specified per library as well |
  126. | url: (redacted) |
  127. | apikey: (redacted) |
  128. | omdb: |
  129. | apikey: (redacted) |
  130. | cache_expiration: 60 |
  131. | mdblist: |
  132. | apikey: (redacted) |
  133. | cache_expiration: 60 |
  134. | notifiarr: |
  135. | apikey: (redacted) |
  136. | anidb: # Not required for AniDB builders unless you want mature content |
  137. | username: (redacted) |
  138. | password: (redacted) |
  139. | language: en |
  140. | client: |
  141. | radarr: # Can be individually specified per library as well |
  142. | url: (redacted) |
  143. | token: (redacted) |
  144. | add_missing: false |
  145. | add_existing: false |
  146. | root_folder_path: S:/Movies |
  147. | monitor: true |
  148. | availability: announced |
  149. | quality_profile: HD-1080p |
  150. | tag: |
  151. | search: false |
  152. | radarr_path: |
  153. | plex_path: |
  154. | upgrade_existing: false |
  155. | sonarr: # Can be individually specified per library as well |
  156. | url: (redacted) |
  157. | token: (redacted) |
  158. | add_missing: false |
  159. | add_existing: false |
  160. | root_folder_path: S:/TV Shows |
  161. | monitor: all |
  162. | quality_profile: HD-1080p |
  163. | language_profile: English |
  164. | series_type: standard |
  165. | season_folder: true |
  166. | tag: |
  167. | search: false |
  168. | cutoff_search: false |
  169. | sonarr_path: |
  170. | plex_path: |
  171. | upgrade_existing: false |
  172. | trakt: |
  173. | client_id: (redacted) |
  174. | client_secret: (redacted) |
  175. | pin: |
  176. | authorization: |
  177. | # everything below is autofilled by the script |
  178. | access_token: |
  179. | token_type: |
  180. | expires_in: |
  181. | refresh_token: |
  182. | scope: public |
  183. | created_at: |
  184. | mal: |
  185. | client_id: (redacted) |
  186. | client_secret: (redacted) |
  187. | authorization: |
  188. | # everything below is autofilled by the script |
  189. | access_token: |
  190. | token_type: |
  191. | expires_in: |
  192. | refresh_token: |
  193. | |
  194. |====================================================================================================|
  195. | Initializing cache database at //config/config.cache |
  196. |====================================================================================================|
  197. | Connecting to Notifiarr... |
  198. | Config Error: notifiarr sub-attribute apikey is blank |
  199. | Notifiarr Connection Failed |
  200. |====================================================================================================|
  201. | Connecting to TMDb... |
  202. | TMDb Connection Successful |
  203. |====================================================================================================|
  204. | Connecting to OMDb... |
  205. | Config Error: omdb sub-attribute apikey is blank |
  206. | OMDb Connection Failed |
  207. |====================================================================================================|
  208. | Connecting to Mdblist... |
  209. | Config Error: mdblist sub-attribute apikey is blank |
  210. | Mdblist Connection Failed |
  211. |====================================================================================================|
  212. | Connecting to Trakt... |
  213. | Config Error: trakt sub-attribute client_id is blank |
  214. | Trakt Connection Failed |
  215. |====================================================================================================|
  216. | Connecting to My Anime List... |
  217. | Config Error: mal sub-attribute client_id is blank |
  218. | My Anime List Connection Failed |
  219. |====================================================================================================|
  220. | Connecting to AniDB... |
  221. | Config Error: anidb sub-attribute client is blank |
  222. | AniDB API Connection Failed |
  223. | Config Error: anidb sub-attribute username is blank |
  224. | AniDB Login Failed Continuing as Guest |
  225. |====================================================================================================|
  226. | Reading in Playlist Files |
  227. | |
  228. | Loading Playlist PMM Default: playlist |
  229. | |
  230. | File Loaded From: /defaults/playlist.yml |
  231. | File Loaded From: /defaults/templates.yml |
  232. | Playlist File Loaded Successfully |
  233. |====================================================================================================|
  234. | Connecting to Plex Libraries... |
  235. |====================================================================================================|
  236. | Movies Configuration |
  237. |====================================================================================================|
  238. | |
  239. | Connecting to Movies Library... |
  240. | |
  241. |======================================== Plex Configuration ========================================|
  242. | |
  243. | Using Asset Directory: config/assets |
  244. | Traceback (most recent call last): |
  245. | File "/modules/plex.py", line 440, in __init__ |
  246. | self.PlexServer = PlexServer(baseurl=self.url, token=self.token, session=self.config.session, timeout=self.timeout) |
  247. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  248. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 115, in __init__ |
  249. | data = self.query(self.key, timeout=self._timeout) |
  250. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  251. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 757, in query |
  252. | return ElementTree.fromstring(data) if data.strip() else None |
  253. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  254. | File "/usr/local/lib/python3.11/xml/etree/ElementTree.py", line 1338, in XML |
  255. | parser.feed(text) |
  256. | xml.etree.ElementTree.ParseError: mismatched tag: line 33, column 2 |
  257. | |
  258. | Traceback (most recent call last): |
  259. | File "/modules/plex.py", line 440, in __init__ |
  260. | self.PlexServer = PlexServer(baseurl=self.url, token=self.token, session=self.config.session, timeout=self.timeout) |
  261. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  262. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 115, in __init__ |
  263. | data = self.query(self.key, timeout=self._timeout) |
  264. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  265. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 757, in query |
  266. | return ElementTree.fromstring(data) if data.strip() else None |
  267. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  268. | File "/usr/local/lib/python3.11/xml/etree/ElementTree.py", line 1338, in XML |
  269. | parser.feed(text) |
  270. | xml.etree.ElementTree.ParseError: mismatched tag: line 33, column 2 |
  271. | |
  272. | During handling of the above exception, another exception occurred: |
  273. | |
  274. | Traceback (most recent call last): |
  275. | File "/modules/config.py", line 877, in __init__ |
  276. | library = Plex(self, params) |
  277. | ^^^^^^^^^^^^^^^^^^ |
  278. | File "/modules/plex.py", line 449, in __init__ |
  279. | raise Failed("Plex Error: Plex url is invalid") |
  280. | modules.util.Failed: Plex Error: Plex url is invalid |
  281. | |
  282. | Plex Error: Plex url is invalid |
  283. | |
  284. | Movies Library Connection Failed |
  285. |====================================================================================================|
  286. | TV Configuration |
  287. |====================================================================================================|
  288. | |
  289. | Connecting to TV Library... |
  290. | |
  291. |======================================== Plex Configuration ========================================|
  292. | |
  293. | Using Asset Directory: config/assets |
  294. | Traceback (most recent call last): |
  295. | File "/modules/plex.py", line 440, in __init__ |
  296. | self.PlexServer = PlexServer(baseurl=self.url, token=self.token, session=self.config.session, timeout=self.timeout) |
  297. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  298. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 115, in __init__ |
  299. | data = self.query(self.key, timeout=self._timeout) |
  300. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  301. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 757, in query |
  302. | return ElementTree.fromstring(data) if data.strip() else None |
  303. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  304. | File "/usr/local/lib/python3.11/xml/etree/ElementTree.py", line 1338, in XML |
  305. | parser.feed(text) |
  306. | xml.etree.ElementTree.ParseError: mismatched tag: line 33, column 2 |
  307. | |
  308. | Traceback (most recent call last): |
  309. | File "/modules/plex.py", line 440, in __init__ |
  310. | self.PlexServer = PlexServer(baseurl=self.url, token=self.token, session=self.config.session, timeout=self.timeout) |
  311. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  312. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 115, in __init__ |
  313. | data = self.query(self.key, timeout=self._timeout) |
  314. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  315. | File "/usr/local/lib/python3.11/site-packages/plexapi/server.py", line 757, in query |
  316. | return ElementTree.fromstring(data) if data.strip() else None |
  317. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  318. | File "/usr/local/lib/python3.11/xml/etree/ElementTree.py", line 1338, in XML |
  319. | parser.feed(text) |
  320. | xml.etree.ElementTree.ParseError: mismatched tag: line 33, column 2 |
  321. | |
  322. | During handling of the above exception, another exception occurred: |
  323. | |
  324. | Traceback (most recent call last): |
  325. | File "/modules/config.py", line 877, in __init__ |
  326. | library = Plex(self, params) |
  327. | ^^^^^^^^^^^^^^^^^^ |
  328. | File "/modules/plex.py", line 449, in __init__ |
  329. | raise Failed("Plex Error: Plex url is invalid") |
  330. | modules.util.Failed: Plex Error: Plex url is invalid |
  331. | |
  332. | Plex Error: Plex url is invalid |
  333. | |
  334. | TV Library Connection Failed |
  335. |====================================================================================================|
  336. | Traceback (most recent call last): |
  337. | File "/modules/config.py", line 981, in __init__ |
  338. | raise Failed("Config Error: No libraries were found in config") |
  339. | modules.util.Failed: Config Error: No libraries were found in config |
  340. | |
  341. | Traceback (most recent call last): |
  342. | File "//plex_meta_manager.py", line 255, in start |
  343. | config = ConfigFile(default_dir, attrs) |
  344. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
  345. | File "/modules/config.py", line 981, in __init__ |
  346. | raise Failed("Config Error: No libraries were found in config") |
  347. | modules.util.Failed: Config Error: No libraries were found in config |
  348. | |
  349. | Config Error: No libraries were found in config |
  350. | |
  351. |========================================= Warning Summary ==========================================|
  352. | |
  353. | Count | Message |
  354. |=======|============================================================================================|
  355. | 1 | Config Error: notifiarr sub-attribute apikey is blank |
  356. | 1 | Config Error: omdb sub-attribute apikey is blank |
  357. | 1 | Config Error: mdblist sub-attribute apikey is blank |
  358. | 1 | Config Error: trakt sub-attribute client_id is blank |
  359. | 1 | Config Error: mal sub-attribute client_id is blank |
  360. | 1 | Config Error: anidb sub-attribute client is blank |
  361. | 1 | Config Error: anidb sub-attribute username is blank |
  362. | |
  363. |========================================== Error Summary ===========================================|
  364. | |
  365. | Count | Message |
  366. |=======|============================================================================================|
  367. | 2 | Plex Error: Plex url is invalid |
  368. | |
  369. |========================================= Critical Summary =========================================|
  370. | |
  371. | Count | Message |
  372. |=======|============================================================================================|
  373. | 1 | Config Error: No libraries were found in config |
  374. | |
  375. |====================================================================================================|
  376. | Finished Run |
  377. | Version: 1.18.3 |
  378. | Finished: 12:55:48 2023-03-19 Run Time: 0:00:01 |
  379. |====================================================================================================|
  380.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement