CouchPotato - Automatic Movie Downloader via NZB & Torrents!
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
It should log to ./logs (the same directory as CouchPotato.py. Doesn't it do that for you?
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
-
- Newbie
- Posts: 14
- Joined: July 26th, 2010, 6:18 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Nah it doesnt.
When i initially configure it and setup the service it woudnt start as it was complaining that /logs/ was not a valid directory.
As a work around i created /logs/
BTW i am using Solaris 2009.06
When i initially configure it and setup the service it woudnt start as it was complaining that /logs/ was not a valid directory.
As a work around i created /logs/
BTW i am using Solaris 2009.06
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
How about the cache dir? Is that being created in the right dir?
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
-
- Newbie
- Posts: 14
- Joined: July 26th, 2010, 6:18 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Yep cache dir is fine
Code: Select all
root@sabnzbd:/etc/CouchPotato/cache# ls -l
total 14
drwxr-xr-x 2 root root 101 Jul 26 22:31 images
drwxr-xr-x 2 root root 4 Jul 26 16:25 minify
drwxr-xr-x 2 root root 4 Jul 27 00:19 updates
drwxr-xr-x 2 root root 40 Jul 27 00:02 xml
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
I'm running on linux system from git source, and the updater has been working perfectly for me.RuudBurger wrote: For all the users who are running from GIT, how is the updater working for you?
I want to make an auto updater, but want to know if the updates are running correct.
-
- Newbie
- Posts: 14
- Joined: July 26th, 2010, 6:18 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Ok 1 more issue that i may have found.
I am a pain arnt i RuudBurger
A listing has been found and added to SAB however the DVD-Rip is still orange and not green.
Its not a browser cache issue and i have also restarted CP numerous times
I am a pain arnt i RuudBurger
A listing has been found and added to SAB however the DVD-Rip is still orange and not green.
Its not a browser cache issue and i have also restarted CP numerous times
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Curious as to why? Sometimes I fatfinger thingsRuudBurger wrote: Confirmation on deletion, no
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
@HungryBUTTON:
I will have a look, what browser / version / OS?
@sunii:
I meant, no(t in this update). will implement something on the movie list.
I will have a look, what browser / version / OS?
@sunii:
I meant, no(t in this update). will implement something on the movie list.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Yeah HungryBUTTON pointed that out today to, will take a look.
Could you or HungryBUTTON change:
args = ('logs/CouchPotato.log','a', 500000, 4)
to
args = ('./logs/CouchPotato.log','a', 500000, 4)
in the logging.conf, and see if the logs then are written in "couchpotato/logs"?
Could you or HungryBUTTON change:
args = ('logs/CouchPotato.log','a', 500000, 4)
to
args = ('./logs/CouchPotato.log','a', 500000, 4)
in the logging.conf, and see if the logs then are written in "couchpotato/logs"?
Last edited by RuudBurger on July 26th, 2010, 6:14 pm, edited 1 time in total.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Ok thanks, then ill try a absolute path fix.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
where do the deleted files get put when you check the box to clean up the directory with files under 150mb? i didn't think it would delete all folders, just left over files from downloads. thanks.
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
It deletes the files in the "watch" folder
Also files/folders that have been there maybe longer
And I think it does not go into a recycle bin
Also files/folders that have been there maybe longer
And I think it does not go into a recycle bin
-
- Newbie
- Posts: 14
- Joined: July 26th, 2010, 6:18 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Tried this but it didnt work.
Browser - Firefox 3.6.8
OS - Windows 7 x64
Server
OS - Solaris 2009.06 - b111
Client Machinepair of dimes wrote:Just tried it, but this did not resolve the problem, same error as before.RuudBurger wrote: Yeah HungryBUTTON pointed that out today to, will take a look.
Could you or HungryBUTTON change:
args = ('logs/CouchPotato.log','a', 500000, 4)
to
args = ('./logs/CouchPotato.log','a', 500000, 4)
in the logging.conf, and see if the logs then are written in "couchpotato/logs"?
For what it's worth, I set it to a full path (where I have it installed on my system) and that is working for now (I run at system boot as daemon).
@HungryBUTTON:
I will have a look, what browser / version / OS?
Browser - Firefox 3.6.8
OS - Windows 7 x64
Server
OS - Solaris 2009.06 - b111
-
- Sr. Member
- Posts: 305
- Joined: July 2nd, 2010, 6:11 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
@pair of dimes & HungryBUTTON:
Could you check out the latest git version and see if logs are under the CP folder?
Could you check out the latest git version and see if logs are under the CP folder?
Last edited by RuudBurger on July 26th, 2010, 7:22 pm, edited 1 time in total.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
-
- Newbie
- Posts: 14
- Joined: July 26th, 2010, 6:18 am
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Yep can also confirm that log is fixed.
How did it go with the notification of the download
How did it go with the notification of the download
HungryBUTTON wrote: Ok 1 more issue that i may have found.
I am a pain arnt i RuudBurger
A listing has been found and added to SAB however the DVD-Rip is still orange and not green.
Its not a browser cache issue and i have also restarted CP numerous times