View Single Post
  #9  
Old 10-03-2022, 05:36 AM
sharkukri sharkukri is offline
Skeleton


Join Date: Sep 2022
Posts: 18
Default

Quote:
Originally Posted by Indefinite [You must be logged in to view images. Log in or Register.]
Version 3.3.5 added features:
  • Auto-set character
  • Consider Evaluation
  • Default config alerts when a spell drops or refreshes from your spell bar
  • Timer persistance between restarts

If you have any thoughts, feature requests, or issues please let me know - I'll get anything not yet on the road map added!
Is there a specific version of Python this only works under? Attempting to run things on Gentoo with kernel 5.19.11 and Python version 3.10.7 throws the following errors

Code:
write config line alert: Error on line13130: not enough arguments for format string
config read: Error on line 70: Expecting value: line 1 column 1 (char 0)
Unfortunately, the startup step failed with: 73: 'NoneType' object has no attribute 'settings'# Sometimes this is solved by forcing config regeneration
Installing via pip3 directly and from cloning the git repo and manually installing both threw the errors above. I attempted to copy and past a config into the file but every time I attempt to run it the file is overwritten and made empty.

Edit: missed a "s"
Reply With Quote