Hi
Encountered two issues which I hope you can help to fix.
1. I am unable to do a match for the anime "To LOVE-Ru" (http://myanimelist.net/anime/3455/To_LOVE-Ru). From the log, it says that the web service did not return any result.
http://daraku-mal-api.net/services/v2/search/To+Love+Ru
2.For another anime "To LOVE-Ru OVA" (http://myanimelist.net/anime/5667/To_LOVE-Ru_OVA), when it tries to fetch the metadata, there is a 500 error at
http://daraku-mal-api.net/services/v2/anime/5667
The full log for this error is as below.
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (runtime:717) - Handling request GET /:/plugins/net.devvsbugs.coding.plex.myanimelist/messaging/function/X0FnZW50S2l0OlVwZGF0ZU1ldGFkYXRh/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMTAKczIKZW5zNApsYW5nYjFzNQpmb3JjZWIwczgKcGVyaW9kaWNzNQo3MTcyNnM0CmRiaWRpMApzNwp2ZXJzaW9ubnMxMApwYXJlbnRHVUlEbnM4CnBhcmVudElEczcKVFZfU2hvd3MxMAptZWRpYV90eXBlczUyCm5ldC5kZXZ2c2J1Z3MuY29kaW5nLnBsZXgubXlhbmltZWxpc3Q6Ly81NjY3P2xhbmc9ZW5zNApndWlkczQKNTY2N3MyCmlkcjAK
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (runtime:49) - Received packed state data (564 bytes)
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (runtime:814) - Found route matching /:/plugins/net.devvsbugs.coding.plex.myanimelist/messaging/function/X0FnZW50S2l0OlVwZGF0ZU1ldGFkYXRh/Y2VyZWFsMQoxCmxpc3QKMApyMAo_/Y2VyZWFsMQoxCmRpY3QKMTAKczIKZW5zNApsYW5nYjFzNQpmb3JjZWIwczgKcGVyaW9kaWNzNQo3MTcyNnM0CmRiaWRpMApzNwp2ZXJzaW9ubnMxMApwYXJlbnRHVUlEbnM4CnBhcmVudElEczcKVFZfU2hvd3MxMAptZWRpYV90eXBlczUyCm5ldC5kZXZ2c2J1Z3MuY29kaW5nLnBsZXgubXlhbmltZWxpc3Q6Ly81NjY3P2xhbmc9ZW5zNApndWlkczQKNTY2N3MyCmlkcjAK
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (model:32) - Loading model with GUID net.devvsbugs.coding.plex.myanimelist://5667?lang=en
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (model:230) - Deserializing from C:\Users\Server\AppData\Local\Plex Media Server\Metadata\TV Shows\3\326a0bcedd343029ce0469bb08330bc66c11a08.bundle\Contents
et.devvsbugs.coding.plex.myanimelist\Info.xml
2015-05-22 19:32:20,785 (201c) :Ā DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/metadata/71726/tree'
2015-05-22 19:32:20,785 (201c) :Ā INFO (logkit:16) - [MyAnimeList]: Entered doUpdateTVShow
2015-05-22 19:32:20,785 (201c) :Ā INFO (logkit:16) - [MyAnimeList]: Requesting Data for Anime: 5667
2015-05-22 19:32:20,799 (201c) :Ā INFO (logkit:16) - [MyAnimeList]: Request Results from: http://daraku-mal-api.net/services/v2/anime/5667
2015-05-22 19:32:20,799 (201c) :Ā DEBUG (networking:172) - Requesting 'http://daraku-mal-api.net/services/v2/anime/5667'
2015-05-22 19:32:23,160 (201c) :Ā ERROR (networking:223) - Error opening URL 'http://daraku-mal-api.net/services/v2/anime/5667'
2015-05-22 19:32:23,160 (201c) :Ā CRITICAL (core:572) - Exception in the update function of agent named 'MyAnimeList.net', called with guid 'net.devvsbugs.coding.plex.myanimelist://5667?lang=en' (most recent call last):
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\agentkit.py", line 1052, in _update
Ā Ā Ā agent.update(obj, media, lang, **kwargs)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\MyAnimeList.bundle\Contents\Code\__init__.py", line 455, in update
Ā Ā Ā doUpdateTVShow(metadata, media, lang)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\MyAnimeList.bundle\Contents\Code\__init__.py", line 106, in doUpdateTVShow
Ā Ā Ā xmlResults = XML.ObjectFromURL(detailURL)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\parsekit.py", line 404, in ObjectFromURL
Ā Ā Ā opener = self._opener).content, max_size=max_size)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api
etworkkit.py", line 67, in _http_request
Ā Ā Ā req = self._core.networking.http_request(url, *args, **kwargs)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 376, in http_request
Ā Ā Ā return HTTPRequest(self._core, url, data, h, url_cache, encoding, errors, timeout, immediate, sleep, opener, follow_redirects, method)
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 147, in __init__
Ā Ā Ā self.load()
Ā File "C:\Users\Server\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components
etworking.py", line 187, in load
Ā Ā Ā f = self._opener.open(req, timeout=self._timeout)
Ā File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 410, in open
Ā Ā Ā response = meth(req, response)
Ā File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 523, in http_response
Ā Ā Ā 'http', request, response, code, msg, hdrs)
Ā File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 448, in error
Ā Ā Ā return self._call_chain(*args)
Ā File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 382, in _call_chain
Ā Ā Ā result = func(*args)
Ā File "C:\Program Files (x86)\Plex\Plex Media Server\python27.zip\urllib2.py", line 531, in http_error_default
Ā Ā Ā raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Can you assist to see what could be wrong. Thanks!
Regards.