flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

Configs path error #36

Closed cardoza868 closed 3 years ago

cardoza868 commented 4 years ago

Getting the following Error:

2020-05-26T12:15:44-04:00 ERR Fail to read file: open configs/config.ini: The system cannot find the path specified.

SpenceAcc commented 4 years ago

I have same problem,but I solve . for windows cmd step 1 open cmd step 2 cd flutter-webrtc-server step 3 .\bin\server-windows-amd64.exe

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jhswedeveloper commented 2 years ago

I guess it depends on how the setup looks like.

I did a setup with systemd

The important part is setting the WorkingDirectory

[Unit]
Description=goweb

[Service]
Type=simple
WorkingDirectory=/home/flutter-webrtc-server
ExecStart=/home/flutter-webrtc-server/main

[Install]
WantedBy=multi-user.target