You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
Hello been trying to get this to work forever. At first had issues with having to new of a version of python and establishing path but with all of that figured out I am still getting an error message:
Traceback (most recent call last):
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\start_us.py", line 62, in
asyncio.run(main())
File "C:\Users\borch\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\borch\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 641, in run_until_complete
return future.result()
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\start_us.py", line 44, in main
_api = await USR.start(
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 50, in start
await self.start_datascraper(datascraper)
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 67, in start_datascraper
await self.process_profiles(api, global_settings)
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 166, in process_profiles
temp_json_auth = main_helper.import_json(user_auth_filepath)
File "C:\Users\borch\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-Wv6nX-MP-py3.10\lib\site-packages\ultima_scraper_api\helpers\main_helper.py", line 170, in import_json
json_file = orjson.loads(o_file.read())
orjson.JSONDecodeError: unexpected control character in string: line 6 column 14 (char 206)
This is after I select only fans and have filled out my AUTH. Any idea what is happening here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello been trying to get this to work forever. At first had issues with having to new of a version of python and establishing path but with all of that figured out I am still getting an error message:
Traceback (most recent call last):
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\start_us.py", line 62, in
asyncio.run(main())
File "C:\Users\borch\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\borch\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 641, in run_until_complete
return future.result()
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\start_us.py", line 44, in main
_api = await USR.start(
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 50, in start
await self.start_datascraper(datascraper)
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 67, in start_datascraper
await self.process_profiles(api, global_settings)
File "C:\Users\borch\Downloads\UltimaScraper-master\UltimaScraper-master\ultima_scraper\ultima_scraper.py", line 166, in process_profiles
temp_json_auth = main_helper.import_json(user_auth_filepath)
File "C:\Users\borch\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-Wv6nX-MP-py3.10\lib\site-packages\ultima_scraper_api\helpers\main_helper.py", line 170, in import_json
json_file = orjson.loads(o_file.read())
orjson.JSONDecodeError: unexpected control character in string: line 6 column 14 (char 206)
This is after I select only fans and have filled out my AUTH. Any idea what is happening here?
Beta Was this translation helpful? Give feedback.
All reactions