Closed parkerlreed closed 6 years ago
Hmm, interesting... The console formatting library seems to be trying to reference a character (one used to clear the terminal) that it doesn't have. It's been tested on Win/Ubuntu, but there are probably unforeseen issues that vary with the terminal.
At any rate, I know what's happening here. I'll roll out a fix for this problem in a bit.
(As a side note, it should be able to detect when the program is run without a terminal it can "pretty print" to. If you were looking to bypass this issue for the time being, running the script and piping the output to anything else first should work.)
Haha nice
python main.py > test.txt
Another terminal
tail -f test.txt
Works
Multi threading working nicely!
Glad to hear it, thanks for testing that out. I expect to have a built-in patch for unsupported consoles sometime soon. It mostly depends on any other bugs that pop up following the 2.0 changes.
This should be patched on the live branch, pending testing, and will be rolled out officially in the next release soon.
Works!
(To get this running I quickly updated my 2FA code in the setting.json, saved, and ran the script)