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
一开始登录时,发现一直报错: SUCCES: 登录失败! WARN: unknown error.
打印具体错误信息为: { 'error': { 'message': None, 'code': 100003, 'data': { u'account': u'\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1' #请输入正确的邮箱 } } } 经浏览器确认登录,邮箱密码没有问题。 当对应邮箱的密码输错时,同样报上面的错误,很奇怪。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一开始登录时,发现一直报错:
SUCCES: 登录失败!
WARN: unknown error.
打印具体错误信息为:
{
'error': {
'message': None,
'code': 100003,
'data': {
u'account': u'\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1'
#请输入正确的邮箱
}
}
}
经浏览器确认登录,邮箱密码没有问题。
当对应邮箱的密码输错时,同样报上面的错误,很奇怪。
The text was updated successfully, but these errors were encountered: