I know a few people have started using this recently (same as me) and it is a good app for getting ebooks down but it seems to have poor support at the moment as noone is managing the GIT fork and I'm having real problems with it.

It runs okay, seems to search my NZB index without a problem but I do have some issues. Was wondering if anyone else was getting the same.

1. After an author has been added if I click Search (for a particularl book) I get an error
500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.


Traceback (most recent call last):
File "/var/lazy/cherrypy/_cprequest.py", line 645, in respond
response.body = self.handler()
File "/var/lazy/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/var/lazy/cherrypy/_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "/var/lazy/lazylibrarian/webServe.py", line 265, in searchForBook
if AuthorName:
UnboundLocalError: local variable 'AuthorName' referenced before assignment
2. After a book is downloaded it still shows as 0 books downloaded in the interface

I'm running it on Ubuntu 12.04LS

Anyone else seen these issues and found a fix? I've tried several forks and none of them seem particularly stable.