Closed MistressPlague closed 2 weeks ago
Can you demonstrate which URLs and what errors you encounter?
So, I solved it. In apiclient, PathParameters needs the encode argument set to false. VRCApi always receives them non-encoded.
https://github.com/vrchatapi/vrchatapi-csharp/blob/b94dfcfe7d6f5591ef93aca5bc04813793914204/src/VRChat.API/Client/ApiClient.cs#L295 needs , false at the end of the args.
Fixed when #23 was merged
Due to the ~'s in the URL that vrc api depends on, it fails completely as they get blindly encoded.