Configs path error
cardoza868 opened this issue · 3 comments
cardoza868 commented
Getting the following Error:
�[90m2020-05-26T12:15:44-04:00�[0m �[1m�[31mERR�[0m�[0m Fail to read file: open configs/config.ini: The system cannot find the path specified.
SpenceAcc commented
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 commented
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
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