Same here, getting the message A later version of Google Chrome is required for Prime Video. To update, click the Chrome menu (three horizontal stripes) on the browser toolbar, click About Google Chrome, and then click Relaunch.
Announcement
Collapse
No announcement yet.
Analyze fails
Collapse
X
-
Originally posted by NewMelle View PostAFAIK the Chrome Embedded Framework used in SF doesn't have a menu. According to whatmyuseragent.com it is reporting v129.0.0.0.
- Likes 4
Comment
-
Originally posted by october262 View Post
there is a temporary fix for the failed Amazon analyze problem - https://www.reddit.com/r/Streamfab/c...eo_workaround/
Comment
-
Originally posted by Marty92 View PostWork the temporary Fix for Movies & TV Series on Amazon Prime ?
Or just for TV Series ?When breaking digital locks becomes outlawed, only outlaws will break digital locks...and watch movies in whatever format they want to, without annoying adverts and messages, etc.
Comment
-
Regarding the Reddit post, does that break embedded show descriptions metadata and the naming structure? Workarounds in the past have done so. And what assumptions are made? Is it requiring the "Continue Watching" button or?? With the season fix, said patch doesn't work, but I doubt that has anything to do with it.Last edited by MrGrackle; Yesterday, 08:32 PM.
Comment
-
Sadly doesn't appear to work for me. I made sure to copy the original .py file elsewhere then inserted the code. Still drops back to the home page after metadata analysis. This the line I replace the original with.
movie_play_urls = amazonSoup.select('.episodes-playbutton')Win11 Pro 22H2, no bloatware, no spyware, no crapware, no TPM, no Secure Boot, no MS account. And yes, you can dual boot 7 and 11.
Comment
-
Originally posted by NewMelle View PostSadly doesn't appear to work for me. I made sure to copy the original .py file elsewhere then inserted the code. Still drops back to the home page after metadata analysis. This the line I replace the original with.
movie_play_urls = amazonSoup.select('.episodes-playbutton')Programmer in Python, Java, JavaScript, Swift, PHP, SQL, C#, C++, Go, R
Comment
-
Originally posted by MrGrackle View PostRegarding the Reddit post, does that break embedded show descriptions metadata and the naming structure? Workarounds in the past have done so. And what assumptions are made? Is it requiring the "Continue Watching" button or?? With the season fix, said patch doesn't work, but I doubt that has anything to do with it.
Works fine with single season hack, two things are unrelated.
Originally posted by 0xFeedBeef View PostAmazon fiddled with the structure of their webpages, probably a slow roll out since the "only 25 episodes visible" problem. Just need to wait for SF to fix the page parser, here's the problem:-
Code:2024-11-05 17:24:47,642 - INFO - amazon_get_seasons_info complete... 2024-11-05 17:24:49,879 - INFO - amazon_is_meta complete... 2024-11-05 17:26:49,136 - WARNING - No season urls found '.dv-node-dp-seasons a' - trying '.dv-node-dp-seasons-default'... 2024-11-05 17:26:49,174 - INFO - amazon_get_season_urls complete... 2024-11-05 17:26:50,258 - INFO - get_real_url complete... 2024-11-05 17:26:51,344 - ERROR - 'href' Traceback (most recent call last): File "C:/Program Files/StreamFab/6203//script\amazon_get_meta_info.py", line 309, in run info = get_meta_info(webpage) File "C:/Program Files/StreamFab/6203//script\amazon_get_meta_info.py", line 99, in get_meta_info movie_play_url = movie_play_urls[0].find("a")['href'] File "C:\Program Files\StreamFab\6203\Python37\lib\site-packages\bs4\element.py", line 1406, in __getitem__ return self.attrs[key] KeyError: 'href' 2024-11-05 17:26:52,903 - INFO - amazon_get_seasons_info complete...
- Likes 1
Comment
-
Originally posted by Chameleon View Post
Did you use a text editor
- Likes 1
Comment
Comment