autotss-cli icon indicating copy to clipboard operation
autotss-cli copied to clipboard

An error occured in autotss.py

Open redapple0204 opened this issue 3 years ago • 2 comments

I have run python3 confgen.py -m to enter device information, but when I run python3 autotss.py, it gave me an error:

 Traceback (most recent call last):
  File "autotss.py", line 93, in <module>
    main()
  File "autotss.py", line 90, in main
    autotss()
  File "autotss.py", line 13, in __init__
    self.tsschecker = self.check()
  File "autotss.py", line 82, in check
    version = int(tsschecker.stdout.split('\n')[0].split('-')[1][1:])
ValueError: invalid literal for int() with base 10: 'a4d7b1d79d5305ac85c84b769e77b2c632b0025'

redapple0204 avatar Jul 21 '22 03:07 redapple0204

same

Edit: I figured it out. The version check function is just buggy. Use my fork here https://github.com/growtopiajaw/autotss-cli. I've fixed the tsschecker version check and now it works

growtopiajaw avatar Jul 29 '22 04:07 growtopiajaw

honestly, i haven't touched this in forever and would probably recommend using other tools (like blobsaver) until I eventually get around to updating this.

m1stadev avatar Jul 30 '22 07:07 m1stadev