-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on update then nothing plays #551
Comments
maybe you can try to do force update from settings page ? give it a try ? |
At startup notification says Autoupdating core modules..., then a few seconds Done! You can play music. |
ok thanks @r1kk ! I'll check it later :) |
I'm also facing same problem, my os is xubuntu 20.04, is there any fix found yet? |
yup same thing on arch linux version 5.8.13-arch1-1 |
not yet, but i'll take a look again, sorry :'( |
btw I looked over internet for solution and some people were saying it happens because maybe protonjs dependency you are using is outdated or something. |
@divyanshu-in thanks for the info. I'll put this into notes. |
Same problem Ubuntu 20.04.1 |
the same elementary os |
the same on MXLinux
Apparently, update Electron would fix auto-updater ( electron-builder > 20.35.0 requires Electron 3 ) |
Bug
after start it says updating then update ok. after no video plays just loading spinner
Steps to reproduce the bug
just start
What is your Kaku version?
2.0.2-1
What is your OS (with version number)?
Linux 5.7.0-3-MANJARO #1 SMP PREEMPT Wed Jun 3 03:15:33 UTC 2020 x86_64
Which platform are you using to listen to music?
YouTube (for example)
Which track format are you using?
best video
Is there any error coming from Inspector?
inspector doesnt work
$ kaku
Checking for update
Error: TypeError: this.app.whenReady is not a function
at ElectronAppAdapter.whenReady (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/ElectronAppAdapter.ts:9:21)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:337:20
at Generator.next ()
at AppImageUpdater.getUpdateInfoAndProvider (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:336:43)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:363:31
at Generator.next ()
at AppImageUpdater.doCheckForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:360:34)
at AppImageUpdater.checkForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:220:35)
at EventEmitter.ipcMain.on (/usr/share/kaku-bin/resources/app.asar/bootup.js:175:21)
From previous event:
at AppImageUpdater.getUpdateInfoAndProvider (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:336:43)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:363:31
at Generator.next ()
From previous event:
at AppImageUpdater.doCheckForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:360:34)
at AppImageUpdater.checkForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:220:35)
at EventEmitter.ipcMain.on (/usr/share/kaku-bin/resources/app.asar/bootup.js:175:21)
at emitTwo (events.js:125:13)
at EventEmitter.emit (events.js:213:7)
at WebContents. (/usr/share/kaku-bin/resources/electron.asar/browser/api/web-contents.js:266:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
Unhandled rejection TypeError: this.app.whenReady is not a function
at ElectronAppAdapter.whenReady (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/ElectronAppAdapter.ts:9:21)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:337:20
at Generator.next ()
at AppImageUpdater.getUpdateInfoAndProvider (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:336:43)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:363:31
at Generator.next ()
at AppImageUpdater.doCheckForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:360:34)
at AppImageUpdater.checkForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:220:35)
at EventEmitter.ipcMain.on (/usr/share/kaku-bin/resources/app.asar/bootup.js:175:21)
From previous event:
at AppImageUpdater.getUpdateInfoAndProvider (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:336:43)
at /usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:363:31
at Generator.next ()
From previous event:
at AppImageUpdater.doCheckForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:360:34)
at AppImageUpdater.checkForUpdates (/usr/share/kaku-bin/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:220:35)
at EventEmitter.ipcMain.on (/usr/share/kaku-bin/resources/app.asar/bootup.js:175:21)
at emitTwo (events.js:125:13)
at EventEmitter.emit (events.js:213:7)
at WebContents. (/usr/share/kaku-bin/resources/electron.asar/browser/api/web-contents.js:266:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
Others
Feel free to point out any missing points here :) thanks!
The text was updated successfully, but these errors were encountered: