Try using a text editor to remove the comments (everything after the semicolon) from the old config file. Some updates were made to the config file reader and it no longer likes the comments.
Andy
Ok, eliminated the comments, still will not start.
Used the new config file and added my info and still will not start. Error message below
Version: TwoToneDetect73f
FFMPEG FOUND
Traceback (most recent call last):
File "configparser.py", line 788, in get
File "C:\Python37\lib\collections\__init__.py", line 916, in __getitem__
KeyError: 'mp3_bitrate'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 249, in <module>
File "configparser.py", line 791, in get
configparser.NoOptionError: No option 'mp3_bitrate' in section: 'Section1'
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 406, in <module>
NameError: name 'input_device_index' is not defined
A very tiny error message flashes on the screen for a nano second - something about audio is all I can get as it flashes by.
Copied all files to a different computer and it loads right up. The sound device numbers appear to be much higher in the config file and was automatically changed when I clicked on SHUTDOWN. It looks like the error may have something to do with the audio, but I have no idea how to find the correct instance #. I tried "0" "1" and "2" . Version 71a loads ok with "2" for the 'input_device_index'
Any suggestions? Thanks