Tried https://github.com/Jackett/Jackett/issues/6473#issuecomment-560978023
Jackett Version 0.12.1091.0
Duplicate of #6476
Hi @jvenezia,
This issue looks similar to #6476.
To prevent issue tracker clutter, this issue will now be closed. If you feel this issue isn't a duplicate of #6476, then feel free to post a comment on this issue stating why it's not a duplicate. Your comment will automatically re-open this issue.
Duplicated issue is not solved. The linked comment that proposes a solution does fix the usual "selector" bug due to the domain name changing, but now I have no results.
works for me.
if you want help with this then:
Please provide the full enhanced log file.
~/.config/Jackett/
, windows %ProgramData%\Jackett
)Thanks.
Hi everyone,
same error here : "Found no results while trying to browse this tracker"
thanks for your help
My logs are very similar to @krushkin , let me know if you need mine too.
After watching your logs I noticed the YggTorrent URL Jackett was trying to reach was https://yggtorrent.ws/new_search/search?category=all&name=&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date
Issue #6473 is the fix you're looking for.
The URL should begin with www2.yggtorrent.ws
and not yggtorrent.ws
. To fix this you should change the "search/download URL" in your Jackett settings for Yggtorrent.
@krushkin you log shows that your jackett tried to use the following url
https://yggtorrent.ws/new_search/search?category=all&name=&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date&page=50
which tells me that you did not follow all the steps in https://github.com/Jackett/Jackett/issues/6473#issuecomment-560978023 correctly.
the Search and download URL is currently set to yggtorrent.ws
which will not work.
www2.yggtorrent.ws
thanks.
@mrik974 oh snap! you posted just before mine with exactly the same info. thanks ;-D
@jvenezia reapply https://github.com/Jackett/Jackett/issues/6473#issuecomment-560978023
if you cant get it to work then provide the logs so I can see what your jackett is doing.
Thanks.
Thank you guys for your help ! It works fine now ^^
Ygg is changing everytime, so I didn't notice this mistake, sorry for this :(
BR
Got it working after removing and adding it back with the correct urls.
It happens so often with YGG, is there any way we could automate this? When YGG changes domain, jackett would automatically update the configuration.
Thanks for the help
the problem with yggtorrent is that they are the only site that uses different url for their login and search engines.
Jackett was built on the assumption that the one address to the server would be enough, as indeed it is for all the other 400 sites it has indexers for.
So there is no Jackett automation option currently available to handle a site that use two addresses, hence the need to manually intervene.
To automate support for yggtorrent will require C# code, and no one has volunteered to provide a solution so far.
Most helpful comment
@krushkin you log shows that your jackett tried to use the following url
https://yggtorrent.ws/new_search/search?category=all&name=&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date&page=50
which tells me that you did not follow all the steps in https://github.com/Jackett/Jackett/issues/6473#issuecomment-560978023 correctly.
the Search and download URL is currently set to
yggtorrent.ws
which will not work.www2.yggtorrent.ws
thanks.