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

Trying with E8372h-320 (CL4E8372HM01) #1

Open
evert-arias opened this issue Nov 8, 2021 · 7 comments
Open

Trying with E8372h-320 (CL4E8372HM01) #1

evert-arias opened this issue Nov 8, 2021 · 7 comments

Comments

@evert-arias
Copy link

Apparently the authentication method is not the same in this model. If anyone knows something about it, I would like to hear it, anyway I will be publishing here any progress I have.
Screenshot_1

@evert-arias
Copy link
Author

This is the error code I am getting when I try to access anything that needs authentication.
error-code-100003

@vzakharchenko
Copy link
Owner

vzakharchenko commented Nov 9, 2021

@evert-arias ,
Can you try run with parameter --rsapaddingtype="0"

@evert-arias
Copy link
Author

@vzakharchenko I tried with parameter --rsapaddingtype="0" and it makes no difference.

@wokrucinski
Copy link

same issue for me, even with parameter:

Error: Delete message error: {"error":{"code":["100003"],"message":[""]}}
at /usr/local/lib/node_modules/huawei-hilink/src/ListSMS.js:165:19
at Generator.next ()
at fulfilled (/usr/local/lib/node_modules/huawei-hilink/src/ListSMS.js:5:58)
at processTicksAndRejections (internal/process/task_queues.js:85:5)

@rebelboy
Copy link

huawei.publicKey.rsapadingtype=1
e8372 is ok

@GregoryW21
Copy link

I got error with {"error":{"code":["100003"],"message":[""]}}
my one is B311, but using wireshark, the api is also using /api/sms/send-api
I have already login successfully and can get "publicKey" from /api/user/authentication_login
however, still got 100003 error after sendsms

Anyone have new update?

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

6 participants
@vzakharchenko @rebelboy @evert-arias @wokrucinski @GregoryW21 and others