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

Configs path error #36

Closed
cardoza868 opened this issue May 26, 2020 · 3 comments
Closed

Configs path error #36

cardoza868 opened this issue May 26, 2020 · 3 comments
Labels
wontfix This will not be worked on

Comments

@cardoza868
Copy link

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
Copy link

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
Copy link

stale bot commented Feb 7, 2021

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.

@stale stale bot added the wontfix This will not be worked on label Feb 7, 2021
@stale stale bot closed this as completed Feb 14, 2021
@jhswedeveloper
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants