You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an application that uses whisper from transformers.js (which downloadss wasm files), in electron and the browser this issue doesn't exist.
I am not seeing any error messages in the console or in the terminal.
What I am seeing is that the page randomly refreshes, and sometimes just freezes or freezes to gray, which has me thinking it crashes for an unknown reason. Inspect element is also freezing then.
I have done some research, my intuition says that it has to do something with webview/WRY, windows doesn't have this issue as far as I know.
When I disable/comment out the component that uses the transfomers pipeline in vue, after a random amount of time it resets again but the component is activated again?
In other words, component is visible and loads the pipeline, crashes/restarts, I disable the component, I the window hot-reloads and then shows the interface without the component, it crashes/restarts again, I see the original component reloaded again. Is it then maybe something vite/hot-reload related in combination with wasm?
The complete context from the web inspector is also lost in these restarts which has me think it is wry related. I will crosspost it also there.
is there a way to get a better log of this, so I can debug better?
Describe the bug
I am working on an application that uses whisper from transformers.js (which downloadss wasm files), in electron and the browser this issue doesn't exist.
I am not seeing any error messages in the console or in the terminal.
What I am seeing is that the page randomly refreshes, and sometimes just freezes or freezes to gray, which has me thinking it crashes for an unknown reason. Inspect element is also freezing then.
Reproduction
Just this and wait 10 - 60 seconds, and the app window freezes or restarts.
Expected behavior
No restarts / crashes
Full
tauri info
outputStack trace
Additional context
The text was updated successfully, but these errors were encountered: