CouchPotato - Automatic Movie Downloader via NZB & Torrents

  Thread Rating:
  • 11 Votes - 4.55 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
RuudBurger Offline
CouchPotato Author
Posts: 399
Joined: Jun 2010
Reputation: 13
Post: #101
Yes only on git version, not the binary.
find quote
Mrkennedy Offline
Senior Member
Posts: 238
Joined: Apr 2010
Reputation: 0
Post: #102
So folder forwarding only works on github then?
find quote
RuudBurger Offline
CouchPotato Author
Posts: 399
Joined: Jun 2010
Reputation: 13
Post: #103
I don't know what you mean by folder forwarding.
The Windows binary has the same functions as the GIT version. It is only updated less frequently then the GIT version.
find quote
Bilbo Offline
Junior Member
Posts: 7
Joined: Apr 2008
Reputation: 0
Post: #104
Hi, I've updated to the latest git and now I'm getting the following errors.
I had python 2.65 installed. I've installed cherrypy 3.1.2 but still getting the errors. Am I missing something else?

Thanks


D:\Downloads\RuudBurger-Movie-Manager-92a702c>moviemanager
[02/Jul/2010:16:59:34] ENGINE Listening for SIGTERM.
[02/Jul/2010:16:59:34] ENGINE Bus STARTING
[02/Jul/2010:16:59:34] ENGINE Set handler for console events.
[02/Jul/2010:16:59:34] ENGINE Started monitor thread '_TimeoutMonitor'.
[02/Jul/2010:16:59:40] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x00E83710>>
Traceback (most recent call last):
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\servers.py", line 53, in start
wait_for_free_port(*self.bind_addr)
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\servers.py", line 251, in wait_for_free_port
raise IOError("Port %r not free on %r" % (port, host))
IOError: Port 5000 not free on '0.0.0.0'

[02/Jul/2010:16:59:40] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\wspbus.py", line 184, in start
self.publish('start')
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\servers.py", line 53, in start
wait_for_free_port(*self.bind_addr)
File "D:\Downloads\RuudBurger-Movie-Manager-92a702c\cherrypy\process\servers.py", line 251, in wait_for_free_port
raise IOError("Port %r not free on %r" % (port, host))
IOError: Port 5000 not free on '0.0.0.0'

[02/Jul/2010:16:59:40] ENGINE Bus STOPPING
[02/Jul/2010:16:59:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 5000)) already shut down
[02/Jul/2010:16:59:40] ENGINE Stopped thread '_TimeoutMonitor'.
[02/Jul/2010:16:59:40] ENGINE Removed handler for console events.
[02/Jul/2010:16:59:45] ENGINE Bus STOPPED
[02/Jul/2010:16:59:45] ENGINE Bus EXITING
[02/Jul/2010:16:59:45] ENGINE Bus EXITED
find quote
HarryRosen Offline
Senior Member
Posts: 255
Joined: Dec 2009
Reputation: 0
Post: #105
will using mounted drives instead of unc and see what happens
find quote
Hackworth Offline
Junior Member
Posts: 7
Joined: Jul 2010
Reputation: 0
Post: #106
Bilbo, are you sure MM isn't already running? You could try changing the port in the config file.
find quote
HarryRosen Offline
Senior Member
Posts: 255
Joined: Dec 2009
Reputation: 0
Post: #107
Hackworth that worked I used the drive letters no my homeserver instead of the unc and it moved. The only thing is the original directory in the complete folder does not delete but thats not a big deal. Thank you so much it was driving me nuts

I am still getting this error in the logs but i think it's because its a WHS adn the chmod cmd

20:41:15,042 ERROR [app.lib.cron.cronRenamer] Creating directory D:\shares\Movies\The Losers (2010), chmod: 511
find quote
Bilbo Offline
Junior Member
Posts: 7
Joined: Apr 2008
Reputation: 0
Post: #108
Hackworth, I changed the port in the config to 5001 and got same error message saying port 5001 in use. I did stop the service on the older version as well.

Thanks
find quote
Hackworth Offline
Junior Member
Posts: 7
Joined: Jul 2010
Reputation: 0
Post: #109
Bilbo - You could try changing the IP from 0.0.0.0 to whatever that computer's IP is, probably 192.168.1.something, also see if you have a firewall running somewhere that could be blocking it?

HarryRosen - If you manually go into the mapped drive and delete the folder does that work? I just want to make sure it's not a simple permissions problem. If the permissions check out it's probably just a problem with shutil.move and we'll have to find something a bit more robust. Either way, it should be a quick fix, I'll try setting up a Windows install tomorrow to see if I can duplicate the problem. As far as the chmod error goes, you can safely ignore it since chmod is for Linux/OS X permissions. It'll be simple to make it not try to chmod on windows.
find quote
Bobb25 Offline
Junior Member
Posts: 33
Joined: Jun 2008
Reputation: 0
Post: #110
This may already have been answered, but is it possible to have a catagory which includes: DVDRIP, R5 and DVDSCR? This would cover pretty much everything that i would bother to download with HD stuff reserved as special occasions.
find quote
Post Reply