domenic / worm-scraper

Scrapes the web serial Worm and its sequel Ward into an eBook format
Other
196 stars 47 forks source link

`worm-scraper download` hangs after downloading a few chapters #20

Closed brachbach closed 3 years ago

brachbach commented 3 years ago

Didn't look into why.

I hacked around it with this fish script:

function retryworm
    timeout 10 worm-scraper download
end
brachbach commented 3 years ago

I ran the script on Node v10.16.3, that might have been the problem

domenic commented 3 years ago

Let me know if it gets better on newer Node. However I rarely download in local development, so it's possible the code is not as resilient to transient issues as it should be.

domenic commented 3 years ago

I haven't seen this recently, despite a few download runs, so I'll close it for now... The logging has been updated a bit which could help, if it's still an issue.