jangxx / OVRT_Soundpad

An OVR Toolkit custom app and a bridge that allows triggering Soundpad effects from within OVR Toolkit
MIT License
9 stars 2 forks source link

Client disconnecting #3

Closed TheIrishAmerican closed 2 years ago

TheIrishAmerican commented 3 years ago

I have tried with both the 1.0 and 1.1 versions of the exe, yet both keep giving the same output into the output log and do not seem to be functioning as the module in OVR does not appear even after selecting to open soundboard, yet OVR does recognize it as a window. [2021-10-17 17:06:37 -0500] [20436] [INFO] Websocket server is running on port 64153 [2021-10-17 17:06:37 -0500] [20436] [INFO] Goin' Fast @ http://localhost:64152 Client connected Client connected [2021-10-17 17:09:57 -0500] - (sanic.access)[INFO][[::1]:63152]: GET http://localhost:64152/api/soundlist 200 -1 [2021-10-17 17:09:59 -0500] - (sanic.access)[INFO][[::1]:63152]: GET http://localhost:64152/api/soundlist 200 -1 Client disconnected

jangxx commented 3 years ago

I need some more information to understand what your issue is.

TheIrishAmerican commented 3 years ago

I did install the app from the Steam Workshop. When opening the app from the phone ui nothing happens, which is what I was attempting to do. I may have misunderstood and assumed it was not working due to fault of the bridge and not the app.

jangxx commented 3 years ago

The phone app should launch in any case. You can't do anything with it without the bridge running, but the app will still start and then show a message about the bridge not running. If the app doesn't launch, something might be wrong with the download or with OVR Toolkit itself. I'll try to reproduce the issue and ask the OVRT developer about it.

Curtis-VL commented 3 years ago

I did install the app from the Steam Workshop. When opening the app from the phone ui nothing happens, which is what I was attempting to do. I may have misunderstood and assumed it was not working due to fault of the bridge and not the app.

Hey, OVR Toolkit developer here. :)

When you say it's not opening, do you mean you click the icon on the Home page of OVR Toolkit and nothing happens? Or does the page with 'Open Soundboard' appear? If it's not opening, does OVR Toolkit hitch or display a blank blue page?

TheIrishAmerican commented 3 years ago

What happens is I open the home page of OVR Toolkit and select the Soundpad Soundboard option, it comes up giving the option for pages, rows, and columns. The issue arises when selecting the 'Open Soundboard' option as no window appears. I can select to view all my current windows and it lists the soundboard as being open, but even when selecting to bring it to me, it is still not visible anywhere.

TheIrishAmerican commented 3 years ago

If it's not opening, does OVR Toolkit hitch or display a blank blue page?

OVR Toolkit doesn't seem to hitch or display any blank pages. There is just a complete lack of the window outside of the list of current windows.

jangxx commented 3 years ago

Okay, do you have any presets set up? Also does the button change to "Close Soundboard" once you click on it or does it stay at "Open Soundboard"?

jangxx commented 3 years ago

From the log you posted it looks like the soundboard is opening, fetching the list of sounds (like it should) but then immediately closing (or crashing), which really doesn't make much sense to me. @Curtis-VL is it possible that the overlay closes on it's own when the displayed website crashes somehow?

TheIrishAmerican commented 3 years ago

The button does change to 'Close Soundboard' once pressed and changes back to 'Open Soundboard' if pressed again.

jangxx commented 2 years ago

This should be fixed in the latest update now.