Giter Club home page Giter Club logo

inmangakindle's Issues

Http Error 522 al intentar descargar

Buenas, parece ser que al intentar descargar los mangas desde InManga esta arrojando error 522 impidiendo así poder descargar los capitulos.

Entiendo que esto es un Scrapper de InManga pero hay alguna prevision para poder utilizar alguna pagina diferente?

Gracias

kindlegen

Hola, parece que kindlegen ya no esta descargable desde amazon.
Hay algun link para descargar el binario?

No instala 'kindlecomicconverter'

buenas amigo, primero que nada muy buena app, lo quise instalar hace poco y me encontre que no esta instalando la depedencia, pkg_resources.DistributionNotFound: The 'kindlecomicconverter' distribution was not found and is required by the application

Idioma

Falta una opcion para seleccionar en que idioma quieres el manga, ya que te lo baja en ingles

Choosing png format try to convert to EPUB and crash

If manga.py is executed as follow:

foo@var:~/git/InMangaKindle$ python3.6 manga.py --format png --chapters "last" Berserk
Searching Berserk...
Downloading Berserk 357
Page 1/16 (6%)
Page 2/16 (12%)
Page 3/16 (18%)
Page 4/16 (25%)
Page 5/16 (31%)
Page 6/16 (37%)
Page 7/16 (43%)
Page 8/16 (50%)
Page 9/16 (56%)
Page 10/16 (62%)
Page 11/16 (68%)
Page 12/16 (75%)
Page 13/16 (81%)
Page 14/16 (87%)
Page 15/16 (93%)
Page 16/16 (100%)
Converting to PNG...
Berserk 357
Preparing source images...
Checking images...
Processing images...
Creating EPUB file...
Traceback (most recent call last):
  File "manga.py", line 314, in <module>
    os.rename(f'{MANGA_DIR}/{chapter}{extension}', path)
FileNotFoundError: [Errno 2] No such file or directory: './manga/357.png' -> './manga/Berserk 357.png'

The script try to create a EPUB with a incorrect extension. I don't know if this step shall be skipped. Same error happen with CBR and CBZ format. The script appear to work using option --format epub:

foo@var:~/git/InMangaKindle$ python3.6 manga.py --format epub --chapters "last" Berserk
Searching Berserk...
Downloading Berserk 357
Page 1/16 (6%)      - Already exists
Page 2/16 (12%)     - Already exists
Page 3/16 (18%)     - Already exists
Page 4/16 (25%)     - Already exists
Page 5/16 (31%)     - Already exists
Page 6/16 (37%)     - Already exists
Page 7/16 (43%)     - Already exists
Page 8/16 (50%)     - Already exists
Page 9/16 (56%)     - Already exists
Page 10/16 (62%)    - Already exists
Page 11/16 (68%)    - Already exists
Page 12/16 (75%)    - Already exists
Page 13/16 (81%)    - Already exists
Page 14/16 (87%)    - Already exists
Page 15/16 (93%)    - Already exists
Page 16/16 (100%)   - Already exists
Converting to EPUB...
Berserk 357
Preparing source images...
Checking images...
Processing images...
Creating EPUB file...
DONE: /home/foo/git/InMangaKindle/manga/Berserk 357.epub

Thank you very much for the repository and your time.

ModuleNotFound error: No module called "requests"

Hello everyone. When i try to open this program by typing "phyton manga.py" or "phyton manga.py -h" it shows me a message saying:

Traceback (most recent call last):
File "manga.py", line 8, in
from requests import get, post
ModuleNotFoundError: No module named 'requests'

I dont know what i´m doing wrong.
Thank you in advance :(

id PageList cannot be found

Hi.

I tried to download a Manga using the repository. After clone and install dependencies and read the instructions I did:

python3.6 manga.py --format png --chapters "last" Berserk

and the script crash printing the website and I got the following error:

Traceback (most recent call last):
  File "manga.py", line 246, in <module>
    pages = html.find(id='PageList').find_all(True, recursive=False)
AttributeError: 'NoneType' object has no attribute 'find_all'

It seems that in the web code is not that id (I look for it in the complete trace), but using Firefox appear.
How could I fix this?

'float' object cannot be interpreted as an integer

File "....\manga.py", line 280, in cache_convert
manga2ebook(argv)

File ".....\AppData\Roaming\Python\Python310\site-packages\kindlecomicconverter\comic2ebook.py", line 74, in main
makeBook(source)

File "....\AppData\Roaming\Python\Python310\site-packages\kindlecomicconverter\comic2ebook.py", line 1089, in makeBook
imgDirectoryProcessing(os.path.join(path, "OEBPS", "Images"))
File "....\AppData\Roaming\Python\Python310\site-packages\kindlecomicconverter\comic2ebook.py", line 526, in imgDirectoryProcessing raise RuntimeError("One of workers crashed. Cause: " + workerOutput[0][0], workerOutput[0][1])
("One of workers crashed. Cause: 'float' object cannot be interpreted as an integer"
, ' File "....\AppData\Roaming\Python\Python310\site-packages\kindlecomicconverter\comic2ebook.py", line 563, in imgFileProcessing\n img.autocontrastImage()\n File "...\AppData\Roaming\Python\Python310\site-packages\kindlecomicconverter\image.py", line 258, in autocontrastImage\n self.image = ImageOps.autocontrast(Image.eval(self.image, lambda a: 255 * (a / 255.) ** gamma))\n File "...\AppData\Roaming\Python\Python310\site-packages\PIL\Image.py", line 3107, in eval\n return image.point(args[0])\n File "...\AppData\Roaming\Python\Python310\site-packages\PIL\Image.py", line 1680, in point\n return self._new(self.im.point(lut, mode))\n')

ModuleNotFoundError: No module named 'kindlecomicconverter'

Cuando intento descargar algún capítulo con formato epub me aparece el siguiente error:

Traceback (most recent call last):
File "manga.py", line 291, in
from kindlecomicconverter.comic2ebook import main as manga2ebook
ModuleNotFoundError: No module named 'kindlecomicconverter'

Cuando lo intento descargar en PDF me aparece otro error:

Traceback (most recent call last):
File "manga.py", line 267, in
import img2pdf
ModuleNotFoundError: No module named 'img2pdf'

Fails when cache

Ok, there is an error on cap 493, but im not targeting it

python3 manga.py naruto --chapters 390..399 --format MOBI --rotate --single --cache

Searching naruto...
Converting to MOBI...
Naruto 390-399
Preparing source images...
Checking images...
Image file ./manga/Naruto/493/20.png is corrupted. Error: cannot identify image file '/tmp/KCC-1z339j1x/OEBPS/Images/493/20.png'

"Not Found" a tots els manga que cerc.

Hola,
He estat usant el teu codi durant uns mesos i funcionava perfecte, però fa una setmana cada vegada que cerc un manga per descarregar-lo hem surt el missatge de Not Found, no he canviat res del codi, i no se que fer perque no sé de programació, creus que podries ajudar-me?

He adjuntat una imatge del terminal.

Gràcies.
Captura de pantalla 2020-01-14 a las 11 41 59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.