Description
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 using main
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:
- use
main_tui.py
get config file - run
main.py
- get error
Expected behavior
That it finds the config file and works.
You can see I'm running it from the source src
directory. TUI puts the config file in that directory src\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.