rksm / patreon-scraper

MIT License
24 stars 5 forks source link

Error's due to addition of captcha #7

Closed jmeachum closed 2 years ago

jmeachum commented 2 years ago

I received the following error: /Users/username/code/patreon-scraper/fetch_data.ts:78 const data = JSON.parse(rawData) as PostData;

I then added a console log output of the rawData to see what was going on and got the following: `got session_id DRAnFiwLv8jPA48pyqxQBMXJY887drF_lGb15GlhPY8

patreon.com

Please enable JS and disable any ad blocker

`
dtk1985 commented 2 years ago

same error for me. i don't know how to check the console log but the first part is the same.

rksm commented 2 years ago

Yeah I'm looking into that. I think it is possible to work around this as requests in the context of the web page still work fine.