-
Notifications
You must be signed in to change notification settings - Fork 14
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
landmarker.io website only shows demo #17
Comments
Can you try visiting To explain, we have moved www.landmarker.io to HTTPS in preparation for Dropbox (and to just be more secure). The way the landmarker works is that it make CORS (cross-origin) requests to a server, e.g. from www.landmarker.io (the client) to localhost:5000 (the server). You could have a server on any publicly accessible address, e.g. you could run a server at http://www.myfancylmioserver.com The issue is that you are not allowed to do CORS requests from a secure domain (https) to a non-secure (http) one. As your localhost is not secure, moving to HTTPS breaks the old workflow, which used to be that on startup the client would attempt to talk to localhost:5000 automatically. To be clear, from now on it will not be possible to connect to any http:// landmarkerio-server from www.landmarker.io. There are a few things we have done to alleviate this:
Note that once our other solutions (Dropbox, local file system) have matured, we will deprecate the I will try to issue an update to landmarkerio-server that changes the localhost link to the one. For now you should be able to just visit it manually though to get on with the annotation. |
It just redirects me to http://insecure.landmarker.io/#server=demo&t=ibug68&c=demo&i=1 instead, which is what the https version does too. |
@mmcauliffe thanks and apologies, looking into it now. |
OK, I've identified the problem, fix coming in a few hours. |
@mmcauliffe v0.3.1 has been released and should address all these issues. To upgrade:
OS X and Linux builds are baked, and Windows is on it's way |
Looks like it's working! Thanks so much! |
@mmcauliffe great to hear! |
I ran lmio in the console, which opened https://www.landmarker.io/#mode=mesh&server=demo&t=ibug68&c=demo&i=1 in a web brower. The website only showed the demo face, rather than any of the assets in the directory I specified in the command line. I don't quite know what the expected behaviour is, but from the installation instructions, it seems like it should display the meshes that I have locally despite the landmarker.io web address, correct?
The text was updated successfully, but these errors were encountered: