yeah, will make some kind of check in there. Thanks
@fanclerks
Log and your settings would be nice, yes. You could PM them, to keep the thread clean

Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/home/****/CouchPotato/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/home/****/CouchPotato/cherrypy/lib/encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/home/****/CouchPotato/app/config/render.py", line 14, in __call__
return self.template.render_unicode(**env)
File "/home/****/CouchPotato/library/mako/template.py", line 198, in render_unicode
as_unicode=True)
File "/home/****/CouchPotato/library/mako/runtime.py", line 403, in _render
_render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
File "/home/****/CouchPotato/library/mako/runtime.py", line 434, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/home/****/CouchPotato/library/mako/runtime.py", line 457, in _exec_template
callable_(context, *args, **kwargs)
File "_base_html", line 61, in render_body
File "/home/****/CouchPotato/app/config/updater.py", line 88, in checkForUpdate
self.updateAvailable = update.get('name').replace('.tar.gz', '') not in history
AttributeError: 'bool' object has no attribute 'get'
I'm having exactly the problem of the first quote and don't quite understand the second quoteOrbi wrote:Install the latest dependencies package 2.0 from the unraid forum. The Lockstockmod uses 1.3.Bigmonty wrote: Has anyone got this running on an unraid server yet? I have Sabnzdb and Sickbeard running fine but I cannot for the life of me get this to run?
All I have done is add "python /mydirectory/CouchPotato.py to my "Go" file but it throws back some error install loggers taking onyl 2 arguements not three or something similar.
Any help appreciated.
If it still doesn't work, maybe CP is launched while the dependencies have not been completely loaded. Try to insert "sleep 10" (without "") in your go file between the dependencies line and nohup python /mydirectory/CouchPotato.py -d &. The sleep command will tell the OS to wait 10 seconds before processing the rest of the script.