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

python error 'last name' #30

Closed XcPlease closed 2 years ago

XcPlease commented 3 years ago
self.last_name = json_user_data["last_name"]

KeyError: 'last_name'

any help?

fazalfarhan01 commented 3 years ago

What OS are you on and what version of this software are you using?

Yariya commented 3 years ago

Might be an problem from your google auth

MrAuronTV commented 2 years ago
self.last_name = json_user_data["last_name"]

KeyError: 'last_name'

any help?

Hello i have the same issue and i solved it, you doesnt have last name on your google account, check on it, and delete your cookie and relog on earnapp with your google account, and get your auth refresh token, it works for me

fazalfarhan01 commented 2 years ago

@MrAuronTV Do you mean the error is shown for people who don't have a last name setup in google account? So you set your last name on google and it worked?

MrAuronTV commented 2 years ago

@fazalfarhan01 Yep it work for me, just recreate cookie for a new oauth refresh token

kouranio commented 2 years ago

hello, i tried to remove this line and after starting the start.sh it worked, so i guess it's not really needed

fazalfarhan01 commented 2 years ago

@kouranio Will be fixed in the next update.

fazalfarhan01 commented 2 years ago

fixed is the new release