Check the config file. You probably have 2 "[" at the end.
should have only one. It was a typo on the release.
I removed the second ] before I was even getting any errors. There is no second ] at the end like in the original config on your release.
Here is a trace without the index flag set:
https://pastebin.com/srpaxU1XHere is a trace with the index set to 4 to match the 4 in the config:
https://pastebin.com/xEkZHLurIt seems as though despite specifying the index to allow the program to run without error, it doesn't actually do anything after.
As I was typing this and verifying all my ducks were in a row before submitting, I found the issue. The 'riglist = [ ]' section throws an error when I have 4 rigs added. Removing 1 and the app runs just fine.