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

Failed with Error Code 108006 #228

Open
sudakochan opened this issue Dec 3, 2024 · 4 comments
Open

Failed with Error Code 108006 #228

sudakochan opened this issue Dec 3, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@sudakochan
Copy link

Describe the bug

https://github.com/jinxo13/HuaweiB525Router

In the method of this project, login is successful, but with "huawei-lte-api", I get the error "108006" and cannot log in.

To Reproduce

When specifying the connection as http://user:[email protected]/, it fails.

The following code, which does not require login, works:

from huawei_lte_api.Client import Client
from huawei_lte_api.Connection import Connection
with Connection('http://192.168.1.x/') as connection:
    client = Client(connection)
    print(client.monitoring.status())

Device details:

  • Device Name: B610h-72a (and several similar devices)

Thank you for creating this project!

@Salamek
Copy link
Owner

Salamek commented Dec 3, 2024

Looks like that library & router uses different login mechanism... that is not supported by my router or by this library (yet)

@Salamek Salamek added the enhancement New feature or request label Dec 3, 2024
@sudakochan
Copy link
Author

Thank you for your reply. Is "B525s-65a" outside of supported devices?

@Salamek
Copy link
Owner

Salamek commented Dec 3, 2024

Currently yes, i don't have B525s-65a to test implementing that login mechanism and i was unable to get that login mechanism working (using https://github.com/jinxo13/HuaweiB525Router) on my B310s-22

@sudakochan
Copy link
Author

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants