UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
4k stars 608 forks source link

orjson.JSONDecodeError: invalid escaped character in string: line 120 column 15 (char 3088) #2020

Open TheMissingPort opened 1 year ago

TheMissingPort commented 1 year ago

Trying to scrape Fanlsy content.

Its giving me this error:

orjson.JSONDecodeError: invalid escaped character in string: line 120 column 15 (char 3088)

Any ideas?

Thanks

VincentOostelbos commented 4 months ago

I'm getting something similar when trying to scrape OF content:

orjson.JSONDecodeError: invalid escaped character in string: line 80 column 15 (char 1925)

It's talking about the file \helpers\main_helper.py.

EDIT: In my case, it was because I had used the wrong slash (\ instead of /) for the folders in config.json.