Stuck Trying to Scrape #1663
Unanswered
Diceman1212
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi have tried awhile now but cant seem to get this to work.
I get this error when I run start_ofd.py.
Site: 0 = onlyfans |
0
Traceback (most recent call last):
File "C:\Users\erics\Downloads\OnlyFans-master\OnlyFans-7.4.1\start_ofd.py", line 60, in
loop.run_until_complete(main())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2032.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "C:\Users\erics\Downloads\OnlyFans-master\OnlyFans-7.4.1\start_ofd.py", line 44, in main
api = await main_datascraper.start_datascraper(
File "C:\Users\erics\Downloads\OnlyFans-master\OnlyFans-7.4.1\datascraper\main_datascraper.py", line 48, in start_datascraper
api = main_helper.process_profiles(json_settings, proxies, site_name, api)
File "C:\Users\erics\Downloads\OnlyFans-master\OnlyFans-7.4.1\helpers\main_helper.py", line 910, in process_profiles
temp_json_auth = ujson.load(open(user_auth_filepath))
ValueError: Unrecognized escape sequence when decoding 'string'
Any Ideas Where I might start to look for the problem?
Have not really used that much python but cant seem to figure this out.
Beta Was this translation helpful? Give feedback.
All reactions