Skip to content
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

Open
r1kk opened this issue Jul 15, 2020 · 11 comments
Open

error on update then nothing plays #551

r1kk opened this issue Jul 15, 2020 · 11 comments

Comments

@r1kk
Copy link

r1kk commented Jul 15, 2020

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!

@EragonJ
Copy link
Owner

EragonJ commented Jul 15, 2020

maybe you can try to do force update from settings page ? give it a try ?

@r1kk
Copy link
Author

r1kk commented Jul 16, 2020

At startup notification says Autoupdating core modules..., then a few seconds Done! You can play music.
If I start any video only loading spinner appears over video.
If I go settings > update = Something went wrong...

@EragonJ
Copy link
Owner

EragonJ commented Jul 21, 2020

ok thanks @r1kk ! I'll check it later :)

@divyanshu-in
Copy link

I'm also facing same problem, my os is xubuntu 20.04, is there any fix found yet?

@sainak
Copy link

sainak commented Oct 7, 2020

yup same thing on arch linux version 5.8.13-arch1-1

@EragonJ
Copy link
Owner

EragonJ commented Oct 8, 2020

not yet, but i'll take a look again, sorry :'(

@divyanshu-in
Copy link

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.

@EragonJ
Copy link
Owner

EragonJ commented Oct 8, 2020

@divyanshu-in thanks for the info. I'll put this into notes.

@tylerecouture
Copy link

Same problem Ubuntu 20.04.1

@sosaheri
Copy link

sosaheri commented Nov 3, 2020

the same elementary os

@K-mikaZ
Copy link

K-mikaZ commented Nov 18, 2020

the same on MXLinux

Linux 5.6.0-2-amd64 # 1 SMP Debian 5.6.14-2~mx19+1 (2020-06-14) x86_64
cannot access console from the deb ( I took the appimage and was able to take a screenshot of the console )

99577921-545f2e80-29dc-11eb-9447-0d6b1e21783a

Apparently, update Electron would fix auto-updater ( electron-builder > 20.35.0 requires Electron 3 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants