I need more information before I can determine the error.
Are you receiving any error messages? If no error message, is php set to show error messages?
Autotvtosab need CURL to be enabled in order to download pictures.



mattdh wrote:I cannot seem to get AutoTvToSab working correctly on linux.
I can get into the webpages just fine just I can't get it to do anything
If I try to add a new show all it says is "I´m downloading pictures right now. That is why I´m slow"
Button changes to "Wait..."
I have waited for hours and this never goes away nor can I add anything.
The only thing I can do is search which pulls up nzbmatrix.
Any ideas as to what could be causing this?
Thanks!



I understand that the rss is for SAB but how does SAB determine then which series he needs to download?morre95 wrote:@blade-runner: The rss feed is only there for Sab (you can find the url to config sab in the update page) to be able to download automatically. The feed should update it self automatically. You can set the refresh rate in the config page in the "Rss update every" field. Default is every 3 hours.
I dont know whats causing the download error. It can be your browser. Are you getting the same error with firefox?


Maybe i'm just plain stupid but why do i need autotvtosabnzb then? I can create feeds with mytvnzbrss.com which work perfect. I was under the impression i can do the same with your tool except it would be more informative and fun to use ;)morre95 wrote:It depends on how you have configured SAB (http://sabnzbd.wikidot.com/configure-rss-v2). AutoTvToSab will send the 10 (10 is default) newest series to the rss feed.



recoil wrote:Hello, what a great tool this is, but I am having problems installing this addon.
15 $json = json_decode($this->send($sendTo));
16 if (isset($json->status) && !$json->status) {
17 throw new RuntimeException($json->error);
18 }
19
20 $this->prepareHistory($json->history, $this->_apiKey);
21 $slots = $this->getSlots();
22 if ($slots !== null) {
23 $json->history->slots = $slots;
24 }
25
That is the error I am getting, this happend when I clicked on downloads



