kit icon indicating copy to clipboard operation
kit copied to clipboard

Unhandled promise rejection when trying to open script kit prompt

Open Dyvd4 opened this issue 2 years ago • 6 comments

TypeError: Object has been destroyed
    at C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:120073
    at l (C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:100762)
    at Generator.<anonymous> (C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:102100)
    at Generator.next (C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:101125)
    at Ni (C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:106754)
    at a (C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:106958)
    at C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:107019
    at new Promise (<anonymous>)
    at C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:106898
    at C:\Users\David\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:120726

Kit 1.40.62 Electron 22.0.0 win32 10.0.22000 Locale: de

Dyvd4 avatar Jan 18 '23 20:01 Dyvd4

@Dyvd4 Does this happen every time you try to open the prompt?

Does quitting and trying again fix it?

johnlindquist avatar Jan 18 '23 20:01 johnlindquist

@Dyvd4 Does this happen every time you try to open the prompt?

Does quitting and trying again fix it?

First - yes every time. Second - I actually feel kinda dumb for not trying to quit and start again (it fixed the issue).

Dyvd4 avatar Jan 18 '23 20:01 Dyvd4

@Dyvd4 Thanks for getting back to me. Do you see anything suspicious in either of these logs that may hint at the original error?

Main.log: %USERPROFILE%\AppData\Roaming\Kit\logs\main.log Kit.log: %USERPROFILE%.kit\logs\kit.log

johnlindquist avatar Jan 18 '23 20:01 johnlindquist

Hi, I can either forward the logs to you (maybe put it in the comments here?), or I investigate it the following days.

Dyvd4 avatar Jan 18 '23 20:01 Dyvd4

@Dyvd4 If you could create a gist of each, then paste the links here, that would be great!

johnlindquist avatar Jan 18 '23 21:01 johnlindquist

@Dyvd4 If you could create a gist of each, then paste the links here, that would be great!

I created a gist with the logs: https://gist.github.com/Dyvd4/919eb16b6823b6aab9c72f4b74df7ebb

Dyvd4 avatar Jan 20 '23 21:01 Dyvd4