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

World map does not show #2

Open
Ultios opened this issue Nov 2, 2023 · 3 comments
Open

World map does not show #2

Ultios opened this issue Nov 2, 2023 · 3 comments

Comments

@Ultios
Copy link

Ultios commented Nov 2, 2023

OS: Linux Debian 11 BullsEye
Docker Image : winstonyym/urbdash-windows

I'm trying urbdash on my self hosted proxmox server and I encounter a bug where the world map does not display.

The first world map where we choose the city to load its profile does not show anything. It did toggle a name when I randomly hover over a city.

Desktop

I'm gonna try it with my mac to see if its an architecture problem.

Meanwhile, I have hosted my server pc here if you want to see how it's displayed.

@Ultios
Copy link
Author

Ultios commented Nov 2, 2023

I found the main reason for this is that there are no linux x86 support on the docker image and outdated image.

No support for linux-linuxlike x86/x64 refuse the usual urbdash image because it is based on arm64 architecture

Outdated image is the main cause of the world map not showing, presumably caused by renewed mapbase token.

I solved this by building docker image directly from the git repository
e.g. docker build github.com/winstonyym/urbdash

and run the docker image directly from my server. You can see it deployed live here.

@mfbenitezp
Copy link

Hi all, I have the same issue, but in a Windows Env, I tried to follow @ultio's suggestions, but it still does not work... @winstonyym Do you have any suggestion, or is the tool not supported by Windows OS machines?

PD: In MacOS works like a charm for me.

OS: Windows 11
Docker Image : winstonyym/urbdash-windows

@Ultios
Copy link
Author

Ultios commented Feb 20, 2024

@mfbenitezp probably the mapbase token expired and needs another update.

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

2 participants