evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
977 stars 173 forks source link

FIX: incorrect variable name #2420

Closed barbequesauce closed 4 years ago

barbequesauce commented 4 years ago

FIX: incorrect variable name (#2035) Thank you @ajslater!

ajslater commented 4 years ago

This PR needs to also change https://github.com/evilhero/mylar/pull/2420/files#diff-d13ba27a96559d3d22b637a3da042c04L2327

to remove the undeclared ssl argument.

And the button.... gets a little further. There's more to do after that. The button returns a 404 from its get. Will look into this as well.

ajslater commented 4 years ago

https://server/mylar/testtorznab?name=Jackett&host=http%3A%2F%2Fjackett%3A9117%2Fjackett%2Fapi%2Fv2.0%2Findexers%2Fall%2Fresults%2Ftorznab&apikey=MYAPIKEY

Returns 404, because the testtorznab endpoint doesn't even exist in webserve.py

Probably can copy/paste some testnewznab code and make one.

barbequesauce commented 4 years ago

I stared at it last time around for three hours and didnt catch the incorrect variable, so I'm just happy about finding that :)

barbequesauce commented 4 years ago

Subsumed