Empty AssetURLs causing crashes #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Occasionally the app produced a
ValueError
due to incorrect validation on the VRChat API Python library (and the OpenAPI spec), as someasset_url
s will produce empty strings (""
)Upstream PR has been submitted
https://github.com/vrchatapi/specification/pull/346
Resolved with
3db0f1e491