-
Notifications
You must be signed in to change notification settings - Fork 106
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
Error: Not Found #121
Comments
The request succeeds from the localhost, but not externally. I'm starting the server like this:
|
Try the --host arg as I mention at #101 |
sorry, see now you are using host. Can you try adding |
Ok, that "sort of" works. Running this:
Now I can retrieve tiles on port 8888. But strangely, the UI is trying to request tiles on port 8880 (ie, the uiPort), so the UI is still broken. |
Changing uiPort to 8888 here worked. (I had naively assumed they had to be different) Although thumbnails aren't being shown. Possibly a separate issue, but the URLs for all the thumbnails seem to be of this form:
That is, always 8/231/99, which isn't a valid tile in any of the exports (although they all have very similar, possibly identical bounds). |
I'm not sure if I'm just issuing a bad request (I'm a bit uncertain on the correct URL structure for requesting tiles), but I'm getting this:
The request I'm making is: http://dev.cycletour.org:8880/v2/SteveCV2/8/229/158.png
(It might not stay running for very long.)
The UI part (port 8880 in my case) is running ok, but none of the tiles are visible.
The text was updated successfully, but these errors were encountered: