Sam Davis

Results 35 comments of Sam Davis

Whilst not extensive, I have just updated to include slightly more logging around networking errors in #182 Are you able to pull the latest and run again to see if...

In general these CSRF related issues point to the fact that your login did not 100% succeed (for whatever reason). Whilst I am working to improve this — for now,...

Thanks for the reports! I ~think I will split off the offset fix into its own PR then.~

I *think* I found the culprit of only downloading 200 books. Was a simple fix so will keep in this PR for now. @jsonbecker / @HamsterExAstris I would really appreciate...

Whilst I can't know for certain for your library. In my testing 404 errors indicate that the item you're trying to download is simply not downloadable. If you would like...

This is likely a good case for using the `--manualAuth` option. Can you confirm if that allows you to manually login and fill the CAPTCHA?

Looks like you're just getting a prettier error in the build. Running the following and committing the changes should fix it up. `bunx prettier . --write`

Weird! I'm going to merge this as is so the information is in the readme, I'll try and work out what's going wrong with CI later 🙂

@keithzg I'm not entirely sure why you're attempting to install firefox? This tool is only designed/tested with puppeteer's chrome implementation. The correct command for installing the required browser is: ```bash...

@rsholmes wondering if you're still having issues with this? I've slimmed down the dependencies a little bit on this app in the hopes that install steps are less error prone....