-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of workers crashed. Cause: 'float' object cannot be interpreted as an integer #432
Comments
I cannot fix this issue with KCC 5.5.2 flatpak version in Linux Mint 20.3. Hope you could help me, Darodi! Thanks a lot! |
I added an appImage and a docker it in this fork:
Or just install from pypi or source I might add a flatpak generation if I find some time. |
Great works. Thanks for all! |
sould be fixed in version 5.6.0 |
Hi, Iḿ trying to convert my mangas to MOBI however im having issues that some of the codes are in float and not int. I've atached screenshot below for reference.
Traceback:
File "/home/jpvergara/kcc/kindlecomicconverter/comic2ebook.py", line 563, in imgFileProcessing
img.autocontrastImage()
File "/home/jpvergara/kcc/kindlecomicconverter/image.py", line 261, in autocontrastImage
self.image = ImageOps.autocontrast(Image.eval(self.image, lambda a: 255 * (a / 255.) ** gamma))
File "/usr/lib64/python3.10/site-packages/PIL/Image.py", line 3100, in eval
return image.point(args[0])
File "/usr/lib64/python3.10/site-packages/PIL/Image.py", line 1676, in point
return self._new(self.im.point(lut, mode))
The text was updated successfully, but these errors were encountered: