You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I apply JSON schema with URL including non-ascii character, Unable to load schema from '...': Request path contains unescaped characters. warning occurs despite the URL being URL-encoded.
Unable to load schema from 'https://libertygame.miraheze.org/w/index.php?title=리버티게임:게임_메타데이터/스키마.json&action=raw&ctype=application/json': Request path contains unescaped characters. warning occurs. The URL in the warning message is URL-decoded. I think it decodes the URL and tries to resolve the schema with decoded URL so that error occurs.
When I apply JSON schema with URL including non-ascii character,
Unable to load schema from '...': Request path contains unescaped characters.
warning occurs despite the URL being URL-encoded.Steps to Reproduce
What happened
Unable to load schema from 'https://libertygame.miraheze.org/w/index.php?title=리버티게임:게임_메타데이터/스키마.json&action=raw&ctype=application/json': Request path contains unescaped characters.
warning occurs. The URL in the warning message is URL-decoded. I think it decodes the URL and tries to resolve the schema with decoded URL so that error occurs.Warning message data
What should it be
JSON schema should be imported successfully without any errors. I believe the schema in that URL is valid.
Environment
The text was updated successfully, but these errors were encountered: