Before you continue
Before submitting a bug report, please review our troubleshooting documentation at https://developer.amazon.com/docs/kepler-tv/troubleshoot-overview.html.
If you still want to file a bug report, please make sure to fill in all the details below and provide the necessary information.
NOTE: PLEASE ONLY REPORT A SINGLE BUG USING THIS TEMPLATE.
If you’re experiencing multiple issues, please file a separate report for each.
Bug Description
1. Summary
Provide a brief description of the bug in the SDK and its impact on app functionality.
App Name: Vix
App Link on Amazon Appstore (found through Developer Console → Actions column in App List → View on Amazon.com):
Bug Severity
Select one that applies
- [ x ] Impacts operation of app
- Blocks current development
- Improvement suggestion
- Issue with documentation (If selected, please share the doc link and describe the issue)
- Other
2. Steps to Reproduce
- vda shell
- journalctl --follow --since now | grep -E ‘ContentAppEndpoint.*VIX_GLOBAL_JOI_VI.*login_status’
- Aug 11 17:33:17.363119 callie-0bfabce9308bcdc9 local0.info kcs-lib[16362]: 1237308403 INFO com.amazon.kcs.service: KCS amzn_kcs_ipc_common::storage::lmdb_store - cargo-project/common/src/storage/lmdb_store.rs(125) insert invoked. key com.univision.prendetv, value ContentAppEndpoint: endpoint_id=14, partner_id=VIX_GLOBAL_JOI_VI, package_component=com.univision.prendetv.interface.provider, asin=, login_status=false
3. Observed Behavior
Explain what actually happened, noting any discrepancies or malfunctions.
Aug 11 17:33:17.363119 callie-0bfabce9308bcdc9 local0.info kcs-lib[16362]: 1237308403 INFO com.amazon.kcs.service: KCS amzn_kcs_ipc_common::storage::lmdb_store - cargo-project/common/src/storage/lmdb_store.rs(125) insert invoked. key com.univision.prendetv, value ContentAppEndpoint: endpoint_id=14, partner_id=VIX_GLOBAL_JOI_VI, package_component=com.univision.prendetv.interface.provider, asin=, login_status=false
4. Expected Behavior
Describe what you expected the SDK to do under normal operation.
login_status = true
4.a Possible Root Cause & Temporary Workaround
Fill out anything you have tried. If you don’t know, N/A is acceptable
maybe wrong manifest or content launcher implementation?
5. Logs or crash report
Aug 11 17:33:17.363119 callie-0bfabce9308bcdc9 local0.info kcs-lib[16362]: 1237308403 INFO com.amazon.kcs.service: KCS amzn_kcs_ipc_common::storage::lmdb_store - cargo-project/common/src/storage/lmdb_store.rs(125) insert invoked. key com.univision.prendetv, value ContentAppEndpoint: endpoint_id=14, partner_id=VIX_GLOBAL_JOI_VI, package_component=com.univision.prendetv.interface.provider, asin=, login_status=false
6. Environment
Please fill out the fields related to your bug below:
- SDK Version: Output of
kepler --version - App State:
[Foreground/Background] - OS Information
Please ssh into the device viakepler exec vda shelland copy the output fromcat /etc/os-releaseinto the answer section below. Note, if you don’t have a simulator running or device attachedkepler exec vda shellwill respond withvda: no devices/emulators found<!-- Answer here if applicable -->
7. Example Code Snippet / Screenshots / Screengrabs
Include any relevant code or component setup in React Native that can help reproduce the bug.
manifest.toml (4.6 KB)
accountLoginWrapper.ts (4.5 KB)
contentLauncher.ts (655 Bytes)
import { ExampleComponent } from 'custom-sdk';
<ExampleComponent config={{ key: 'value' }} />
Playback Issues
If this is a playback issue, please provide your VPKG and/or content URL, any pre-conditions (like geo-location) [Share privately with your Amazon contact] , and let us know if it’s x86 or arm7.
<!-- Describe your playback issue if applicable -->
Please share the following details in addition:_
- Player SDK:
[Bitmovin, Shaka, ...] - Player SDK Version:
[e.g. 1.23]- Audio Codecs:
[AAC, ...] - Video Codecs:
[h.264, mp4] - Manifest Types:
[m3u8, dash, etc ..]
- Audio Codecs:
Q: Would you like to be contacted to share your latest VPKG compiled with latest SDK:
[Y/N] [Share privately with your Amazon contact]
Q: VPN or Login needed to verify functionality in VPKG?
[Y/N] [Share privately with your Amazon contact]
Q: If applicable, please provide your media/content url
If this is created dynamically, tokenized, etc please provide a way for us to access it
[N/A or Content / Media Url for testing] [Share privately with your Amazon contact]
Q: Are there any special headers required to reproduce the issue you are facing?
[N/A or Insert Headers]
Additionally please provide the following if possible
Provide Screenshots / Screengrabs / Logs. Please include as much information as you can that will help debug.
<!-- Answer here if applicable -->
Additional Context
Any Additional Context you would like to provide?
Add any other relevant information, such as recent updates to the SDK, dependencies, or device OS that may affect the bug.
0.20.3207