xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
646 stars 58 forks source link

Error with new method #60

Closed 0xh3LL0 closed 3 years ago

0xh3LL0 commented 3 years ago

tried changing 3000ms to 8000ms, manga is free, tried on both logged in and not, still have the same error. link: https://bookwalker.jp/dea84a274c-a74d-4285-986a-cc71054c5613/ error233

huglovefan commented 3 years ago
  1. did you check if any pages have been downloaded? "network error in worker" can appear even when using the site normally so it could be a harmless message

  2. did you remember to start the browser using the command line written in the readme? especially --no-sandbox might be required for it to be able to write the images to the output directory

if the output directory doesn't exist, try to create it and make sure you're able to write files to it without admin rights

0xh3LL0 commented 3 years ago
  1. no downloaded pages, no uuid folder either error22333

  2. yes, i copy and paste the command without remove the --no-sandbox output directory is exist, i create it manually

huglovefan commented 3 years ago

is there nothing in C:\bw_export_data? that screenshot looks like chrome's profile directory and it looks normal, pages and uuid folders aren't downloaded there but to bw_export_data on the drive root

0xh3LL0 commented 3 years ago

looks like i didnt read carefully, since the command says bw-downloader-profile i thought the downloaded pages are there as well, turns out i download it 3 times in bw_export_data thanks.