Hi experts
I tried (once again) to search via IMDB ID to manually match an unmatched movie file:
The movie is: Charlotte Link - Die letzte Spur
The IMDB ID is: tt6116590
When addind the IMDB ID to the title, no movie can be found though the movie has an ID (and thus is uniquely identifiable).
I checked the logs:
2017-01-18 21:10:30,474 (-ba25470) : INFO (agentkit:946) - Searching for matches for {‘year’: None, ‘id’: ‘48216’, ‘name’: ‘tt6116590’}
2017-01-18 21:10:30,477 (-ba25470) : DEBUG (networking:166) - Requesting ‘http://127.0.0.1:32400/library/metadata/48216/tree’
2017-01-18 21:10:30,507 (-ba25470) : INFO (init:414) - Found an ID, attempting quick match based on: tt6116590
2017-01-18 21:10:30,560 (-ba25470) : DEBUG (networking:166) - Requesting ‘https://meta.plex.tv/m/6116590?lang=de&ratings=1&reviews=1&extras=1’
2017-01-18 21:10:32,226 (-ba25470) : INFO (init:151) - checking hash search vector: https://meta.plex.tv/movie/hash/51/5131149da2391adf180fcc0ee4b4a1df0cb0fa54.xml
2017-01-18 21:10:32,243 (-ba25470) : DEBUG (networking:166) - Requesting ‘https://meta.plex.tv/movie/hash/51/5131149da2391adf180fcc0ee4b4a1df0cb0fa54.xml’
2017-01-18 21:10:32,467 (-ba25470) : ERROR (networking:219) - Error opening URL ‘https://meta.plex.tv/movie/hash/51/5131149da2391adf180fcc0ee4b4a1df0cb0fa54.xml’
2017-01-18 21:10:32,469 (-ba25470) : INFO (init:178) - freebase/proxy hash lookup failed: HTTP Error 404: NOT FOUND
2017-01-18 21:10:32,470 (-ba25470) : INFO (init:182) - Scoring {}
2017-01-18 21:10:32,472 (-ba25470) : INFO (init:449) - ---- HASH RESULTS MAP ----
2017-01-18 21:10:32,473 (-ba25470) : INFO (init:450) - {}
2017-01-18 21:10:32,475 (-ba25470) : INFO (init:151) - checking title/year search vector: https://meta.plex.tv/movie/guid/66/661d6069e94f728c76a24934829729cd2a51c27f.xml
2017-01-18 21:10:32,491 (-ba25470) : DEBUG (networking:166) - Requesting ‘https://meta.plex.tv/movie/guid/66/661d6069e94f728c76a24934829729cd2a51c27f.xml’
2017-01-18 21:10:32,715 (-ba25470) : ERROR (networking:219) - Error opening URL ‘https://meta.plex.tv/movie/guid/66/661d6069e94f728c76a24934829729cd2a51c27f.xml’
2017-01-18 21:10:32,717 (-ba25470) : INFO (init:178) - freebase/proxy title/year lookup failed: HTTP Error 404: NOT FOUND
2017-01-18 21:10:32,718 (-ba25470) : INFO (init:182) - Scoring {}
2017-01-18 21:10:32,720 (-ba25470) : INFO (init:481) - ---- TITLE_YEAR RESULTS MAP ----
2017-01-18 21:10:32,721 (-ba25470) : INFO (init:482) - {}
2017-01-18 21:10:32,723 (-ba25470) : INFO (init:507) - ---- TMDb RESULTS MAP ----
2017-01-18 21:10:32,739 (-ba25470) : DEBUG (networking:166) - Requesting ‘http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt6116590%3Fappend_to_response%3Dreleases%2Ccredits%26language%3Dde’
2017-01-18 21:10:38,244 (-ba25470) : ERROR (networking:219) - Error opening URL ‘http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt6116590%3Fappend_to_response%3Dreleases%2Ccredits%26language%3Dde’
2017-01-18 21:10:38,246 (-ba25470) : INFO (init:1430) - Error fetching JSON from The Movie Database: http://127.0.0.1:32400/services/tmdb?uri=%2Fmovie%2Ftt6116590%3Fappend_to_response%3Dreleases%2Ccredits%26language%3Dde
2017-01-18 21:10:38,247 (-ba25470) : INFO (init:511) - ---- UMP RESULTS MAP ----
2017-01-18 21:10:38,294 (-ba25470) : DEBUG (networking:166) - Requesting ‘http://127.0.0.1:32400/services/ump/matches?type=1&title=tt6116590&year=&plexHash=5131149da2391adf180fcc0ee4b4a1df0cb0fa54&lang=de&manual=1’
2017-01-18 21:10:39,114 (-ba25470) : DEBUG (runtime:88) - Sending packed state data (536 bytes)
2017-01-18 21:10:39,116 (-ba25470) : DEBUG (runtime:924) - Response: [200] str, 320 bytes
The IMDB ID is processed, some meta.plex.tv URL is requested (which delivers an empty XML tag when I open it in a browser).
Seems to be an error. Please help…