i'm running the git version since yesterday and it all worked fine but this morning i checked CP and got this (internal server) error.
09:47:35 ERROR [ app.config.updater] Failed to open
http://github.com/RuudBurger/CouchPotato/tarball/master.
09:47:35 INFO [18/Oct/2010:09:47:35] HTTP
Request Headers:
COOKIE: showDetails=true; Plush2Refresh=30; ja_purity_tpl=ja_purity; fontSize=100; jqCookieJar_tablesorter=%7B%22showListTable%22%3A%5B%5B5%2C1%5D%2C%5B1%2C0%5D%5D%7D; session_id=6a8cbef99fc44561bc7747eb8b28bf191b98bd7a
HOST: 192.168.1.5:5000
KEEP-ALIVE: 115
CONNECTION: keep-alive
Remote-Addr: 192.168.1.20
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
USER-AGENT: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0C)
ACCEPT-LANGUAGE: en-us,en;q=0.5
ACCEPT-ENCODING: gzip,deflate
09:47:35 ERROR [18/Oct/2010:09:47:35] HTTP Traceback (most recent call last):
File "D:\GIT\CouchPatato\CouchPotato\cherrypy\_cprequest.py", line 660, in respond
response.body = self.handler()
File "D:\GIT\CouchPatato\CouchPotato\cherrypy\lib\encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "D:\GIT\CouchPatato\CouchPotato\app\config\render.py", line 14, in __call__
return self.template.render_unicode(**env)
File "D:\GIT\CouchPatato\CouchPotato\library\mako\template.py", line 198, in render_unicode
as_unicode=True)
File "D:\GIT\CouchPatato\CouchPotato\library\mako\runtime.py", line 403, in _render
_render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
File "D:\GIT\CouchPatato\CouchPotato\library\mako\runtime.py", line 434, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "D:\GIT\CouchPatato\CouchPotato\library\mako\runtime.py", line 457, in _exec_template
callable_(context, *args, **kwargs)
File "_base_html", line 69, in render_body
File "D:\GIT\CouchPatato\CouchPotato\app\config\updater.py", line 90, in checkForUpdate
self.updateAvailable = update.get('name').replace('.tar.gz', '') not in history
AttributeError: 'bool' object has no attribute 'get'