Hi. We are using Livekit with C#, we have a rust library built to connect the two, and for some reason on my local machine it has stopped successfully creating a livekit room. It was working previously and we have not changed the code for this, it works fine when pushed up to our sandbox environment, other people are not experiencing this same issue when checking out my local branch.
This is the error I am getting:
{"failed creating room: Twirp(Request(reqwest::Error { kind: Decode, source: Error(\"expected value\", line: 1, column: 1) }))"}
Our use case seems pretty uncommon as we have not found anything online from someone having a similar experience, can anyone assist?