I to can't get anything to work, I bought the app Tanis for checking sabnzbd downloads, set it up straight away and works great, bought your app put the same settings in etc, and no joy!
Seriously need some proper instructions on how to setup.




steve1977 wrote:I see a few people where it is not working and a few who apparently have it running.
Can anyone who has it working using reverse-proxies post his PRECISE configuration. I believe that "/" make a difference, so a complete and exact description of your config from someone using reverse-proxies would be highly appreciated. Thanks!!!


ProxyPass /sabnzbd http://localhost:8080/sabnzbd
ProxyPassReverse /sabnzbd http://localhost:8080/sabnzbd

Gkf9 wrote:Thanks for the reply and explanation, looks like I'm running a reverse proxy then.
I finally managed to get the Qouch app working last night after a lot of trial and error.

# SABnzbd
ProxyPass /sabnzbd http://localhost:8080/sabnzbd
ProxyPassReverse /sabnzbd http://localhost:8080/sabnzbd# SickBeard
<Location /sickbeard/>
ProxyPass http://localhost:8081/sickbeard/
ProxyPassReverse http://localhost:8081/sickbeard/
</Location># CouchPotato
<Location /couchpotato>
ProxyPass http://localhost:8082
ProxyPassReverse http://localhost:8082
RedirectMatch ^/couchpotato(/)?$ /couchpotato/movie/
</Location>Host or IP: domain.com or sub.domain.com
Do NOT include the protocol here (i.e. http:// or https:// - this is driven by the port number for each of the apps below)Enabled: On
Use SSL: (Depends upon whether or not your Apache server is running SSL or not)
Port Number: Either 80 (for non-SSL) or 443 (for SSL)
Path: sabnzbd
Username: Your SABnzbd username (or Apache username if using Apache authentication - see post below)
Password: Your SABnzbd password (or Apache password if using Apache authentication - see post below)
API Key: Your SABnzbd API keyEnabled: On
Use SSL: (Depends upon whether or not your Apache server is running SSL or not)
Port Number: Either 80 (for non-SSL) or 443 (for SSL)
Path: couchpotato
Username: Your CouchPotato username (or Apache username if using Apache authentication - see post below)
Password: Your CouchPotato password (or Apache password if using Apache authentication - see post below)Enabled: On
Use SSL: (Depends upon whether or not your Apache server is running SSL or not)
Port Number: Either 80 (for non-SSL) or 443 (for SSL)
Path: sickbeard
Username: Your SickBeard username (or Apache username if using Apache authentication - see post below)
Password: Your SickBeard password (or Apache password if using Apache authentication - see post below)
API Key: Your SickBeard API Key

steve1977 wrote:Gkf9 wrote:Thanks for the reply and explanation, looks like I'm running a reverse proxy then.
I finally managed to get the Qouch app working last night after a lot of trial and error.
Do you mind to post your config / settling then. Thanks in advance!!!


solotak wrote:i have a problem adding tv shows from qouch.
So far everything is configured right in terms of sabnzbd and sickbeard. The app shows connection is fine and shows me my show list, coming episodes, history all fetched from my computer. However when it's time to add a tv show from quoch i get the following message:
"Sick beard connection failed
Root directory is not set, please provide a location"
Fair enough, it was blank (which was suggested here). Anyway i input the location of sickbeard.exe "c:/sickbeard" and an error pops up saying need version 491+ or server not found. So i put the path back to blank but still stuck with not adding tv shows
Youtuber wrote:I've just bought Qouch and it appears I'm unable to run it at all. The program launches and shows the splash screen but then drops back to the dashboard without truly entering the program. I've tried it under 3.1.3 and now 4.2.1. This was the first app I installed after directly factory resetting it. Since then I've jailbroken the device and unlocked it for T-mobile usage but the problem still persists. Is there a way of diagnosing it beyond what I'm seeing to troubleshoot or does Qouch just not work with the Iphone 3g?


