Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RequestStatus OutputNotPaused missing and subsequent codes have the wrong value #167

Open
Pezcraft opened this issue Mar 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Pezcraft
Copy link

Describe the bug

OutputNotPaused is missing in the request status code enum. Also, the codes after OutputPaused are wrong.

Expected behavior

      OutputRunning(500),
      OutputNotRunning(501),
      OutputPaused(502),
      //OutputNotPaused(503) is missing
      OutputDisabled(503), //should be 504
      StudioModeActive(504), //should be 505
      StudioModeNotActive(505), //should be 506
@Pezcraft Pezcraft added the bug Something isn't working label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant