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

Error 404 when accessing the web server #506

Open
eaudaim opened this issue Dec 11, 2022 · 1 comment
Open

Error 404 when accessing the web server #506

eaudaim opened this issue Dec 11, 2022 · 1 comment
Labels
S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to

Comments

@eaudaim
Copy link

eaudaim commented Dec 11, 2022

Describe the bug
When I connect to http://[server ip]:8000
the browser return a 404 error

To Reproduce
Steps to reproduce the behavior:

git clone https://github.com/Dusk-Labs/dim
yarn --cwd ui/ && yarn --cwd ui/ build
mkdir utils && ln -nfs $(which ffmpeg) utils/ffmpeg && ln -nfs $(which ffprobe) utils/ffprobe
cargo run --features vaapi --release

It build apparently without major errors, but when i go to the adress http://[server ip]:8000 :

Error 404

The port 8000 is open, and the terminal send me connection log.
(ex : 2022-12-11T13:40:47.348811Z INFO dim::logger: GET route="/" status=404 ip="192.168.1.43:34514" duration=510 duration_tag="us")

For info, it work fine with Docker at the same ip adress (exept i can't find a way to the directory structure of my server, but it's for another day ^^)

Expected behavior
Land on the homepage (or another, depending on the address)

Device and browser including versions:
Server OS : Debian 10
Client OS : Ubuntu 22.04.1 LTS
Client browser : Brave Browser 108.1.46.140

Additional context
There is a pastebin with the output of the last command (cargo run --features vaapi --release) : https://pastebin.com/nK7hmGm0

I'm running it from sources.

Maybe the problem is between the chair and the computer ^_^'

Thank you for your feedback :)

@eaudaim eaudaim added S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to labels Dec 11, 2022
@mohammadrafigh
Copy link

The same happens with docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-needs-triage Status: Needs triage T-bug Something isn't working the way it is supposed to
Projects
None yet
Development

No branches or pull requests

2 participants