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

Missing file ./UI/favicon.ico #34

Open
SevenTae opened this issue Jun 9, 2023 · 6 comments
Open

Missing file ./UI/favicon.ico #34

SevenTae opened this issue Jun 9, 2023 · 6 comments

Comments

@SevenTae
Copy link

SevenTae commented Jun 9, 2023

An error occurred when I opened the “http://localhost:8080/”
FileNotFoundError: [Errno 2] No such file or directory: './UI/favicon.ico'.
I searched the entire engineering project but couldn't find it.
I pray you can give me a solution.

@StavroK
Copy link

StavroK commented Jun 12, 2023

@SevenTae I am also experiencing the same issue. @AliFlux appreciate it if you could include the file in the directory requested at line 219 "server.py" program.

@jeremy-block
Copy link

This Error might be due to running server.py from the root project directory.
I saw a similar issue when I tried running $python src/server.py in terminal from the MapTilesDownloader-master folder. When I moved (cd) to the MapTilesDownloader-master/src/ and ran $python server.py this error went away. - Still not seeing a map loading, but the other UI components resolve in my browser.

@philosadelphos
Copy link

I'm having the same error, it starts with: 127.0.0.1 - - [10/Nov/2023 19:45:23] "GET /favicon.ico HTTP/1.1" 200 -
...
and finishes as: FileNotFoundError: [Errno 2] No such file or directory: './UI/favicon.ico'
The http://localhost:8080/ is blank: no map

@islandtriumph96
Copy link

I'm having the same error, it starts with: 127.0.0.1 - - [10/Nov/2023 19:45:23] "GET /favicon.ico HTTP/1.1" 200 - ... and finishes as: FileNotFoundError: [Errno 2] No such file or directory: './UI/favicon.ico' The http://localhost:8080/ is blank: no map

Once I replaced the access token for mapbox everything ended up working. I had this issue too.

@islandtriumph96
Copy link

I'm having the same error, it starts with: 127.0.0.1 - - [10/Nov/2023 19:45:23] "GET /favicon.ico HTTP/1.1" 200 - ... and finishes as: FileNotFoundError: [Errno 2] No such file or directory: './UI/favicon.ico' The http://localhost:8080/ is blank: no map

#36 (comment)

@SpatialQuant
Copy link

SpatialQuant commented Jan 25, 2024

I also received this error when I first ran the server.py script. After creating a MapBox account and acquiring a new token (see Issue #36), the error was resolved and the application ran with no issues.

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

6 participants