• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 188
CouchPotato - Automatic Movie Downloader via NZB & Torrents
#91
Great about the alternative naming, not a huge issue but if you can fix it great.

As for movie destination is there something i need to change it sabnzb movies/script?
Reply
#92
well i got a couple of the movies to move that were in the complete directory, but i had to restart the program, I still must be missing something. could it be that i updated to the latest version of sabnzbd 5.3 maybe it's not responding properly?
Reply
#93
Please check your log, it should say something about renaming etc (lib.cron.cronRenamer)

I reported a bug to TheMovieDB, as there is something wrong with the alternative naming data..
Reply
#94
08:56:38,293 INFO [app.lib.cron.cronRenamer] Found via last resort searching.
08:56:38,293 INFO [app.lib.cron.cronRenamer] Moving file "\\HOMESERVER\Complete\Movies\From_Paris_With_Love\From.Paris.With.Love.mkv" to \\HOMESERVER\Movies\From Paris With Love (2010)\From Paris With Love.mkv.
08:56:38,293 ERROR [app.lib.cron.cronRenamer] Creating directory \\HOMESERVER\Movies\From Paris With Love (2010), chmod: 511

found that in the log, this moved when i restarted MM,

then later in log i find

09:01:48,388 INFO [app.lib.cron.cronRenamer] Found movie via History.

but nothing happens after that.

Also once it moves it it suppose to delete the file from the original directory?
Reply
#95
Just restarted mine and got this

14:21:44,586 INFO [app.lib.sabNzbd] Result text from SAB: ok
14:21:44,586 INFO [app.lib.sabNzbd] NZB sent to SAB successfully.
14:29:23,551 INFO [app.config.db] Initializing Database.
14:29:23,563 INFO [app.lib.cron] Starting Cronjobs.
14:29:23,563 INFO [app.lib.provider.nzb.sources.nzbs] Using NZBs.org provider
14:29:23,563 INFO [app.lib.provider.movie.sources.theMovieDb] Using TheMovieDb provider.
14:29:23,563 INFO [app.lib.provider.movie.sources.imdbWrapper] Using IMDB provider.
14:29:23,947 INFO [app.lib.cron.cronNzb] NzbCron thread is running.
14:29:23,947 INFO [app.lib.cron.cronTrailer] TrailerCron thread is running.
14:29:23,947 INFO [app.lib.cron.cronRenamer] Renamer thread is running.
14:29:29,141 INFO [app.lib.cron] Stopping Cronjobs.
14:29:29,947 INFO [app.lib.cron.cronNzb] NzbCron has shutdown.
14:29:30,948 INFO [app.lib.cron.cronTrailer] TrailerCron shutting down.
14:29:33,948 INFO [app.lib.cron.cronRenamer] Renamer has shutdown.
Reply
#96
The renamer seems to get stuck somewhere, I'll go and check it out. Thanks!
Reply
#97
Thanks
Reply
#98
HarryRosen - It looks like you're using a UNC path to access your home server? Can you try mounting your shares and changing the MM config to the mounted drives?

RuudBurger - Why is it trying to move the file then create the directory?
Reply
#99
Could one of you be so kind to overwrite /app/lib/nzb/nzbRenamer.py with http://cl.ly/456d0cc1aa4fbd8e58b3

Remove your log, restart and try to do a download again. So I can see where the logging stops (I added a log rule to each line in the rename function Wink )

Then post the logging results here, or PM me to keep the forum clean.
Reply
Hmm is this for github only (got windows version) As that folder (nzb) is not there on mine
Reply
Yes only on git version, not the binary.
Reply
So folder forwarding only works on github then?
Reply
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.
Reply
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
Reply
will using mounted drives instead of unc and see what happens
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 188

Logout Mark Read Team Forum Stats Members Help
CouchPotato - Automatic Movie Downloader via NZB & Torrents11