Created
March 13, 2017 19:52
-
-
Save Rusk85/254905daa7293b4a2dcf3aa01a05f62b to your computer and use it in GitHub Desktop.
[BUG]Couchpotato downloads successfully but seems to be unable to find the file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Steps to reproduce: | |
| 1. Added several movies to download including USS Indianapolis | |
| 2. It downloads fine in sabnzbd but for some reason CP can't pick it up | |
| ### Information: | |
| Movie(s) I have this with: see above | |
| Quality of the movie being searched: pretty much all upwards of BR-Rip | |
| Providers I use: nzbcat, drunkenslug,oznzb | |
| Version of CouchPotato: source:(RuudBurger:CouchPotatoServer desktop) 965b8089 (2015-02-22 17:07:43) | |
| Running on: ... | |
| ### Logs: | |
| ``` | |
| 03-13 15:18:23 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 15:18:23 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 15:18:23 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 15:18:23 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 15:18:25 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 15:18:26 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 15:18:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:27 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 15:18:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:31 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 15:18:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:35 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 15:18:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:39 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 15:18:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:43 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 15:18:43 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 15:18:43 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 15:18:43 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 15:18:43 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 15:18:45 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 15:18:45 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 15:18:45 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 15:18:45 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 15:18:46 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:46 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:46 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 15:18:47 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 15:18:53 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 15:18:53 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 15:18:53 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 15:18:53 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 15:18:53 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 15:18:54 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 15:18:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:55 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 15:18:56 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 15:18:57 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 15:18:57 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 15:18:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:18:58 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 15:19:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:19:02 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 15:19:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:19:06 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 15:19:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 15:19:10 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 15:19:10 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 15:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:21:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:26:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:31:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:36:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:41:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:46:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:51:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 15:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 15:56:35 INFO [tato.core.plugins.renamer] Download of USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572) completed! | |
| 03-13 15:56:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 15:56:35 INFO [tato.core.plugins.renamer] Scanning media folder /mnt/dls/sabnzbd/couchpotato/USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572).59... | |
| 03-13 15:56:35 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /mnt/dls/sabnzbd/couchpotato | |
| 03-13 15:56:35 ERROR [ato.core.helpers.variable] Could not get title for tt2032572 | |
| 03-13 15:56:36 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?apikey=xxx&name=delete&value=SABnzbd_nzo_mrgqSg&del_files=0&mode=history&output=json, data: [] | |
| 03-13 16:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:15:00 INFO [core.media.movie.searcher] Search for Sniper's Ridge in BR-Disk | |
| 03-13 16:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:15:05 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:15:06 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:15:07 INFO [core.media.movie.searcher] Search for Sniper's Ridge in 1080p | |
| 03-13 16:15:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:07 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Sniper's Ridge | |
| 03-13 16:15:07 INFO [core.media.movie.searcher] Search for Chosin in BR-Disk | |
| 03-13 16:15:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:15:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:15:11 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:15:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:11 INFO [core.media.movie.searcher] Search for Chosin in 1080p | |
| 03-13 16:15:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:15 INFO [core.media.movie.searcher] Search for Chosin in 720p | |
| 03-13 16:15:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:19 INFO [core.media.movie.searcher] Search for Chosin in BR-Rip | |
| 03-13 16:15:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:23 INFO [core.media.movie.searcher] Search for Chosin in DVD-R | |
| 03-13 16:15:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:27 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:15:27 ERROR [core.media.movie.searcher] Search failed for tt1561406: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:15:27 INFO [core.media.movie.searcher] Search for One Touch of Nature in BR-Disk | |
| 03-13 16:15:27 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:15:29 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:15:31 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:15:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22One+Touch+of+Nature+1917%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:31 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Disk | |
| 03-13 16:15:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:15:33 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:15:33 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:15:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:35 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 1080p | |
| 03-13 16:15:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:39 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 720p | |
| 03-13 16:15:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:43 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Rip | |
| 03-13 16:15:43 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:44 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:44 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS5oZHR2LngyNjQtYmF0dg==/, data: [] | |
| 03-13 16:15:44 INFO [edia._base.providers.base] Found: score(121) on Newznab, nzb.cat: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 16:15:47 INFO [core.media.movie.searcher] Search for 7 Days in Hell in DVD-R | |
| 03-13 16:15:51 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:15:52 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:15:52 ERROR [core.media.movie.searcher] Search failed for tt3895884: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:15:52 INFO [core.media.movie.searcher] Search for Inchon in BR-Disk | |
| 03-13 16:15:52 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:15:56 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:16:07 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:16:07 INFO [core.media.movie.searcher] Search for Inchon in 1080p | |
| 03-13 16:16:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:07 INFO [core.media.movie.searcher] Search for Inchon in 720p | |
| 03-13 16:16:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:11 INFO [core.media.movie.searcher] Search for Inchon in BR-Rip | |
| 03-13 16:16:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:15 INFO [core.media.movie.searcher] Search for Inchon in DVD-R | |
| 03-13 16:16:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:19 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:16:19 ERROR [core.media.movie.searcher] Search failed for tt0084132: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:16:20 INFO [core.media.movie.searcher] Search for Force Majeure in BR-Disk | |
| 03-13 16:16:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:16:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Force+Majeure+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:24 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Disk | |
| 03-13 16:16:24 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:16:25 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:16:25 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:16:28 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:28 INFO [core.media.movie.searcher] Search for The Diplomat in 1080p | |
| 03-13 16:16:32 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:32 INFO [core.media.movie.searcher] Search for The Diplomat in 720p | |
| 03-13 16:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:16:36 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:36 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Rip | |
| 03-13 16:16:40 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:40 INFO [core.media.movie.searcher] Search for The Diplomat in DVD-R | |
| 03-13 16:16:44 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:44 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:16:44 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:16:44 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Disk | |
| 03-13 16:16:44 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:16:45 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:16:46 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:16:48 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:48 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 1080p | |
| 03-13 16:16:52 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:52 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 720p | |
| 03-13 16:16:56 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:16:56 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Rip | |
| 03-13 16:17:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:00 INFO [core.media.movie.searcher] Search for Sergeant Ryker in DVD-R | |
| 03-13 16:17:04 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:04 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:17:04 ERROR [core.media.movie.searcher] Search failed for tt0063584: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:17:04 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 16:17:04 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 16:17:04 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:17:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 16:17:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:17:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:06 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:07 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:17:07 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:07 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 16:17:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 16:17:14 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 16:17:14 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 16:17:14 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 16:17:14 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 16:17:14 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 16:17:14 INFO [core.media.movie.searcher] Search for MacArthur in BR-Disk | |
| 03-13 16:17:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:17:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:17:17 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:17:18 INFO [core.media.movie.searcher] Search for MacArthur in 1080p | |
| 03-13 16:17:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:18 INFO [core.media.movie.searcher] Search for MacArthur in 720p | |
| 03-13 16:17:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:23 INFO [core.media.movie.searcher] Search for MacArthur in BR-Rip | |
| 03-13 16:17:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:27 INFO [core.media.movie.searcher] Search for MacArthur in DVD-R | |
| 03-13 16:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:31 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:17:31 ERROR [core.media.movie.searcher] Search failed for tt0076342: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:17:31 INFO [core.media.movie.searcher] Search for Gangster Ka in BR-Disk | |
| 03-13 16:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:17:32 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:17:32 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:17:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:35 INFO [core.media.movie.searcher] Search for Gangster Ka in 1080p | |
| 03-13 16:17:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:39 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Gangster Ka | |
| 03-13 16:17:39 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 16:17:39 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:17:40 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:17:40 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:17:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:43 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 16:17:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:47 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 16:17:51 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:51 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 16:17:55 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:55 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 16:17:59 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:17:59 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:17:59 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:17:59 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Disk | |
| 03-13 16:17:59 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:18:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:18:01 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:18:03 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:03 INFO [core.media.movie.searcher] Search for S.O.B. in 1080p | |
| 03-13 16:18:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:07 INFO [core.media.movie.searcher] Search for S.O.B. in 720p | |
| 03-13 16:18:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:11 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Rip | |
| 03-13 16:18:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:15 INFO [core.media.movie.searcher] Search for S.O.B. in DVD-R | |
| 03-13 16:18:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:19 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:18:19 ERROR [core.media.movie.searcher] Search failed for tt0083015: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:18:19 INFO [core.media.movie.searcher] Search for Killswitch in BR-Disk | |
| 03-13 16:18:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:18:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:18:21 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:18:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:23 INFO [core.media.movie.searcher] Search for Killswitch in 1080p | |
| 03-13 16:18:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:28 INFO [core.media.movie.searcher] Search for Killswitch in 720p | |
| 03-13 16:18:32 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:32 INFO [core.media.movie.searcher] Search for Killswitch in BR-Rip | |
| 03-13 16:18:36 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:36 INFO [core.media.movie.searcher] Search for Killswitch in DVD-R | |
| 03-13 16:18:40 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:40 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:18:40 ERROR [core.media.movie.searcher] Search failed for tt4067162: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:18:40 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 16:18:40 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:18:41 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:18:41 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:18:44 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:44 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 16:18:48 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:48 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 16:18:52 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:52 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 16:18:56 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:18:56 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 16:19:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:00 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:19:00 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:19:00 INFO [core.media.movie.searcher] Search for Biosphere in BR-Disk | |
| 03-13 16:19:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 16:19:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 16:19:02 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 16:19:04 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:04 INFO [core.media.movie.searcher] Search for Biosphere in 1080p | |
| 03-13 16:19:08 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:08 INFO [core.media.movie.searcher] Search for Biosphere in 720p | |
| 03-13 16:19:12 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:12 INFO [core.media.movie.searcher] Search for Biosphere in BR-Rip | |
| 03-13 16:19:16 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:16 INFO [core.media.movie.searcher] Search for Biosphere in DVD-R | |
| 03-13 16:19:20 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 16:19:20 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 16:19:20 ERROR [core.media.movie.searcher] Search failed for tt2160099: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 16:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:21:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:26:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:31:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:36:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:41:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:46:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 16:51:35 INFO [tato.core.plugins.renamer] Download of USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572) completed! | |
| 03-13 16:51:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 16:51:35 INFO [tato.core.plugins.renamer] Scanning media folder /mnt/dls/sabnzbd/couchpotato/USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572).60... | |
| 03-13 16:51:36 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /mnt/dls/sabnzbd/couchpotato | |
| 03-13 16:51:36 ERROR [ato.core.helpers.variable] Could not get title for tt2032572 | |
| 03-13 16:51:36 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?apikey=xxx&name=delete&value=SABnzbd_nzo_6uEOlS&del_files=0&mode=history&output=json, data: [] | |
| 03-13 16:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 16:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:15:00 INFO [core.media.movie.searcher] Search for One Touch of Nature in BR-Disk | |
| 03-13 17:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22One+Touch+of+Nature+1917%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:15:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:15:06 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:15:07 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Disk | |
| 03-13 17:15:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:15:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:15:10 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:15:10 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 1080p | |
| 03-13 17:15:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:11 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 720p | |
| 03-13 17:15:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:16 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Rip | |
| 03-13 17:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS5oZHR2LngyNjQtYmF0dg==/, data: [] | |
| 03-13 17:15:16 INFO [edia._base.providers.base] Found: score(121) on Newznab, nzb.cat: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 17:15:20 INFO [core.media.movie.searcher] Search for 7 Days in Hell in DVD-R | |
| 03-13 17:15:24 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:24 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:15:24 ERROR [core.media.movie.searcher] Search failed for tt3895884: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:15:24 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 17:15:24 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:15:28 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:44 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:15:45 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:15:46 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 17:15:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:46 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 17:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:50 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 17:15:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:54 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 17:15:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:15:58 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:15:58 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:15:58 INFO [core.media.movie.searcher] Search for Inchon in BR-Disk | |
| 03-13 17:15:58 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:15:59 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:16:00 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:16:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:02 INFO [core.media.movie.searcher] Search for Inchon in 1080p | |
| 03-13 17:16:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:06 INFO [core.media.movie.searcher] Search for Inchon in 720p | |
| 03-13 17:16:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:10 INFO [core.media.movie.searcher] Search for Inchon in BR-Rip | |
| 03-13 17:16:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:14 INFO [core.media.movie.searcher] Search for Inchon in DVD-R | |
| 03-13 17:16:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:18 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:16:18 ERROR [core.media.movie.searcher] Search failed for tt0084132: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:16:18 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Disk | |
| 03-13 17:16:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:16:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:16:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:22 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 1080p | |
| 03-13 17:16:26 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:26 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 720p | |
| 03-13 17:16:30 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:30 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Rip | |
| 03-13 17:16:34 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:34 INFO [core.media.movie.searcher] Search for Sergeant Ryker in DVD-R | |
| 03-13 17:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:16:38 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:38 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:16:38 ERROR [core.media.movie.searcher] Search failed for tt0063584: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:16:38 INFO [core.media.movie.searcher] Search for Sniper's Ridge in BR-Disk | |
| 03-13 17:16:38 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:16:40 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:16:40 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:16:42 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:42 INFO [core.media.movie.searcher] Search for Sniper's Ridge in 1080p | |
| 03-13 17:16:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:46 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Sniper's Ridge | |
| 03-13 17:16:46 INFO [core.media.movie.searcher] Search for Force Majeure in BR-Disk | |
| 03-13 17:16:46 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:16:48 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:16:48 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Force+Majeure+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:50 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 17:16:50 INFO [core.media.movie.searcher] Search for Chosin in BR-Disk | |
| 03-13 17:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:16:52 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:16:52 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:16:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:54 INFO [core.media.movie.searcher] Search for Chosin in 1080p | |
| 03-13 17:16:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:16:58 INFO [core.media.movie.searcher] Search for Chosin in 720p | |
| 03-13 17:17:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:03 INFO [core.media.movie.searcher] Search for Chosin in BR-Rip | |
| 03-13 17:17:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:07 INFO [core.media.movie.searcher] Search for Chosin in DVD-R | |
| 03-13 17:17:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:11 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:17:11 ERROR [core.media.movie.searcher] Search failed for tt1561406: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:17:11 INFO [core.media.movie.searcher] Search for MacArthur in BR-Disk | |
| 03-13 17:17:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:17:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:17:12 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:17:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:15 INFO [core.media.movie.searcher] Search for MacArthur in 1080p | |
| 03-13 17:17:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:19 INFO [core.media.movie.searcher] Search for MacArthur in 720p | |
| 03-13 17:17:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:23 INFO [core.media.movie.searcher] Search for MacArthur in BR-Rip | |
| 03-13 17:17:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:27 INFO [core.media.movie.searcher] Search for MacArthur in DVD-R | |
| 03-13 17:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:31 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:17:31 ERROR [core.media.movie.searcher] Search failed for tt0076342: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:17:31 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 17:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:17:32 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 17:17:33 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:17:33 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:33 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:33 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:17:34 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:34 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 17:17:35 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 17:17:40 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 17:17:40 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 17:17:41 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 17:17:41 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 17:17:41 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 17:17:41 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Disk | |
| 03-13 17:17:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:42 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:17:44 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:17:44 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:17:44 INFO [core.media.movie.searcher] Search for The Diplomat in 1080p | |
| 03-13 17:17:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:45 INFO [core.media.movie.searcher] Search for The Diplomat in 720p | |
| 03-13 17:17:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:49 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Rip | |
| 03-13 17:17:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:54 INFO [core.media.movie.searcher] Search for The Diplomat in DVD-R | |
| 03-13 17:17:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:17:58 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:17:58 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:17:58 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 17:17:58 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:17:59 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:17:59 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:18:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:02 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 17:18:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:06 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 17:18:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:10 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 17:18:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:14 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 17:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:18 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:18:18 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:18:18 INFO [core.media.movie.searcher] Search for Gangster Ka in BR-Disk | |
| 03-13 17:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:18:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:18:21 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:18:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:22 INFO [core.media.movie.searcher] Search for Gangster Ka in 1080p | |
| 03-13 17:18:26 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:26 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Gangster Ka | |
| 03-13 17:18:26 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Disk | |
| 03-13 17:18:26 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:18:29 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:18:29 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:18:30 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:30 INFO [core.media.movie.searcher] Search for S.O.B. in 1080p | |
| 03-13 17:18:34 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:34 INFO [core.media.movie.searcher] Search for S.O.B. in 720p | |
| 03-13 17:18:38 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:38 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Rip | |
| 03-13 17:18:42 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:42 INFO [core.media.movie.searcher] Search for S.O.B. in DVD-R | |
| 03-13 17:18:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:46 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:18:46 ERROR [core.media.movie.searcher] Search failed for tt0083015: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:18:46 INFO [core.media.movie.searcher] Search for Biosphere in BR-Disk | |
| 03-13 17:18:46 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:18:48 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:18:50 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:18:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:50 INFO [core.media.movie.searcher] Search for Biosphere in 1080p | |
| 03-13 17:18:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:54 INFO [core.media.movie.searcher] Search for Biosphere in 720p | |
| 03-13 17:18:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:18:59 INFO [core.media.movie.searcher] Search for Biosphere in BR-Rip | |
| 03-13 17:19:03 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:03 INFO [core.media.movie.searcher] Search for Biosphere in DVD-R | |
| 03-13 17:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:07 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:19:07 ERROR [core.media.movie.searcher] Search failed for tt2160099: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:19:07 INFO [core.media.movie.searcher] Search for Killswitch in BR-Disk | |
| 03-13 17:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 17:19:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 17:19:08 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 17:19:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:11 INFO [core.media.movie.searcher] Search for Killswitch in 1080p | |
| 03-13 17:19:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:15 INFO [core.media.movie.searcher] Search for Killswitch in 720p | |
| 03-13 17:19:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:19 INFO [core.media.movie.searcher] Search for Killswitch in BR-Rip | |
| 03-13 17:19:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:23 INFO [core.media.movie.searcher] Search for Killswitch in DVD-R | |
| 03-13 17:19:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 17:19:27 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 17:19:27 ERROR [core.media.movie.searcher] Search failed for tt4067162: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 17:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:21:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:26:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:28:06 INFO [otato.core.plugins.manage] Updating manage library: /mnt/hd3/media/movies | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/search/movie?api_key=xxx&search_type=phrase&query=max+steel&year=2016, data: [] | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Max+Steel+2016/?limit=1, data: [] | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=max+steel, data: [] | |
| 03-13 17:28:08 INFO [ie.providers.info.omdbapi] Found: Max Steel (2016) | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/movie/tt1472584?api_key=xxx&append_to_response=alternative_titles, data: [] | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1472584/, data: [] | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1472584, data: [] | |
| 03-13 17:28:08 INFO [ie.providers.info.omdbapi] Found: Max Steel (2016) | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/quentin+tarantino+20+years+of+filmmaking+2015/?limit=1, data: [] | |
| 03-13 17:28:08 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=quentin+tarantino+20+years+of+filmmaking, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/search/movie?api_key=xxx&search_type=phrase&query=quentin+tarantino+20+years+of+filmmaking&year=2015, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/The+Hateful+Eight+2015/?limit=1, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=the+hateful+eight, data: [] | |
| 03-13 17:28:09 INFO [ie.providers.info.omdbapi] Found: The Hateful Eight (2015) | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/search/movie?api_key=xxx&search_type=phrase&query=the+hateful+eight&year=2015, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3460252/, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3460252, data: [] | |
| 03-13 17:28:09 INFO [ie.providers.info.omdbapi] Found: The Hateful Eight (2015) | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/movie/tt3460252?api_key=xxx&append_to_response=alternative_titles, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/God+Loves+The+Fighter+2014/?limit=1, data: [] | |
| 03-13 17:28:09 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=god+loves+the+fighter, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.themoviedb.org/3/search/movie?api_key=xxx&search_type=phrase&query=god+loves+the+fighter&year=2014, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2632308/, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2632308, data: [] | |
| 03-13 17:28:10 INFO [ie.providers.info.omdbapi] Found: God Loves the Fighter (2013) | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3956562/, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3956562, data: [] | |
| 03-13 17:28:10 INFO [ie.providers.info.omdbapi] Found: Gangster Ka (2015) | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2567712/, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2567712, data: [] | |
| 03-13 17:28:10 INFO [ie.providers.info.omdbapi] Found: Starred Up (2013) | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/kevin+bridges+a+whole+different+story+live+2015/?limit=1, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=kevin+bridges+a+whole+different+story+live, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt5297022, data: [] | |
| 03-13 17:28:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt5297022/, data: [] | |
| 03-13 17:28:10 INFO [ie.providers.info.omdbapi] Found: Kevin Bridges: A Whole Different Story (2015) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Trust+Me+2013/?limit=1, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=trust+me, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Trust Me (2013) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2421416/, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2421416, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Trust Me (2013) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Call+Girl+of+Cthulhu+2014/?limit=1, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=call+girl+of+cthulhu, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Call Girl of Cthulhu (2014) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2689354/, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2689354, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Call Girl of Cthulhu (2014) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Now+You+See+Me+2+2016/?limit=1, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=now+you+see+me+2, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Now You See Me 2 (2016) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3110958, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3110958/, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Now You See Me 2 (2016) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Man+Down+2015/?limit=1, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=man+down, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Man Down (2015) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2461520/, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2461520, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Man Down (2015) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Walk%2C+The+2015/?limit=1, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=walk+the, data: [] | |
| 03-13 17:28:11 INFO [ie.providers.info.omdbapi] Found: Walk the Earth (2015) | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3488710/, data: [] | |
| 03-13 17:28:11 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3488710, data: [] | |
| 03-13 17:28:12 INFO [ie.providers.info.omdbapi] Found: The Walk (2015) | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Suicide+Squad+2016/?limit=1, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=suicide+squad, data: [] | |
| 03-13 17:28:12 INFO [ie.providers.info.omdbapi] Found: Suicide Squad (2016) | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1386697/, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1386697, data: [] | |
| 03-13 17:28:12 INFO [ie.providers.info.omdbapi] Found: Suicide Squad (2016) | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/shakir69+American+Mary+2012/?limit=1, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2012&t=shakir69+american+mary, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/shakir69+american+mary+2012/?limit=1, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2012&t=shakir69+american+mary, data: [] | |
| 03-13 17:28:12 ERROR [tato.core.plugins.scanner] No imdb_id found for [u'shakir69 american mary 2012 1080p', u'shakir69 american mary 2012']. Add a NFO file with IMDB id or add the year to the filename. | |
| 03-13 17:28:12 ERROR [tato.core.plugins.scanner] Unable to determine media: [u'shakir69 american mary 2012 1080p', u'shakir69 american mary 2012'] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0472033/, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0472033, data: [] | |
| 03-13 17:28:12 INFO [ie.providers.info.omdbapi] Found: 9 (2009) | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2873214/, data: [] | |
| 03-13 17:28:12 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2873214, data: [] | |
| 03-13 17:28:12 INFO [ie.providers.info.omdbapi] Found: Bad Turn Worse (2013) | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1567437/, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1567437, data: [] | |
| 03-13 17:28:13 INFO [ie.providers.info.omdbapi] Found: The Voices (2014) | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Minuscule+Valley+of+the+Lost+Ants+2014/?limit=1, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=minuscule+valley+of+the+lost+ants, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2368672/, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2368672, data: [] | |
| 03-13 17:28:13 INFO [ie.providers.info.omdbapi] Found: Minuscule: Valley of the Lost Ants (2013) | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Affl1cted+2013/?limit=1, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=affl1cted, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/affl1cted+2013/?limit=1, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=affl1cted, data: [] | |
| 03-13 17:28:13 ERROR [tato.core.plugins.scanner] No imdb_id found for [u'affl1cted 2013 1080p', u'affl1cted 2013']. Add a NFO file with IMDB id or add the year to the filename. | |
| 03-13 17:28:13 ERROR [tato.core.plugins.scanner] Unable to determine media: [u'affl1cted 2013 1080p', u'affl1cted 2013'] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2006295/, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2006295, data: [] | |
| 03-13 17:28:13 INFO [ie.providers.info.omdbapi] Found: The 33 (2015) | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/The+Trip+to+Italy+2014/?limit=1, data: [] | |
| 03-13 17:28:13 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=the+trip+to+italy, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: The Trip to Italy (2014) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2967006/, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2967006, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: The Trip to Italy (2014) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Final+Girls%2C+The+2015/?limit=1, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=final+girls+the, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2118624/, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2118624, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: The Final Girls (2015) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Citizenfour+2014/?limit=1, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=citizenfour, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: Citizenfour (2014) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt4044364, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt4044364/, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: Citizenfour (2014) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/gods+pocket+2014/?limit=1, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=gods+pocket, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2920808/, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2920808, data: [] | |
| 03-13 17:28:14 INFO [ie.providers.info.omdbapi] Found: God's Pocket (2014) | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Tom+and+Jerry+The+Lost+Dragon+2014/?limit=1, data: [] | |
| 03-13 17:28:14 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=tom+and+jerry+the+lost+dragon, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: Tom and Jerry: The Lost Dragon (2014) | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt4006794, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt4006794/, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: Tom and Jerry: The Lost Dragon (2014) | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/the+machine+2013/?limit=1, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=the+machine, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: The Machine (2013) | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2317225/, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2317225, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: The Machine (2013) | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: 9 (2009) | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Assassin%27s+Creed+2016/?limit=1, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=assassin+s+creed, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2094766/, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2094766, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: Assassin's Creed (2016) | |
| 03-13 17:28:15 ERROR [tato.core.plugins.scanner] Couldn't find any movie files for the transporter refueled 2015 hq 2015 | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0055457/, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0055457, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: Sniper's Ridge (1961) | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Applesauce+2015/?limit=1, data: [] | |
| 03-13 17:28:15 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=applesauce, data: [] | |
| 03-13 17:28:15 INFO [ie.providers.info.omdbapi] Found: Applesauce (2015) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt4270878/, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt4270878, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: Applesauce (2015) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Catfight+2017/?limit=1, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2017&t=catfight, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt5294198/, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt5294198, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: Catfight (2016) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Now+You+See+Me+2013/?limit=1, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=now+you+see+me, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: Now You See Me (2013) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1670345/, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1670345, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: Now You See Me (2013) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/These+Final+Hours+2013/?limit=1, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=these+final+hours, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: These Final Hours (2013) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2268458, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2268458/, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: These Final Hours (2013) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/the+green+prince+2014/?limit=1, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=the+green+prince, data: [] | |
| 03-13 17:28:16 INFO [ie.providers.info.omdbapi] Found: The Green Prince (2014) | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2304915/, data: [] | |
| 03-13 17:28:16 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2304915, data: [] | |
| 03-13 17:28:17 INFO [ie.providers.info.omdbapi] Found: The Green Prince (2014) | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Young+and+the+Brave%2C+The+1963/?limit=1, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=1963&t=young+and+the+brave+the, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0057709/, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0057709, data: [] | |
| 03-13 17:28:17 INFO [ie.providers.info.omdbapi] Found: The Young and the Brave (1963) | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Inferno+2016/?limit=1, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=inferno, data: [] | |
| 03-13 17:28:17 INFO [ie.providers.info.omdbapi] Found: Inferno (2016) | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3062096/, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3062096, data: [] | |
| 03-13 17:28:17 INFO [ie.providers.info.omdbapi] Found: Inferno (2016) | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1661820/, data: [] | |
| 03-13 17:28:17 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1661820, data: [] | |
| 03-13 17:28:17 INFO [ie.providers.info.omdbapi] Found: Cut Bank (2014) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=life, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Life+2015/?limit=1, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: Life (2015) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2948840/, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2948840, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: Life (2015) | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: 9 (2009) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/10+Cloverfield+Lane+2016/?limit=1, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=10+cloverfield+lane, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: 10 Cloverfield Lane (2016) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1179933/, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1179933, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: 10 Cloverfield Lane (2016) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3841424/, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3841424, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: Land of Mine (2015) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Zoolander+2+2016/?limit=1, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=zoolander+2, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: Zoolander 2 (2016) | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1608290/, data: [] | |
| 03-13 17:28:18 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1608290, data: [] | |
| 03-13 17:28:18 INFO [ie.providers.info.omdbapi] Found: Zoolander 2 (2016) | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: 9 (2009) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Cloud+Atlas+2012/?limit=1, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2012&t=cloud+atlas, data: [] | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: Cloud Atlas (2012) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1371111, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1371111/, data: [] | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: Cloud Atlas (2012) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Sea+of+Trees%2C+The+2016/?limit=1, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=sea+of+trees+the, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3450900/, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3450900, data: [] | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: The Sea of Trees (2015) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Visit%2C+The+2015/?limit=1, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=visit+the, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3567288/, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3567288, data: [] | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: The Visit (2015) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3202890/, data: [] | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3202890, data: [] | |
| 03-13 17:28:19 INFO [ie.providers.info.omdbapi] Found: Reclaim (2014) | |
| 03-13 17:28:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/John+Carter+2012/?limit=1, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2012&t=john+carter, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: John Carter (2012) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0401729/, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0401729, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: John Carter (2012) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2717860/, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2717860, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: The Riot Club (2014) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/28+Days+Later+2002/?limit=1, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2002&t=28+days+later, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: 28 Days Later... (2002) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0289043/, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0289043, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: 28 Days Later... (2002) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1951095/, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1951095, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: Child of God (2013) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=mechanic+resurrection, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Mechanic+Resurrection+2016/?limit=1, data: [] | |
| 03-13 17:28:20 INFO [ie.providers.info.omdbapi] Found: Mechanic: Resurrection (2016) | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3522806/, data: [] | |
| 03-13 17:28:20 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3522806, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Mechanic: Resurrection (2016) | |
| 03-13 17:28:21 ERROR [tato.core.plugins.scanner] Couldn't find any movie files for the transporter refueled 2015 | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Eye+in+the+Sky+2015/?limit=1, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=eye+in+the+sky, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Eye in the Sky (2015) | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2057392, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2057392/, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Eye in the Sky (2015) | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Sin+City+A+Dame+to+Kill+For+2014/?limit=1, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=sin+city+a+dame+to+kill+for, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Sin City: A Dame to Kill For (2014) | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0458481/, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0458481, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Sin City: A Dame to Kill For (2014) | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3442990/, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3442990, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Lila & Eve (2015) | |
| 03-13 17:28:21 ERROR [tato.core.plugins.scanner] No imdb_id found for [u'uss indianapolis men of courage 0 1080p', u'uss indianapolis men of courage 0']. Add a NFO file with IMDB id or add the year to the filename. | |
| 03-13 17:28:21 ERROR [tato.core.plugins.scanner] Unable to determine media: [u'uss indianapolis men of courage 0 1080p', u'uss indianapolis men of courage 0'] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Last+Cab+to+Darwin+2015/?limit=1, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=last+cab+to+darwin, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Last Cab to Darwin (2015) | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3680410/, data: [] | |
| 03-13 17:28:21 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3680410, data: [] | |
| 03-13 17:28:21 INFO [ie.providers.info.omdbapi] Found: Last Cab to Darwin (2015) | |
| 03-13 17:28:21 ERROR [31mEBML entity not found, bad file format | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Mystery+Road+2013/?limit=1, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=mystery+road, data: [] | |
| 03-13 17:28:22 INFO [ie.providers.info.omdbapi] Found: Mystery Road (2013) | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2236054/, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2236054, data: [] | |
| 03-13 17:28:22 INFO [ie.providers.info.omdbapi] Found: Mystery Road (2013) | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Look+of+Silence%2C+The+2014/?limit=1, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2014&t=look+of+silence+the, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt3521134/, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt3521134, data: [] | |
| 03-13 17:28:22 INFO [ie.providers.info.omdbapi] Found: The Look of Silence (2014) | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Cell+2016/?limit=1, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2016&t=cell, data: [] | |
| 03-13 17:28:22 INFO [ie.providers.info.omdbapi] Found: Cell (2016) | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt0775440/, data: [] | |
| 03-13 17:28:22 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt0775440, data: [] | |
| 03-13 17:28:23 INFO [ie.providers.info.omdbapi] Found: Cell (2016) | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/A+Single+Shot+2013/?limit=1, data: [] | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2013&t=a+single+shot, data: [] | |
| 03-13 17:28:23 INFO [ie.providers.info.omdbapi] Found: A Single Shot (2013) | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt1540741/, data: [] | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt1540741, data: [] | |
| 03-13 17:28:23 INFO [ie.providers.info.omdbapi] Found: A Single Shot (2013) | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/Selfless+2015/?limit=1, data: [] | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&y=2015&t=selfless, data: [] | |
| 03-13 17:28:23 INFO [ie.providers.info.omdbapi] Found: Selfless (2015) | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/info/tt2140379/, data: [] | |
| 03-13 17:28:23 INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?type=movie&i=tt2140379, data: [] | |
| 03-13 17:28:23 INFO [ie.providers.info.omdbapi] Found: Self/less (2015) | |
| 03-13 17:28:23 INFO [tato.core.plugins.scanner] Found 61 movies in the folder /mnt/hd3/media/movies | |
| 03-13 17:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:31:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:36:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:41:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:46:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 17:51:35 INFO [tato.core.plugins.renamer] Download of USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572) completed! | |
| 03-13 17:51:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 17:51:35 INFO [tato.core.plugins.renamer] Scanning media folder /mnt/dls/sabnzbd/couchpotato/USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572).61... | |
| 03-13 17:51:36 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /mnt/dls/sabnzbd/couchpotato | |
| 03-13 17:51:36 ERROR [ato.core.helpers.variable] Could not get title for tt2032572 | |
| 03-13 17:51:36 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?apikey=xxx&name=delete&value=SABnzbd_nzo_tXr6Y4&del_files=0&mode=history&output=json, data: [] | |
| 03-13 17:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 17:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:15:00 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 18:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:15:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:15:02 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:15:03 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 18:15:04 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:04 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 18:15:08 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:08 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 18:15:12 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:12 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 18:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:16 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:15:16 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:15:16 INFO [core.media.movie.searcher] Search for MacArthur in BR-Disk | |
| 03-13 18:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:15:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:15:18 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:15:20 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:20 INFO [core.media.movie.searcher] Search for MacArthur in 1080p | |
| 03-13 18:15:24 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:24 INFO [core.media.movie.searcher] Search for MacArthur in 720p | |
| 03-13 18:15:28 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:28 INFO [core.media.movie.searcher] Search for MacArthur in BR-Rip | |
| 03-13 18:15:32 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:32 INFO [core.media.movie.searcher] Search for MacArthur in DVD-R | |
| 03-13 18:15:36 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:36 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:15:36 ERROR [core.media.movie.searcher] Search failed for tt0076342: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:15:36 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt5294198/, data: [] | |
| 03-13 18:15:37 INFO [core.media.movie.searcher] Search for Catfight in BR-Disk | |
| 03-13 18:15:37 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:15:38 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:15:38 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:15:40 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:40 INFO [core.media.movie.searcher] Search for Catfight in 1080p | |
| 03-13 18:15:44 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:45 INFO [core.media.movie.searcher] Search for Catfight in 720p | |
| 03-13 18:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:49 INFO [core.media.movie.searcher] Better quality (brrip) already available or snatched for Catfight | |
| 03-13 18:15:49 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 18:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 18:15:50 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 18:15:50 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 18:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:15:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:15:57 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 18:15:57 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 18:15:57 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:57 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:57 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:57 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:57 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:15:58 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 18:15:58 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 18:16:04 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 18:16:04 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 18:16:05 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 18:16:05 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 18:16:05 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 18:16:05 INFO [core.media.movie.searcher] Search for Force Majeure in BR-Disk | |
| 03-13 18:16:05 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Force+Majeure+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:16:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:16:09 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:16:10 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Disk | |
| 03-13 18:16:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:16:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:16:13 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:16:13 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 1080p | |
| 03-13 18:16:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:14 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 720p | |
| 03-13 18:16:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:18 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Rip | |
| 03-13 18:16:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:22 INFO [core.media.movie.searcher] Search for Sergeant Ryker in DVD-R | |
| 03-13 18:16:26 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:26 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:16:26 ERROR [core.media.movie.searcher] Search failed for tt0063584: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:16:26 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Disk | |
| 03-13 18:16:26 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:16:30 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:16:30 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:31 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:16:31 INFO [core.media.movie.searcher] Search for S.O.B. in 1080p | |
| 03-13 18:16:34 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:34 INFO [core.media.movie.searcher] Search for S.O.B. in 720p | |
| 03-13 18:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:16:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:16:38 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:38 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Rip | |
| 03-13 18:16:42 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:42 INFO [core.media.movie.searcher] Search for S.O.B. in DVD-R | |
| 03-13 18:16:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:47 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:16:47 ERROR [core.media.movie.searcher] Search failed for tt0083015: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:16:47 INFO [core.media.movie.searcher] Search for Inchon in BR-Disk | |
| 03-13 18:16:47 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:16:51 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:51 INFO [core.media.movie.searcher] Search for Inchon in 1080p | |
| 03-13 18:16:55 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:55 INFO [core.media.movie.searcher] Search for Inchon in 720p | |
| 03-13 18:16:59 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:16:59 INFO [core.media.movie.searcher] Search for Inchon in BR-Rip | |
| 03-13 18:17:03 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:03 INFO [core.media.movie.searcher] Search for Inchon in DVD-R | |
| 03-13 18:17:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:07 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:17:07 ERROR [core.media.movie.searcher] Search failed for tt0084132: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:17:07 INFO [core.media.movie.searcher] Search for One Touch of Nature in BR-Disk | |
| 03-13 18:17:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:17:08 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:17:09 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:17:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22One+Touch+of+Nature+1917%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt3956562/, data: [] | |
| 03-13 18:17:11 INFO [core.media.movie.searcher] Search for Gangster Ka in BR-Disk | |
| 03-13 18:17:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:17:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:17:13 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:17:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:15 INFO [core.media.movie.searcher] Search for Gangster Ka in 1080p | |
| 03-13 18:17:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:19 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Gangster Ka | |
| 03-13 18:17:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt3841424/, data: [] | |
| 03-13 18:17:19 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 18:17:19 INFO [core.media.movie.searcher] Search for Killswitch in BR-Disk | |
| 03-13 18:17:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:17:20 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:17:21 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:17:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:23 INFO [core.media.movie.searcher] Search for Killswitch in 1080p | |
| 03-13 18:17:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:27 INFO [core.media.movie.searcher] Search for Killswitch in 720p | |
| 03-13 18:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:31 INFO [core.media.movie.searcher] Search for Killswitch in BR-Rip | |
| 03-13 18:17:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:35 INFO [core.media.movie.searcher] Search for Killswitch in DVD-R | |
| 03-13 18:17:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:39 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:17:39 ERROR [core.media.movie.searcher] Search failed for tt4067162: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:17:39 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt0055457/, data: [] | |
| 03-13 18:17:39 INFO [core.media.movie.searcher] Search for Sniper's Ridge in BR-Disk | |
| 03-13 18:17:39 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:17:41 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:17:43 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:17:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:44 INFO [core.media.movie.searcher] Search for Sniper's Ridge in 1080p | |
| 03-13 18:17:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:17:48 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Sniper's Ridge | |
| 03-13 18:17:48 INFO [core.media.movie.searcher] Search for Biosphere in BR-Disk | |
| 03-13 18:17:48 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:17:52 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:18 ERROR [hpotato.core.plugins.base] Failed opening url in Newznab: https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb Traceback (most recent call last): | |
| ReadTimeout: HTTPSConnectionPool(host='api.oznzb.com', port=443): Read timed out. (read timeout=30) | |
| 03-13 18:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:18:19 INFO [core.media.movie.searcher] Search for Biosphere in 1080p | |
| 03-13 18:18:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:18:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:32 INFO [core.media.movie.searcher] Search for Biosphere in 720p | |
| 03-13 18:18:32 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:32 INFO [core.media.movie.searcher] Search for Biosphere in BR-Rip | |
| 03-13 18:18:36 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:36 INFO [core.media.movie.searcher] Search for Biosphere in DVD-R | |
| 03-13 18:18:40 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:40 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:18:40 ERROR [core.media.movie.searcher] Search failed for tt2160099: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:18:40 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 18:18:40 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:18:44 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:46 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:18:47 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:18:47 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 18:18:48 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:48 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 18:18:52 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:53 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 18:18:57 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:18:57 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 18:19:01 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:01 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:19:01 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:19:01 INFO [core.media.movie.searcher] Search for Chosin in BR-Disk | |
| 03-13 18:19:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:19:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:19:03 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:19:05 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:05 INFO [core.media.movie.searcher] Search for Chosin in 1080p | |
| 03-13 18:19:09 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:09 INFO [core.media.movie.searcher] Search for Chosin in 720p | |
| 03-13 18:19:13 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:13 INFO [core.media.movie.searcher] Search for Chosin in BR-Rip | |
| 03-13 18:19:17 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:17 INFO [core.media.movie.searcher] Search for Chosin in DVD-R | |
| 03-13 18:19:21 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:21 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:19:21 ERROR [core.media.movie.searcher] Search failed for tt1561406: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:19:21 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Disk | |
| 03-13 18:19:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:19:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:19:24 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:19:25 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:25 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 1080p | |
| 03-13 18:19:29 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:29 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 720p | |
| 03-13 18:19:33 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:33 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Rip | |
| 03-13 18:19:33 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:33 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS5oZHR2LngyNjQtYmF0dg==/, data: [] | |
| 03-13 18:19:33 INFO [edia._base.providers.base] Found: score(121) on Newznab, nzb.cat: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 18:19:37 INFO [core.media.movie.searcher] Search for 7 Days in Hell in DVD-R | |
| 03-13 18:19:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:41 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:19:41 ERROR [core.media.movie.searcher] Search failed for tt3895884: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:19:41 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Disk | |
| 03-13 18:19:41 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 18:19:42 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 18:19:43 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 18:19:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:45 INFO [core.media.movie.searcher] Search for The Diplomat in 1080p | |
| 03-13 18:19:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:49 INFO [core.media.movie.searcher] Search for The Diplomat in 720p | |
| 03-13 18:19:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:53 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Rip | |
| 03-13 18:19:57 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:19:58 INFO [core.media.movie.searcher] Search for The Diplomat in DVD-R | |
| 03-13 18:20:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 18:20:02 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 18:20:02 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 18:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:21:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:26:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:31:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:36:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:41:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:46:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 18:51:35 INFO [tato.core.plugins.renamer] Download of USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572) completed! | |
| 03-13 18:51:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 18:51:35 INFO [tato.core.plugins.renamer] Scanning media folder /mnt/dls/sabnzbd/couchpotato/USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572).62... | |
| 03-13 18:51:36 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /mnt/dls/sabnzbd/couchpotato | |
| 03-13 18:51:36 ERROR [ato.core.helpers.variable] Could not get title for tt2032572 | |
| 03-13 18:51:36 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?apikey=xxx&name=delete&value=SABnzbd_nzo_fI_naZ&del_files=0&mode=history&output=json, data: [] | |
| 03-13 18:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 18:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:15:00 INFO [core.media.movie.searcher] Search for Killswitch in BR-Disk | |
| 03-13 19:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:15:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:15:03 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:15:03 INFO [core.media.movie.searcher] Search for Killswitch in 1080p | |
| 03-13 19:15:04 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:04 INFO [core.media.movie.searcher] Search for Killswitch in 720p | |
| 03-13 19:15:08 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:08 INFO [core.media.movie.searcher] Search for Killswitch in BR-Rip | |
| 03-13 19:15:12 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:12 INFO [core.media.movie.searcher] Search for Killswitch in DVD-R | |
| 03-13 19:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:16 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:15:16 ERROR [core.media.movie.searcher] Search failed for tt4067162: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:15:16 INFO [core.media.movie.searcher] Search for MacArthur in BR-Disk | |
| 03-13 19:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:15:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:15:19 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:15:20 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:20 INFO [core.media.movie.searcher] Search for MacArthur in 1080p | |
| 03-13 19:15:24 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:24 INFO [core.media.movie.searcher] Search for MacArthur in 720p | |
| 03-13 19:15:28 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:28 INFO [core.media.movie.searcher] Search for MacArthur in BR-Rip | |
| 03-13 19:15:32 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:33 INFO [core.media.movie.searcher] Search for MacArthur in DVD-R | |
| 03-13 19:15:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:37 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:15:37 ERROR [core.media.movie.searcher] Search failed for tt0076342: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:15:37 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt5294198/, data: [] | |
| 03-13 19:15:37 INFO [core.media.movie.searcher] Search for Catfight in BR-Disk | |
| 03-13 19:15:37 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:15:38 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:15:38 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=5294198&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:15:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:41 INFO [core.media.movie.searcher] Search for Catfight in 1080p | |
| 03-13 19:15:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:45 INFO [core.media.movie.searcher] Search for Catfight in 720p | |
| 03-13 19:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Catfight+2017%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:49 INFO [core.media.movie.searcher] Better quality (brrip) already available or snatched for Catfight | |
| 03-13 19:15:49 INFO [core.media.movie.searcher] Search for Gangster Ka in BR-Disk | |
| 03-13 19:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:15:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:53 INFO [core.media.movie.searcher] Search for Gangster Ka in 1080p | |
| 03-13 19:15:57 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:15:57 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Gangster Ka | |
| 03-13 19:15:57 INFO [core.media.movie.searcher] Search for One Touch of Nature in BR-Disk | |
| 03-13 19:15:57 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:15:58 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:15:59 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:16:01 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22One+Touch+of+Nature+1917%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:01 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Disk | |
| 03-13 19:16:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:16:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:16:03 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:16:05 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:05 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 1080p | |
| 03-13 19:16:09 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:09 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 720p | |
| 03-13 19:16:13 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:13 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Rip | |
| 03-13 19:16:17 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:17 INFO [core.media.movie.searcher] Search for Sergeant Ryker in DVD-R | |
| 03-13 19:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:21 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:16:21 ERROR [core.media.movie.searcher] Search failed for tt0063584: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:16:21 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 19:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:16:22 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:16:22 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:16:25 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:25 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 19:16:29 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:29 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 19:16:33 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:33 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 19:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:16:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:37 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 19:16:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:41 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:16:41 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:16:41 INFO [core.media.movie.searcher] Search for Biosphere in BR-Disk | |
| 03-13 19:16:41 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:16:42 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:16:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:45 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:16:46 INFO [core.media.movie.searcher] Search for Biosphere in 1080p | |
| 03-13 19:16:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:49 INFO [core.media.movie.searcher] Search for Biosphere in 720p | |
| 03-13 19:16:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:53 INFO [core.media.movie.searcher] Search for Biosphere in BR-Rip | |
| 03-13 19:16:57 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:16:57 INFO [core.media.movie.searcher] Search for Biosphere in DVD-R | |
| 03-13 19:17:01 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:01 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:17:01 ERROR [core.media.movie.searcher] Search failed for tt2160099: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:17:01 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 19:17:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:17:03 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 19:17:04 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:17:04 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:04 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:17:05 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 19:17:05 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 19:17:12 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 19:17:12 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 19:17:13 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 19:17:13 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 19:17:13 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 19:17:13 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Disk | |
| 03-13 19:17:13 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:14 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:17:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:17:16 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:17:16 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 1080p | |
| 03-13 19:17:17 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:17 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 720p | |
| 03-13 19:17:21 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:21 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Rip | |
| 03-13 19:17:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:21 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS5oZHR2LngyNjQtYmF0dg==/, data: [] | |
| 03-13 19:17:21 INFO [edia._base.providers.base] Found: score(121) on Newznab, nzb.cat: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 19:17:25 INFO [core.media.movie.searcher] Search for 7 Days in Hell in DVD-R | |
| 03-13 19:17:29 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:29 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:17:29 ERROR [core.media.movie.searcher] Search failed for tt3895884: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:17:29 INFO [core.media.movie.searcher] Search for Chosin in BR-Disk | |
| 03-13 19:17:29 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:17:31 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:17:33 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:33 INFO [core.media.movie.searcher] Search for Chosin in 1080p | |
| 03-13 19:17:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:37 INFO [core.media.movie.searcher] Search for Chosin in 720p | |
| 03-13 19:17:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:42 INFO [core.media.movie.searcher] Search for Chosin in BR-Rip | |
| 03-13 19:17:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:46 INFO [core.media.movie.searcher] Search for Chosin in DVD-R | |
| 03-13 19:17:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:50 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:17:50 ERROR [core.media.movie.searcher] Search failed for tt1561406: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:17:50 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Disk | |
| 03-13 19:17:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:17:51 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:17:52 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:17:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:54 INFO [core.media.movie.searcher] Search for The Diplomat in 1080p | |
| 03-13 19:17:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:17:58 INFO [core.media.movie.searcher] Search for The Diplomat in 720p | |
| 03-13 19:18:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:02 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Rip | |
| 03-13 19:18:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:06 INFO [core.media.movie.searcher] Search for The Diplomat in DVD-R | |
| 03-13 19:18:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:10 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:18:10 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:18:10 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 19:18:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:18:12 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:18:12 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:18:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:14 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 19:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:18 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 19:18:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:23 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 19:18:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:27 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 19:18:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:31 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:18:31 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:18:31 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Disk | |
| 03-13 19:18:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:18:32 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:18:33 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:18:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:35 INFO [core.media.movie.searcher] Search for S.O.B. in 1080p | |
| 03-13 19:18:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:39 INFO [core.media.movie.searcher] Search for S.O.B. in 720p | |
| 03-13 19:18:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:43 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Rip | |
| 03-13 19:18:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:47 INFO [core.media.movie.searcher] Search for S.O.B. in DVD-R | |
| 03-13 19:18:51 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:51 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:18:51 ERROR [core.media.movie.searcher] Search failed for tt0083015: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:18:51 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 19:18:51 INFO [core.media.movie.searcher] Search for Sniper's Ridge in BR-Disk | |
| 03-13 19:18:51 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:18:53 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:18:54 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:18:55 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:55 INFO [core.media.movie.searcher] Search for Sniper's Ridge in 1080p | |
| 03-13 19:18:59 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:18:59 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Sniper's Ridge | |
| 03-13 19:18:59 INFO [core.media.movie.searcher] Search for Force Majeure in BR-Disk | |
| 03-13 19:18:59 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:19:01 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:19:01 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:19:03 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Force+Majeure+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:03 INFO [core.media.movie.searcher] Search for Inchon in BR-Disk | |
| 03-13 19:19:03 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 19:19:04 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 19:19:05 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 19:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:07 INFO [core.media.movie.searcher] Search for Inchon in 1080p | |
| 03-13 19:19:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:11 INFO [core.media.movie.searcher] Search for Inchon in 720p | |
| 03-13 19:19:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:15 INFO [core.media.movie.searcher] Search for Inchon in BR-Rip | |
| 03-13 19:19:19 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:19 INFO [core.media.movie.searcher] Search for Inchon in DVD-R | |
| 03-13 19:19:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 19:19:24 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 19:19:24 ERROR [core.media.movie.searcher] Search failed for tt0084132: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 19:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:21:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:21:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:26:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:26:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:28:06 INFO [hpotato.core.plugins.base] Opening url: get https://api.github.com/repos/RuudBurger/CouchPotatoServer/commits?per_page=1&sha=desktop, data: [] | |
| 03-13 19:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:31:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:31:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:36:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:36:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:41:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:41:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:46:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:46:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:51:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:51:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 19:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 19:56:35 INFO [tato.core.plugins.renamer] Download of USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572) completed! | |
| 03-13 19:56:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 19:56:35 INFO [tato.core.plugins.renamer] Scanning media folder /mnt/dls/sabnzbd/couchpotato/USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp(tt2032572).63... | |
| 03-13 19:56:35 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /mnt/dls/sabnzbd/couchpotato | |
| 03-13 19:56:35 ERROR [ato.core.helpers.variable] Could not get title for tt2032572 | |
| 03-13 19:56:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?apikey=xxx&name=delete&value=SABnzbd_nzo_Ak5lIe&del_files=0&mode=history&output=json, data: [] | |
| 03-13 20:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 20:01:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 20:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 20:06:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 20:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 20:11:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 20:15:00 INFO [core.media.movie.searcher] Search for USS Indianapolis: Men of Courage in BR-Disk | |
| 03-13 20:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22USS+Indianapolis%3A+Men+of+Courage+0%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:00 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:15:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 20:15:02 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 20:15:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2LjEwODBwLmJsdXJheS54MjY0LWVpZGVy/, data: [] | |
| 03-13 20:15:02 INFO [edia._base.providers.base] Found: score(55) on Newznab, api.oznzb.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER | |
| 03-13 20:15:02 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:15:03 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/dXNzLmluZGlhbmFwb2xpcy5tZW4ub2YuY291cmFnZS4yMDE2Lmh5YnJpZC4xMDgwcC5ibHVyYXkuZHRzLngyNjQtdmlldGhk/, data: [] | |
| 03-13 20:15:03 INFO [edia._base.providers.base] Found: score(69) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 20:15:03 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:03 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:03 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:03 INFO [edia._base.providers.base] Found: score(65) on Newznab, api.drunkenslug.com: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:03 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2032572&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:15:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [edia._base.providers.base] Found: score(65) on Newznab, nzb.cat: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.Hybrid.1080p.BluRay.DTS.x264-VietHD | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [tato.core.plugins.release] Ignored: USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER English | |
| 03-13 20:15:04 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?t=get&id=108f5a9696b2c99dd60af760c634adbb&apikey=xxx | |
| 03-13 20:15:11 INFO [.core.downloaders.sabnzbd] Sending "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER" to SABnzbd. | |
| 03-13 20:15:11 INFO [hpotato.core.plugins.base] Opening url: post http://localhost:8080/api?nzbname=USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER.cp%28tt2032572%29&apikey=xxx&cat=movies&priority=0&mode=addfile&output=json, data: [] | |
| 03-13 20:15:12 INFO [.core.downloaders.sabnzbd] NZB sent to SAB successfully. | |
| 03-13 20:15:12 INFO [tato.core.plugins.release] Snatched "USS.Indianapolis.Men.of.Courage.2016.1080p.BluRay.x264-EiDER": USS Indianapolis: Men of Courage (0) in 1080p from Newznab, api.oznzb.com | |
| 03-13 20:15:12 INFO [hpotato.core.plugins.base] Opening url: post http://192.168.1.24:8080/jsonrpc, data: with data | |
| 03-13 20:15:12 INFO [core.media.movie.searcher] Better quality (bd50) already available or snatched for Land of Mine | |
| 03-13 20:15:12 INFO [core.media.movie.searcher] Search for Inchon in BR-Disk | |
| 03-13 20:15:12 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:13 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:15:15 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:15:15 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0084132&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:15:16 INFO [core.media.movie.searcher] Search for Inchon in 1080p | |
| 03-13 20:15:16 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:16 INFO [core.media.movie.searcher] Search for Inchon in 720p | |
| 03-13 20:15:20 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:21 INFO [core.media.movie.searcher] Search for Inchon in BR-Rip | |
| 03-13 20:15:25 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:25 INFO [core.media.movie.searcher] Search for Inchon in DVD-R | |
| 03-13 20:15:29 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Inchon+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:29 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:15:29 ERROR [core.media.movie.searcher] Search failed for tt0084132: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:15:29 INFO [core.media.movie.searcher] Search for Biosphere in BR-Disk | |
| 03-13 20:15:29 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:15:30 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:15:30 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2160099&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:15:33 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:33 INFO [core.media.movie.searcher] Search for Biosphere in 1080p | |
| 03-13 20:15:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:37 INFO [core.media.movie.searcher] Search for Biosphere in 720p | |
| 03-13 20:15:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:41 INFO [core.media.movie.searcher] Search for Biosphere in BR-Rip | |
| 03-13 20:15:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:45 INFO [core.media.movie.searcher] Search for Biosphere in DVD-R | |
| 03-13 20:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Biosphere+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:49 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:15:49 ERROR [core.media.movie.searcher] Search failed for tt2160099: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/eta/tt5294198/, data: [] | |
| 03-13 20:15:49 INFO [core.media.movie.searcher] Search for Chosin in BR-Disk | |
| 03-13 20:15:49 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:15:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:15:51 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1561406&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:15:53 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:53 INFO [core.media.movie.searcher] Search for Chosin in 1080p | |
| 03-13 20:15:57 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:15:57 INFO [core.media.movie.searcher] Search for Chosin in 720p | |
| 03-13 20:16:01 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:01 INFO [core.media.movie.searcher] Search for Chosin in BR-Rip | |
| 03-13 20:16:05 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:05 INFO [core.media.movie.searcher] Search for Chosin in DVD-R | |
| 03-13 20:16:09 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Chosin+2010%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:09 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:16:09 ERROR [core.media.movie.searcher] Search failed for tt1561406: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:16:09 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Disk | |
| 03-13 20:16:09 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:16:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:16:11 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3399050&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:16:13 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:13 INFO [core.media.movie.searcher] Search for Cross of Steel in 1080p | |
| 03-13 20:16:17 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:17 INFO [core.media.movie.searcher] Search for Cross of Steel in 720p | |
| 03-13 20:16:21 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:21 INFO [core.media.movie.searcher] Search for Cross of Steel in BR-Rip | |
| 03-13 20:16:25 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:25 INFO [core.media.movie.searcher] Search for Cross of Steel in DVD-R | |
| 03-13 20:16:29 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Cross+of+Steel+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:29 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:16:29 ERROR [core.media.movie.searcher] Search failed for tt3399050: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:16:29 INFO [core.media.movie.searcher] Search for MacArthur in BR-Disk | |
| 03-13 20:16:29 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:16:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:16:31 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0076342&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:16:33 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:33 INFO [core.media.movie.searcher] Search for MacArthur in 1080p | |
| 03-13 20:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&mode=queue, data: [] | |
| 03-13 20:16:35 INFO [hpotato.core.plugins.base] Opening url: get http://localhost:8080/api?output=json&apikey=xxx&limit=15&mode=history, data: [] | |
| 03-13 20:16:35 INFO [tato.core.plugins.renamer] Under Sandet (2015) 1080p_DTS-HA 5_1_x264 - Multisub.cp(tt3841424) not found in downloaders | |
| 03-13 20:16:37 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:37 INFO [core.media.movie.searcher] Search for MacArthur in 720p | |
| 03-13 20:16:41 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:41 INFO [core.media.movie.searcher] Search for MacArthur in BR-Rip | |
| 03-13 20:16:45 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:45 INFO [core.media.movie.searcher] Search for MacArthur in DVD-R | |
| 03-13 20:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22MacArthur+1977%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:50 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:16:50 ERROR [core.media.movie.searcher] Search failed for tt0076342: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:16:50 INFO [core.media.movie.searcher] Search for Sniper's Ridge in BR-Disk | |
| 03-13 20:16:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:16:51 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:16:51 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0055457&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:16:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:54 INFO [core.media.movie.searcher] Search for Sniper's Ridge in 1080p | |
| 03-13 20:16:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sniper%27s+Ridge+1961%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:16:58 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Sniper's Ridge | |
| 03-13 20:16:58 INFO [core.media.movie.searcher] Search for Killswitch in BR-Disk | |
| 03-13 20:16:58 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:16:59 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:16:59 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4067162&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:17:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:02 INFO [core.media.movie.searcher] Search for Killswitch in 1080p | |
| 03-13 20:17:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:06 INFO [core.media.movie.searcher] Search for Killswitch in 720p | |
| 03-13 20:17:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:10 INFO [core.media.movie.searcher] Search for Killswitch in BR-Rip | |
| 03-13 20:17:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:14 INFO [core.media.movie.searcher] Search for Killswitch in DVD-R | |
| 03-13 20:17:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Killswitch+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:18 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:17:18 ERROR [core.media.movie.searcher] Search failed for tt4067162: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:17:18 INFO [core.media.movie.searcher] Search for Gangster Ka in BR-Disk | |
| 03-13 20:17:18 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:17:19 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:17:20 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3956562&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:17:22 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:22 INFO [core.media.movie.searcher] Search for Gangster Ka in 1080p | |
| 03-13 20:17:26 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Gangster+Ka+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:26 INFO [core.media.movie.searcher] Better quality (720p) already available or snatched for Gangster Ka | |
| 03-13 20:17:26 INFO [core.media.movie.searcher] Search for Force Majeure in BR-Disk | |
| 03-13 20:17:26 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:17:27 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:17:27 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=2121382&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:17:30 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Force+Majeure+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:30 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Disk | |
| 03-13 20:17:30 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:17:32 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:17:32 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=1456940&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:17:34 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:34 INFO [core.media.movie.searcher] Search for The 4th Reich in 1080p | |
| 03-13 20:17:38 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:38 INFO [core.media.movie.searcher] Search for The 4th Reich in 720p | |
| 03-13 20:17:42 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:42 INFO [core.media.movie.searcher] Search for The 4th Reich in BR-Rip | |
| 03-13 20:17:46 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:46 INFO [core.media.movie.searcher] Search for The 4th Reich in DVD-R | |
| 03-13 20:17:50 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+4th+Reich+2014%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:50 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:17:50 ERROR [core.media.movie.searcher] Search failed for tt1456940: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:17:50 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Disk | |
| 03-13 20:17:50 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:17:52 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:17:52 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0063584&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:17:54 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:54 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 1080p | |
| 03-13 20:17:58 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:17:58 INFO [core.media.movie.searcher] Search for Sergeant Ryker in 720p | |
| 03-13 20:18:02 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:02 INFO [core.media.movie.searcher] Search for Sergeant Ryker in BR-Rip | |
| 03-13 20:18:06 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:06 INFO [core.media.movie.searcher] Search for Sergeant Ryker in DVD-R | |
| 03-13 20:18:10 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22Sergeant+Ryker+1968%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:10 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:18:10 ERROR [core.media.movie.searcher] Search failed for tt0063584: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:18:10 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Disk | |
| 03-13 20:18:10 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:18:11 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:18:12 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=4338184&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:18:14 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:14 INFO [core.media.movie.searcher] Search for The Diplomat in 1080p | |
| 03-13 20:18:18 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:19 INFO [core.media.movie.searcher] Search for The Diplomat in 720p | |
| 03-13 20:18:23 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:23 INFO [core.media.movie.searcher] Search for The Diplomat in BR-Rip | |
| 03-13 20:18:27 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:27 INFO [core.media.movie.searcher] Search for The Diplomat in DVD-R | |
| 03-13 20:18:31 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22The+Diplomat+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:31 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:18:31 ERROR [core.media.movie.searcher] Search failed for tt4338184: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:18:31 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Disk | |
| 03-13 20:18:31 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:18:32 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:18:33 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0083015&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:18:35 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:35 INFO [core.media.movie.searcher] Search for S.O.B. in 1080p | |
| 03-13 20:18:39 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:39 INFO [core.media.movie.searcher] Search for S.O.B. in 720p | |
| 03-13 20:18:43 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:43 INFO [core.media.movie.searcher] Search for S.O.B. in BR-Rip | |
| 03-13 20:18:47 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:47 INFO [core.media.movie.searcher] Search for S.O.B. in DVD-R | |
| 03-13 20:18:51 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22S.O.B.+1981%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:51 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:18:51 ERROR [core.media.movie.searcher] Search failed for tt0083015: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| 03-13 20:18:51 INFO [core.media.movie.searcher] Search for One Touch of Nature in BR-Disk | |
| 03-13 20:18:51 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:18:52 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:18:53 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=0008389&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:18:55 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%22One+Touch+of+Nature+1917%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:55 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Disk | |
| 03-13 20:18:55 INFO [hpotato.core.plugins.base] Opening url: get https://api.oznzb.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&oznzb, data: [] | |
| 03-13 20:18:56 INFO [hpotato.core.plugins.base] Opening url: get https://api.drunkenslug.com/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&drunkenslug, data: [] | |
| 03-13 20:18:57 INFO [hpotato.core.plugins.base] Opening url: get https://nzb.cat/api?imdbid=3895884&apikey=xxx&t=movie&extended=1&nzbcat, data: [] | |
| 03-13 20:18:59 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:18:59 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 1080p | |
| 03-13 20:19:03 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:19:03 INFO [core.media.movie.searcher] Search for 7 Days in Hell in 720p | |
| 03-13 20:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:19:07 INFO [core.media.movie.searcher] Search for 7 Days in Hell in BR-Rip | |
| 03-13 20:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS43MjBwLmhkdHYueDI2NC1iYXR2/, data: [] | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(181) on Newznab, api.drunkenslug.com: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(181) on Newznab, nzb.cat: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:07 INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/validate/Ny5kYXlzLmluLmhlbGwuMjAxNS5oZHR2LngyNjQtYmF0dg==/, data: [] | |
| 03-13 20:19:07 INFO [edia._base.providers.base] Found: score(121) on Newznab, nzb.cat: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.720p.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [tato.core.plugins.release] Ignored: 7.Days.in.Hell.2015.HDTV.x264-BATV | |
| 03-13 20:19:11 INFO [core.media.movie.searcher] Search for 7 Days in Hell in DVD-R | |
| 03-13 20:19:15 INFO [hpotato.core.plugins.base] Opening url: get https://www.nzbclub.com/nzbrss.aspx?q=%227+Days+in+Hell+2015%22&rpp=200&sp=1&ns=1&ig=1&st=5, data: [] | |
| 03-13 20:19:15 ERROR [ couchpotato.core.event] Error in event "quality.single", that wasn't caught: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/event.py", line 15, in runHandler | |
| return handler(*args, **kwargs) | |
| File "/usr/lib/couchpotato/couchpotato/core/plugins/quality/main.py", line 115, in single | |
| quality = db.get('quality', identifier, with_doc = True)['doc'] | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner | |
| res = f(*args, **kwargs) | |
| File "/usr/lib/couchpotato/libs/CodernityDB/database.py", line 944, in get | |
| raise RecordNotFound("Not found") | |
| RecordNotFound: Not found | |
| encoding=UTF-8 debug=False args=['--config_file', '/var/lib/couchpotato/config.ini', '--data_dir', '/var/lib/couchpotato', '--pid_file=/run/couchpotato/couchpotato.pid', '--console_log'] app_dir=/usr/lib/couchpotato data_dir=/var/lib/couchpotato desktop=None options=Namespace(config_file='/var/lib/couchpotato/config.ini', console_log=True, daemon=False, data_dir='/var/lib/couchpotato', debug=False, pid_file='/run/couchpotato/couchpotato.pid', quiet=False) | |
| 03-13 20:19:15 ERROR [core.media.movie.searcher] Search failed for tt3895884: Traceback (most recent call last): | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 95, in searchAll | |
| self.single(media, search_protocols, manual = manual) | |
| File "/usr/lib/couchpotato/couchpotato/core/media/movie/searcher.py", line 200, in single | |
| log.info('Search for %s in %s%s', (default_title, quality['label'], ' ignoring ETA' if always_search or ignore_eta else '')) | |
| TypeError: 'NoneType' object has no attribute '__getitem__' | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment