DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
732 stars 70 forks source link

Separate issues / same magazine have the same cover photo with different front pages? #610

Closed MrMxyzptlk closed 7 years ago

MrMxyzptlk commented 7 years ago

I've had this issue for a while, but since your killing it, I figured I would throw it out. Using the example of Amped Asia I have 3 or 4 issues that show the same cover photo in LL, but if you open the PDF's they are all different. If I open all of the issues for this mag with Calibre, it shows all the correct cover photos?

MrMxyzptlk commented 7 years ago

Nevermind...I believe these are the same issue with different filenames post names.

On another cover creation note. I'm running what worked before...to re create covers...and I'm getting 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 "Z:\Applications\lazylibrarian\cherrypy_cprequest.py", line 670, in respond response.body = self.handler() File "Z:\Applications\lazylibrarian\cherrypy\lib\encoding.py", line 217, in call self.body = self.oldhandler(*args, *kwargs) File "Z:\Applications\lazylibrarian\cherrypy_cpdispatch.py", line 61, in call return self.callable(self.args, **self.kwargs) File "Z:\Applications\lazylibrarian\lazylibrarian\webServe.py", line 1839, in api from lazylibrarian.api import Api File "Z:\Applications\lazylibrarian\lazylibrarian\api.py", line 616 addAuthorToDB('', refresh=False, self.id) SyntaxError: non-keyword arg after keyword arg

philborman commented 7 years ago

Yep, that's a bug. Strangely it doesn't happen here. Maybe some versions of python are more fussy than others? What version python are you running, just in case its not that.

On Thu, 19 Jan 2017 at 00:46 MrMxyzptlk notifications@github.com wrote:

Nevermind...I believe these are the same issue with different filenames post names.

On another cover creation note. I'm running what worked before...to re create covers...and I'm getting 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 "Z:\Applications\lazylibrarian\cherrypy_cprequest.py", line 670, in respond response.body = self.handler() File "Z:\Applications\lazylibrarian\cherrypy\lib\encoding.py", line 217, in call self.body = self.oldhandler(*args, *kwargs) File "Z:\Applications\lazylibrarian\cherrypy_cpdispatch.py", line 61, in call return self.callable(self.args, **self.kwargs) File "Z:\Applications\lazylibrarian\lazylibrarian\webServe.py", line 1839, in api from lazylibrarian.api import Api File "Z:\Applications\lazylibrarian\lazylibrarian\api.py", line 616 addAuthorToDB('', refresh=False, self.id) SyntaxError: non-keyword arg after keyword arg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/610#issuecomment-273638520, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHORT-M6jMqg-nsw344qYCq42vHk0aks5rTqRKgaJpZM4LnhX6 .

MrMxyzptlk commented 7 years ago

2.7.10

philborman commented 7 years ago

Maybe it's that, I'm on 2.7.9 Bug needed fixing anyway, I have done that one, just looking if there are any other similar ones lurking.

On Thu, 19 Jan 2017, 12:28 MrMxyzptlk, notifications@github.com wrote:

2.7.10

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/610#issuecomment-273751813, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHOahN6g4p3OBt73s1hiYlFuwBxv50ks5rT0jAgaJpZM4LnhX6 .