-
Notifications
You must be signed in to change notification settings - Fork 14
"Update Chrome" dialog #24
Comments
Same issue. Just installed via git instructions. I get the dialogue alot. Any resolution? |
@jcrollard84 I tried to update electron but this didn't solve the issue. With the Beta version of electron I'm getting several errors but the beta version is using a newer chromium version. As soon as I got some time I'll take a deeper look into that. |
Ok, thanks :) |
Update: The Beta version seems the be using an outdated version as well. Maybe quitting the dialog automatically on start would be a dirty, yet easy workaround. |
If you're doing a dirty fix, you could try just modifying the user agent. Maybe throw a polyfill in to make sure the latest js features are available... |
Update: @blakethepatton unfortunately, modifying the user agent in both the |
Updated to electron 4 and still appearing dialog. |
@eclyptox Thanks but I have tested this already. It's due to the outdated chromium version embedded into electron. I guess we have to wait until electron is updating its chromium version. |
I just did a fresh install and received the same message. |
I'm still seeing the close button. Probably just an incremental rollout. |
The same issue 17 feb |
There's a new version of electron out... I tried updating and building but it's my first time messing with electron and when I went to run the app I got nothing. One breaking change that I fixed locally: main.ts:32 -const shouldQuit = app.makeSingleInstance((commandLine, workingDirectory) => {
+app.requestSingleInstanceLock()
+const shouldQuit = app.on('second-instance', (event, commandLine, workingDirectory) => { |
@blakethepatton I stumbled on that too. Though I did not get it working. I even tried to switch to BrowserView but that didn't work either. I found an official amazon music help page where it said specifically that Linux is not supported. Unfortunately I did not found the US version of this, only the german one. I have had the bad feeling that we are specifically blocked out by amazon 😞. |
Well my issue was that I couldn't launch the electron app after building it... But I did upgrade from Looks like you need to be running chrome 64+ to get their site working. I doubt it's a direct attack against your app. |
Blocked from running it today. Does building from the git source allow running the latest version of Electron, and consequently the latest version of the Chrome runtime? |
@pranavt I tried doing the upgrade of electron locally and building... But the app never launched for me. And I haven't worked with electron enough to know what I did wrong. So to answer your question, no. |
If running Chrome was necessary we would be knocked out. I installed the chromium version of the latest electron beta and I was able to listen to music. So Chrome is not required. Nevertheless I could not get it to work through electrons built-in chromium. |
Update on this matter:
The interesting part is that amazon music seems to be using playready DRM by Microsoft and most importantly Widevine by Google.
TL;DR: I am afraid this project seems to be dead. 😞 |
Thanks for trying! It was a great application while it lasted. |
Hey just a brief look but I wonder if this election fork is worth looking at.
They're aiming for drop-in replacement.
Seems we're back to the good, bad and ugly days....
On May 1, 2019 2:45 PM, Blake Patton <[email protected]> wrote:
Thanks for trying! It was a great application while it lasted.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHGI6X4DSJRAZTYCX5V7CW3PTHQKTANCNFSM4GKUUHHA>.
|
Would help if I pasted the link
https://github.com/castlabs/electron-releases
On May 1, 2019 6:28 PM, [email protected] wrote:
Hey just a brief look but I wonder if this election fork is worth looking at.
They're aiming for drop-in replacement.
Seems we're back to the good, bad and ugly days....
On May 1, 2019 2:45 PM, Blake Patton <[email protected]> wrote:
Thanks for trying! It was a great application while it lasted.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHGI6X4DSJRAZTYCX5V7CW3PTHQKTANCNFSM4GKUUHHA>.
|
I think @flokol120 already looked in to the castlabs version.
Just looked into why there isn't linux support and allegedly the linux userbase is too small for widevine. castlabs/electron-releases#5 (comment)
|
I've moved to Nuvola Apps. |
Sorry for the german dialog. It says that the used chrome version is deprecated and won't be supported anymore in the near future.
Updating electron might do the trick.
see: #24 (comment)
The text was updated successfully, but these errors were encountered: