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
Hi,
I can launch start_us.py and did configuration of the config and auth.
But after chossing the profile following happens:
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Profiles: 0 = All | 1 = default
1
Traceback (most recent call last):
File "C:\Users\XXX\Desktop\UltimaScraper-7.4.1\start_us.py", line 62, in <module>
asyncio.run(main())
File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\XXX\Desktop\UltimaScraper-7.4.1\start_us.py", line 44, in main
_api = await USR.start(
^^^^^^^^^^^^^^^^
File "C:\Users\XXX\Desktop\UltimaScraper-7.4.1\ultima_scraper\ultima_scraper.py", line 50, in start
await self.start_datascraper(datascraper)
File "C:\Users\XXX\Desktop\UltimaScraper-7.4.1\ultima_scraper\ultima_scraper.py", line 88, in start_datascraper
setup, _subscriptions = await datascraper.account_setup(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-QeOieyPg-py3.11\Lib\site-packages\ultima_scraper_collection\modules\module_streamliner.py", line 415, in account_setup
auth.auth_details.email
^^^^^^^^^^^^^^^^^
AttributeError: 'AuthModel' object has no attribute 'auth_details'. Did you mean: 'get_auth_details'?
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
-
Hi,
I can launch start_us.py and did configuration of the config and auth.
But after chossing the profile following happens:
Any Ideas? :(
Beta Was this translation helpful? Give feedback.
All reactions