Yariya / EarnApp-Earning-Monitor

Watches your earnings on EarnApp and notifies you when you earned balance or received an payout.
MIT License
18 stars 12 forks source link

Error when trying to start the EarnApp Monitor #53

Closed AntogamerYT closed 2 years ago

AntogamerYT commented 2 years ago

Oops, I accidentally pressed shift+enter when trying to make the issue... haha. Anyways, I get this error:

Traceback (most recent call last):
  File "/home/antogamer/EarnApp-Earning-Monitor/app/main.py", line 250, in <module>
    main()
  File "/home/antogamer/EarnApp-Earning-Monitor/app/main.py", line 71, in main
    info = AllInformation(config.WEBHOOK_URL, api, graphics)
  File "/home/antogamer/EarnApp-Earning-Monitor/app/functions.py", line 18, in __init__
    self.get_info()
  File "/home/antogamer/EarnApp-Earning-Monitor/app/functions.py", line 26, in get_info
    self.device_status = self.api.get_device_statuses()
  File "/home/antogamer/EarnApp-Earning-Monitor/app/pyEarnapp/earnapp.py", line 234, in get_device_statuses
    raise UnKnownError(
pyEarnapp.errors.UnKnownError: Failed to get device statuses. Status code: 400 Response: b'Missing CSRF token'
You can safely exit this

Yes, all the data is correct and I tried to remake the config more times.

Megalaoofania commented 2 years ago

Same issue as https://github.com/Yariya/EarnApp-Earning-Monitor/issues/50

But this is an error that most people should be getting right now.

luisbaker commented 2 years ago

Due to this error unusable so please do an update

Yariya commented 2 years ago

All issues will be resolved this week.

Yariya commented 2 years ago

Fixed