Hawkbat / VTubeStudioJS

An implementation of the VTube Studio API for Node and browser JS
MIT License
45 stars 2 forks source link

VTubeStudioError: Unknown messageType: EventSubscriptionRequest #10

Closed Ben-Lillie closed 2 years ago

Ben-Lillie commented 2 years ago

When trying to subscribe to any event the follow error is thrown

VTubeStudioError: Unknown messageType: EventSubscriptionRequest (Error Code: 7 RequestTypeUnknown)

NodeJS 16.10.0 Package Version: 3.1.0

Hawkbat commented 2 years ago

It's likely you're using a version of VTube Studio that doesn't have the event system API. Are you using the Steam beta version of VTube Studio?

Ben-Lillie commented 2 years ago

Not using the beta version and yes launching from steam.

siooA5x

Hawkbat commented 2 years ago

That's likely the issue then. Events are currently only available in the beta version of VTube Studio, as they're still being tested. They should work with the normal version of VTube Studio after the next major release.

Ben-Lillie commented 2 years ago

Ah there we go working now, thanks for you help, I probably should've checked the VTube Studio discord first