PixivCrawlerIII icon indicating copy to clipboard operation
PixivCrawlerIII copied to clipboard

Pydroid 3 run raise a [OSError]

Open Neod0Matrix opened this issue 6 years ago • 0 comments

If you run this crawler in Android Pydroid 3 Application, you will get a [OSError] because Android defaults to mounting the root partition as read-only. If you really want to run crawler on your Android phone, you need to change the default storage path, it's here: dataload.py L50, change it to a writable directory, for example like "/sdcard/Crawler/".

Neod0Matrix avatar Nov 01 '18 06:11 Neod0Matrix