karamanolev / WhatManager2

Torrent management system based on Django and Transmission
MIT License
153 stars 25 forks source link

bibliotik userscript appears to be broken #84

Open 2600box opened 7 years ago

2600box commented 7 years ago

i want to use the bibliotik functionality. i am already using WM2 for RED without issue.

is there a known issue with the bibliotik.me userscript?

when i click on "get" in firefox, it shows a dialog to confirm download, and then shows and errors message Make sure the extension is installed and working and nothing more happens

I have setup a download zone in the admin panel called bibliotik.me and started a transmission instance called bibliotik01

when I look through the userscript, there are urls that do not seem to work on my wm2 server. like /books/bibliotik/json/torrents_info returns a 500 error and then /books/bibliotik/json/add/ and /download/zip/bibliotik/ return 404

in the red userscript for example it uses /json/add_torrent and that returns a blank page when visited...

Out of curiosity, I tried the Book Upload function in the WM2 interface and it takes me to /books/uploads/1/edit with a 500 error.

karamanolev commented 7 years ago

It's a bit convoluted, because of the way bibliotik works. It requires a chrome extension to be installed. The sources are inside the source tree, but it's a huge pain.