Open TheMissingPort opened 1 year 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
.
Trying to scrape Fanlsy content.
Its giving me this error:
Any ideas?
Thanks