Ripolin / potatoygg

Ygg torrent provider implementation for CouchPotato
Apache License 2.0
15 stars 10 forks source link

Error Finding torrents #14

Closed atah closed 5 years ago

atah commented 5 years ago

Information:

Version of CouchPotato: desktop: 3.0.1

Logs:

11-14 11:18:10 ERROR [                  ygg.ygg] Failed searching release from YGG: Traceback (most recent call last):
  File "C:\Users\Admin\AppData\Roaming\CouchPotato\custom_plugins\ygg\ygg.py", line 189, in _searchOnTitle
AttributeError: 'NoneType' object has no attribute 'find_all'
Ripolin commented 5 years ago

I update the ygg's server hostname on master. Test this new version and keep me in touch ;p

atah commented 5 years ago

Hello Ripolin

Thank for your job :)

I have same error with new version

11-14 11:18:10 ERROR [ ygg.ygg] Failed searching release from YGG: Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\CouchPotato\custom_plugins\ygg\ygg.py", line 189, in _searchOnTitle AttributeError: 'NoneType' object has no attribute 'find_all'

11-29 20:26:58 ERROR [hpotato.core.plugins.base] Failed opening url in OMDBAPI: http://www.omdbapi.com/?type=movie&i=tt2709692 Traceback (most recent call last): HTTPError: 401 Client Error: Unauthorized for url: http://www.omdbapi.com/?type=movie&i=tt2709692


Can you help me please ?
Ripolin commented 5 years ago

Do you used an old ygg hostname ? It changes a lot these last days and it can produce bugs like your. On the last version of this plugin you can change the ygg's base url on the settings page, it's no more hardcoded (see #15).

So try to download and test it after restart your CP service.

Ripolin commented 5 years ago

The error above appears when ygg return no result.

mbettan commented 5 years ago

Unfortunately it does not work for me, I updated the host name still not working

mbettan commented 5 years ago

I am not able to run the test folder, I am not sure why, missing dep?

Ripolin commented 5 years ago

No new dep. Are you using the good version of python ? Sometimes I'm using python 3 instead of python 2 😋