We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2022-01-09 09:33:40 ERROR TRACEBACK Traceback (most recent call last): File "/app/./genshincheckinhelper/main.py", line 245, in run_task raw_result = func(cookie) File "/app/./genshincheckinhelper/main.py", line 90, in task2 r = t.sign() File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 114, in sign user_data = self.user_data File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 103, in user_data current_reward = self.current_reward File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 84, in current_reward return [ File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 85, in self.get_current_reward(i['total_sign_day'], i['is_sign']) KeyError: 'total_sign_day' 2022-01-09 09:33:40 INFO RESULT: 🏆 原神签到福利 ☁️ ✔ 0 · ✖ 1 🌈 No.1: 'total_sign_day'
2022-01-09 09:33:40 INFO Preparing to send notification ... 2022-01-09 09:33:43 INFO End of process run
The text was updated successfully, but these errors were encountered:
解决了,之前的cookie没有account_id和cookie_token重新登陆就有了
Sorry, something went wrong.
No branches or pull requests
2022-01-09 09:33:40 ERROR TRACEBACK
Traceback (most recent call last):
File "/app/./genshincheckinhelper/main.py", line 245, in run_task
raw_result = func(cookie)
File "/app/./genshincheckinhelper/main.py", line 90, in task2
r = t.sign()
File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 114, in sign
user_data = self.user_data
File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 103, in user_data
current_reward = self.current_reward
File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 84, in current_reward
return [
File "/usr/local/lib/python3.10/site-packages/genshinhelper/core.py", line 85, in
self.get_current_reward(i['total_sign_day'], i['is_sign'])
KeyError: 'total_sign_day'
2022-01-09 09:33:40 INFO RESULT:
🏆 原神签到福利
☁️ ✔ 0 · ✖ 1
🌈 No.1:
'total_sign_day'
2022-01-09 09:33:40 INFO Preparing to send notification ...
2022-01-09 09:33:43 INFO End of process run
The text was updated successfully, but these errors were encountered: