-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'hasMore' #2116
Comments
...anyone have a fix?... |
I don't have a fix but I am getting this error and doing a little debugging I can see that all the requests are returning with 400 errors |
I've been unable to use it for over 2 months |
I also have the same problem, any update? |
I also encountered this problem, and it was the first time I used the script. Does anyone know how to fix it? |
I found the only fix I could do... OFSCRAPER... there is little to no support here... :( |
You may be able to bypass the issue by modifying line 109 in Additionally, after making this change, you may need to update |
Hi, could you please explain how to do the last step and update the python3.11/site-packages/ultima_scraper_api/apis/onlyfans/init.py file? I'm using Windows and currently facing the same issue as this guy #2121 (comment). Thx! |
Sure, here is my modified |
hi, i recently updated the scraper and since then i am having the following error:
Traceback (most recent call last):
File "C:\Users\K-Rig-3\Documents\GitHub\UltimaScraper\start_us.py", line 62, in
asyncio.run(main())
File "C:\Users\K-Rig-3\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\K-Rig-3\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "C:\Users\K-Rig-3\Documents\GitHub\UltimaScraper\start_us.py", line 44, in main
_api = await USR.start(
File "C:\Users\K-Rig-3\Documents\GitHub\UltimaScraper\ultima_scraper\ultima_scraper.py", line 50, in start
await self.start_datascraper(datascraper)
File "C:\Users\K-Rig-3\Documents\GitHub\UltimaScraper\ultima_scraper\ultima_scraper.py", line 135, in start_datascraper
final_job_user_list = await datascraper.configure_datascraper_jobs()
File "C:\Users\K-Rig-3\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-0mhZ01bQ-py3.10\lib\site-packages\ultima_scraper_collection\modules\module_streamliner.py", line 109, in configure_datascraper_jobs
chat_users = await self.get_chat_users()
File "C:\Users\K-Rig-3\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-0mhZ01bQ-py3.10\lib\site-packages\ultima_scraper_collection\modules\module_streamliner.py", line 427, in get_chat_users
chats = await authed.get_chats()
File "C:\Users\K-Rig-3\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-0mhZ01bQ-py3.10\lib\site-packages\ultima_scraper_api\apis\onlyfans\classes\auth_model.py", line 255, in get_chats
has_more = results[-1]["hasMore"]
KeyError: 'hasMore'
any suggestions? thank you!
The text was updated successfully, but these errors were encountered: