Video endpoint not working
See original GitHub issueDescribe the bug Video api endpoint changed
To Reproduce Steps to reproduce the behavior:
- Log in
- Retrieve token and network ids
- Attempt to get list of videos, platform throws exception and fails
Expected behavior
- Be able to extract videos from correct api endpoint
- do not stall platform initialization due to video api endpoint changing
Home Assistant version (if applicable): 0.85.1
blinkpy
version (not needed if filling out Home Assistant version): 0.11.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
video not working - Cisco Community
Hi. i have Cisco telepresence MX800 when i make call between telepresence and IP phone the first Phone can make video call but...
Read more >Endpoint activation troubleshooting tips - Pexip Service Help
Here's help with issues that can occur with any video endpoint model or method of activation. Closed Checking your video endpoint's DNS configuration....
Read more >What are the Troubleshooting Scenarios for a Short Video ...
Unable to connect using the new short video address for Cisco Webex Meetings Video Endpoints. The call is not connecting to the Cisco...
Read more >Managing and Troubleshooting Video Conferencing Endpoints
Finally, vAnalytics users and troubleshoot issues with video conferencing endpoints and manage their assets in one tool!
Read more >Troubleshoot Media Services | Microsoft Learn
Account issues · Common video playback issues · You can't play an MP4 file from the asset · Encrypted content won't play in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So if you look into the android apk, you can see an interface for the api they’re using. It’s expecting authentication as a post request to https://rest-[region].immedia-semi.com/api/v2/login, with a payload that contains email, password, app version, client type, etc, etc.
So it does look like they moved the authentication path for the clients. I’m guessing they’re finally shutting down the v1 api.
If you pull a copy of the android apk, unzip the apk, and open classes.dex in jadx-gui it’s all there.
Looks like the details are at aswell:
https://github.com/MattTW/BlinkMonitorProtocol/issues/20