Barafu Albino

Results 55 comments of Barafu Albino

I start interface like this: ` python .\scripts\invoke.py --web --port 24375`

Closing the issue because major changes to backend made it irrelevant.

Same problem here, but it does not work: connection reset, loading fails.

OK, so the steps are: On a new machine (I used Windows Sandbox on Win 11) install Rust, with dependencies, VSCode. Then do `cargo install create-tauri-app`, then `cargo create-tauri-app`. Choose...

For example, my camera, according to its descrioption, provides twice as high FPS on Mjpeg than on YUVU. But I couldn't make it actually display on Mainsail interface as Mjpeg...

Or just `cargo add winit --features rwh_05`

I came to report the same thing. In PyInstaller, `pywebview` is unavailable, and `window.pywebviewready` event never happens. No lines in web console or terminal. Running directly as `python main.py` everything...

However, @Liripo your code is incorrect. Before accessing `window.pywebview` you need to wait for event `window.pywebviewready` to [happen](https://pywebview.flowrl.com/guide/api.html#dom-events), because pywebview may appear later. When you run directly, it just happens...

Cool! And I chose that very day to start learning PyWebView and webdev in general.

P.S. Can't use deferred mode because of issue #4945.