Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Torrent search not sending to utorrent using jackett #605

Open goku-son opened 5 years ago

goku-son commented 5 years ago

Reporting Issues:

To ensure that a I has enough information to work with please include all of the following information.

Use proper markdown syntax to structure your post (i.e. code/log in code blocks).

Make sure you provide the following information below:

Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.

Link to log:

jeremysherriff commented 5 years ago

I believe this is a setup issue with your Jackett and uTorrent configs.

In Jackett, you need to set a download directory: image

And then configure your torrent app to monitor new torrents in the same folder: image

goku-son commented 5 years ago

Thanks much. I did not have that setup so setup directory E:\Blackhole in jackett and then configured “automatically load torrents from” to the same directory as jackett in utorrent directory settings. However, when I try again in htpc to send the torrent to utorrent it tells me it is successful, but I don’t see the .torrent in the configured directory and expectedly does not show up in utorrent.

It appears for some reason the torrent is not being sent from htpc to jackett? I don’t see anything in the jackett log to suggest even an attempt was made and htpc says it sent it successfully, so kind of stumped at what else to look at. Any suggestions would be appreciated.

Hellowlol commented 5 years ago

Try addon a torrent (url) manually using torrent module.

goku-son commented 5 years ago

Thanks I tried both a url and magnet and nothing happens when I click add. No errors in the log either. I know htpc can talk to utorrent because I see cp/Sonarr sent items. Not sure what it could be.

Hellowlol commented 5 years ago

Logs?

goku-son commented 5 years ago

Here is the log in debug mode when trying to add a magent to the utorrent module: htpcmanager.log Seems like it is unable to fetch the utorrent settings for some reason.

goku-son commented 5 years ago

If I put that URL that it keeps trying to fetch, I can get to utorrent, but it displays "invalid request" on the page. Could that perhaps be the issue?

goku-son commented 5 years ago

@hellowlol just wondering if you got a chance to view my logs and have any suggestions? Thanks in advance.