Mauritz N

Results 22 comments of Mauritz N

As explained above I already have a solution for preventing it from closing when no uncaught errors occur, the issue is for uncaught errors it never reaches the line of...

> you can run the executable in `cmd.exe` @dszymon did you miss the part where I already mentioned that I knew about that and that it wasn't a viable fix...

I'll go ahead a close this now, since there haven't really been any further discussions about it.

I had this issue for Crunchyroll, it seems really rare for Crunchyroll, but one episode that does have this issue is: [https://www.crunchyroll.com/watch/G7PU4V8E3/distress](https://www.crunchyroll.com/watch/G7PU4V8E3/distress) **Relevant metadata for the problematic episode:** ```json5 {...

> > ```js > > "start_time": 0, "end_time": -0.25 > > ``` > > Um, what? Is the first chapter meant to be 0.25 seconds? Or does the first chapter...

> > No, they have a "Skip Intro" button (haven't encountered a "Skip Outro" yet) > > And I presume it just doesn't show for that video? Does it show...

@amrbashir Hi, sorry for the ping, I'm not sure if you are the right person to ask but I was wondering if this issue has been missed, it's already been...

Alright well glad to know that a likely cause has been found. Now when you recommend using Rust as a way around this are you referring to something like creating...

I went ahead and created a simple workaround using `invoke` and Tauri's [Rust commands](https://tauri.app/v1/guides/features/command/). I'm sure this workaround isn't perfect since my Rust knowledge is very lacking, but it does...

I tried applying the patch to the reproduction repo, but I'm having some trouble getting it to install the patch, I keep getting: ``` $ cargo update Updating crates.io index...