mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #270] No configs appearing #240
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ajayyy on GitHub (Jun 15, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/270
I restarted my computer, and now when I run the program, no configs appear.

They are still in the folder, and still appear in the config editor.
@hirschmann commented on GitHub (Jun 16, 2017):
This happens when the client can't connect to the service.
Please check if the service is running (via powershell):
get-service NbfcServiceIf the service is running, check the status:
nbfc.exe statusAlso, please upload the service log, see https://github.com/hirschmann/nbfc/wiki/Files-and-directories-overview for instructions.
@ajayyy commented on GitHub (Jun 17, 2017):
@hirschmann Thanks for your quick reply, I just started up the service from task manager and it worked.
The service was stopped. I think it's because I didn't have start with windows enabled, and I just started it manually.
Edit: For some reason I have to start it every time I restart my pc, but that's ok.
This program is awesome, thank you so much for making it :).