-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
"Could not load config file" #199
Comments
Does the config have a device? |
It sounds like another instance of this: #192 (comment) |
Interesting that main --setup doesn't run setup, that must be a bug. Try with |
Doesn't look like
Mightbe helpful for it to say: Black config file created at /[dir]/[moredir]/config.json |
The config is supposed to be at
|
Before opening an issue make sure that there are no duplicates and that you are on the latest version.
Describe the bug
Used
main_tui
to get a config file, config file isn't loaded when then usingmain
Also says it created a config file and it doesn't
(running
main --setup
does not run setup)To Reproduce
Steps to reproduce the behavior:
main_tui.py
get config filemain.py
Expected behavior
That it finds the config file and works.
Screenshots
You can see I'm running it from the source
src
directory. TUI puts the config file in that directorysrc\data\config.json\config.json
. TUI can also open and read the file it creates.C:\Python\iSponsorBlockTV-main\src
iSponsorBlockTV server (please complete the following information):
Windows 10 64
Python 3.11
Apple TV (please complete the following information):
Samsung Series 7
Other Info
Windows binaries need a .exe extension. The windows binary did the same thing.
The text was updated successfully, but these errors were encountered: