This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
Not working after choose the subcription #1065
Replies: 1 comment
-
I solved it by removing the "id" line from the auth.json |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python version: 3.10.3
I have configured the auth.json:
But when I choose the Onlyfans subscription in the start_us.py I get this error:
Traceback (most recent call last): File "C:\Users\user\Documents\scrapter\clone\UltimaScraper\start_us.py", line 62, in <module> asyncio.run(main()) File "C:\Python310\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete return future.result() File "C:\Users\user\Documents\scrapter\clone\UltimaScraper\start_us.py", line 44, in main _api = await USR.start( File "C:\Users\user\Documents\scrapter\clone\UltimaScraper\ultima_scraper\ultima_scraper.py", line 50, in start await self.start_datascraper(datascraper) File "C:\Users\user\Documents\scrapter\clone\UltimaScraper\ultima_scraper\ultima_scraper.py", line 135, in start_datascraper final_job_user_list = await datascraper.configure_datascraper_jobs() File "C:\Users\user\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-GMy_Hwx6-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\user\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-GMy_Hwx6-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\user\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-GMy_Hwx6-py3.10\lib\site-packages\ultima_scraper_api\apis\onlyfans\classes\auth_model.py", line 260, in get_chats result["lastMessage"] = create_message( File "C:\Users\user\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-GMy_Hwx6-py3.10\lib\site-packages\ultima_scraper_api\apis\onlyfans\classes\message_model.py", line 14, in __init__ author = user.get_authed().find_user_by_identifier(option["fromUser"]["id"]) TypeError: 'NoneType' object is not subscriptable
Any idea? Thanks
Beta Was this translation helpful? Give feedback.
All reactions