-
-
Notifications
You must be signed in to change notification settings - Fork 56
[BUG] [BLOCKING] Skip intro not working + [Minor] No rating in watchlist #216
Description
Describe the bug
What feature is the bug regardig?
Skip recap not working on Amazon Prime (French) + no rating in favorite mode
To Reproduce
In Chrome, install extension
Accept all mandatory rights (tabs)
Go to https://www.primevideo.com/region/eu/storefront
I can see the imdb ratings
Go to https://www.primevideo.com/region/eu/mystuff/watchlist
I can't see any ratings there
I click on Lost https://www.primevideo.com/region/eu/detail/0JP2P41KRX9380A99OMC1EIQU6/ref=atv_hm_wat_c_0sLMfd_1_3
Season 2 Episode 8 for example
I can see in the 0:08 the button skip "Passer le résumé"
<button class="fqye4e3 f1ly7q5u fk9c3ap fz9ydgy f1xrlb00 f1hy0e6n fgbpje3 f1uteees f1h2a8xb atvwebplayersdk-skipelement-button fjgzbz9 fiqc9rt fg426ew f1ekwadg" style="padding: 0px 22px; line-height: normal; min-width: 0px;">Passer le résumé</button>
Nothing happens.
Background information:
- Exact URL(includes specific episode show): Lost Season 2 Episode 8
- Country: France
- Browser Chrome : latest version Version 146.0.7680.165
- Addon-Version 1.1.94
- Save the console logs : Streaming enhanced
amazon.ts.js:18 Settings Proxy(Object) {Amazon: {…}, Netflix: {…}, Disney: {…}, Crunchyroll: {…}, HBO: {…}, …}
More log :
shared-functions.js:168 shared-functions loaded
amazon.ts.js:17 Streaming enhanced
amazon.ts.js:18 Settings Proxy(Object) {Amazon: {…}, Netflix: {…}, Disney: {…}, Crunchyroll: {…}, HBO: {…}, …}[[Handler]]: MutableReactiveHandler_isReadonly: false_isShallow: false[[Prototype]]: BaseReactiveHandler[[Target]]: ObjectAmazon: {skipIntro: true, skipCredits: true, watchCredits: false, skipAd: true, speedSlider: true, …}Crunchyroll: {skipIntro: true, skipCredits: true, skipAfterCredits: true, speedSlider: true, releaseCalendar: true, …}Disney: {skipIntro: true, skipCredits: true, watchCredits: false, skipAd: true, speedSlider: true, …}General: {Crunchyroll_profilePicture: '', profileName: '', profilePicture: '', sliderSteps: 1, sliderMin: 5, …}HBO: {skipIntro: true, skipCredits: true, watchCredits: false, speedSlider: true, showRating: true}Netflix: {skipIntro: true, skipRecap: true, skipCredits: true, watchCredits: false, skipBlocked: true, …}Paramount: {skipIntro: true, skipCredits: true, watchCredits: false, speedSlider: true, showRating: true, …}Statistics: {AmazonAdTimeSkipped: 0, NetflixAdTimeSkipped: 0, DisneyAdTimeSkipped: 0, ParamountAdTimeSkipped: 0, IntroTimeSkipped: 0, …}Video: {playOnFullScreen: true, epilepsy: false, userAgent: true, doubleClick: true, scrollVolume: true, …}[[Prototype]]: Object[[IsRevoked]]: false
In the log, I can see Amazon details for extension :
Amazon
:
continuePosition
:
true
filterPaid
:
true
improveUI
:
true
showRating
:
true
skipAd
:
true
skipCredits
:
true
skipIntro
:
true
speedSlider
:
true
watchCredits
:
false