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

Unknown error for pwd - Extra data: line 1 column 2 (char 1); Response - 00005 #19

Open
Lisoveliy opened this issue Jan 16, 2024 · 15 comments

Comments

@Lisoveliy
Copy link

Hi, I use router named Archer A64, so I tried use this integration for my HA. When I setup the integration I got error: Unknown error for pwd - Extra data: line 1 column 2 (char 1); Response - 00005
image
My router support local auth and I try using public domain instead of local IP, http and https protocols in "Host" input and switching checkbox Verify ssl for https connection so nothing work. Can you add support for my router, I will get you all necessary information for that.

@AlexandrErohin
Copy link
Owner

As I don't have an opportunity to test your router, it would be great if you could add support for your router to this client https://github.com/AlexandrErohin/TP-Link-Archer-C6U

@Lisoveliy
Copy link
Author

Okay... I will try at this weekends ;)

@Awayreality
Copy link

Same thing for me. Any chance this error occurs with the archer c80 ac1900?

@AlexandrErohin
Copy link
Owner

@Lisoveliy @Awayreality Please try new version - As TP-link Archer C1200 v2.0 support with different login process was added - your router may also be supported now

@Awayreality
Copy link

@Lisoveliy @Awayreality Please try new version - As TP-link Archer C1200 v2.0 support with different login process was added - your router may also be supported now

thank you so much for the reply and all the support and updates.
Now I get the web encryption password issue. I followed the documentation but using the javascript command I dont get a result
document.getElementById("login-password").value;
Uncaught TypeError: document.getElementById(...) is null

@Lisoveliy
Copy link
Author

yep, me to :) I'm researching other id on document or fields that my be responsible for this.

@AlexandrErohin
Copy link
Owner

What is your router hardware version?

Could you try to use document.getElementById("pcPassword").value ?

@Awayreality
Copy link

What is your router hardware version?

Could you try to use document.getElementById("pcPassword").value ?

doesnt work either. been trying for a bit now to find what is the right value command.

HW version: Archer C80 2.20

@AlexandrErohin
Copy link
Owner

AlexandrErohin commented Feb 13, 2024

Could you try this steps?

  1. Go to the webinterface of you TP-link router and open the developertools(ctrl+shift+i or F12).
  2. In the developertools navigate to the network tab.
  3. Make sure the recoder is enabeld.
  4. Login to you wifi router
  5. There should appear activity in the networking tab.
  6. Scroll up until you find "login?form=login" and click it.
  7. Click payload, and copy the string of characters, it should be a long string.
  8. This is the web encrypted password.

@Awayreality
Copy link

any chance thats not the name of file?

@AlexandrErohin
Copy link
Owner

what do you mean?

@Awayreality
Copy link

just not sure where to find "login?form=login"

@AlexandrErohin
Copy link
Owner

In browser you open webinterface of you TP-link router. Then open in browser window developertools(ctrl+shift+i or F12).
There should be the network tab. and after login you will see list of requests to your router.
One of them should be like ...login?form=login

@Awayreality
Copy link

I see a lot being in the network tab but not the one you mention unfortunately

@AlexandrErohin
Copy link
Owner

Lets try to add support for your router - https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/CONTRIBUTING.md

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

3 participants