-
Notifications
You must be signed in to change notification settings - Fork 2
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
Authentication error not caught and leads to xmldom error loop #23
Comments
Hey, I haven't quite the necessary bandwidth to look at this at the moment, are you able to reproduce easily ? I think the best way to debug this would be to add logs in this file :
Tell me if you succeed and what kind of register response you receive (the raw xmlText that is received in parseRegisterResponse). Thanks ! |
@KudMath not sure if I'm having the same issue as you - but this is what the XML response is that I'm getting: <error><customer_not_found>No customer found for this e-mail address and password.</customer_not_found></error> Will continue to debug and see whats up. Edit: |
I too am having this issue, unfortunately @nebriv's fix is not working. This is the xmlText: |
I'm getting an xmldom error when registering a new device.
[xmldom error] element parse error: TypeError: source.indexOf is not a function @#[line:0,col:undefined]
The text was updated successfully, but these errors were encountered: