Skip to content
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

Crash right after login #2092

Open
MarioVilas opened this issue Mar 19, 2024 · 2 comments
Open

Crash right after login #2092

MarioVilas opened this issue Mar 19, 2024 · 2 comments

Comments

@MarioVilas
Copy link

Traceback (most recent call last):
  File "/home/parallels/UltimaScraper/start_us.py", line 62, in <module>
    asyncio.run(main())
  File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/home/parallels/UltimaScraper/start_us.py", line 44, in main
    _api = await USR.start(
  File "/home/parallels/UltimaScraper/ultima_scraper/ultima_scraper.py", line 50, in start
    await self.start_datascraper(datascraper)
  File "/home/parallels/UltimaScraper/ultima_scraper/ultima_scraper.py", line 88, in start_datascraper
    setup, _subscriptions = await datascraper.account_setup(
  File "/home/parallels/.cache/pypoetry/virtualenvs/ultima-scraper-QnDTDjBS-py3.10/lib/python3.10/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'?
@Nairelaav
Copy link

Nairelaav commented Mar 23, 2024

I had the same issue today, this comment solved it for me: #2054 (comment)

@reahari
Copy link
Contributor

reahari commented Mar 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@MarioVilas @reahari @Nairelaav and others