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

Add place allows for a space in the name, but this doesn't seem to be recognized as a legitimate place by the Explore app. #89

Open
Aitolda opened this issue Jun 5, 2021 · 2 comments

Comments

@Aitolda
Copy link

Aitolda commented Jun 5, 2021

When you create a place name in the metaverse, it allows you to use a space, but typing this into explore will yield no result even if said place is active.

My suggestion would be to simply not allow spaces during place creation.

@AleziaKurdis
Copy link

I would suggest to simply fix this:
https://github.com/vircadia/vircadia/blob/master/scripts/communityScripts/explore/explore.js

line 84
Window.location = messageData.visit;

and do instead:
Window.location = encodeURI(messageData.visit);

@Misterblue
Copy link
Collaborator

And place names need places. "My Cool Place" should be a place. The API accepts URL encoded place names so the applications that interface to that should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants