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

Invalid parameter while pairing with VIZIO Tv #41

Open
VishV-Android opened this issue Oct 5, 2023 · 2 comments
Open

Invalid parameter while pairing with VIZIO Tv #41

VishV-Android opened this issue Oct 5, 2023 · 2 comments

Comments

@VishV-Android
Copy link

VishV-Android commented Oct 5, 2023

By using this URL -> https://192.168.1.10:7345/pairing/start (put request type) , I am able to get 4 digit pin on the TV screen.
But after then when I use this -> https://192.168.1.10:7345/pairing/pair (put request type) with 4 body parameter which are,

{"key":"DEVICE_ID","value":"57b582c6-42c4-4b96-b335-7c6de689aac2"},
{"key":"RESPONSE_VALUE","value":"1898"},
{"key":"PAIRING_REQ_TOKEN","value":"870080"},
{"key":"CHALLENGE_TYPE","value":"1"}

I am passing this parameter as body but I am getting this as response ,
{
"STATUS": {
"RESULT": "INVALID_PARAMETER",
"DETAIL": "Invalid parameter"
}
}
Note: This request made in postman but still not working.
Is anyone getting same issue?

@enskyeing
Copy link

Did you ever figure this out?

@VishV-Android
Copy link
Author

@enskyeing Yes, I have figured this out. This request is not working in the Postman but when I requested using OkHttp3 in my project then it was working fine.

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

2 participants