Croebh / Avrae-Customizations

A place for me to store and update all of my Avrae aliases and customizations.
GNU General Public License v3.0
28 stars 23 forks source link

goblinFury #70

Closed zeusrahl closed 2 years ago

zeusrahl commented 2 years ago

Getting the following errors when trying to use goblinFury

found character '\t' that cannot start any token
  in "<unicode string>", line 4, column 1:
        },
    ^ 

and the following is sent as a PM:

Error on line 30, col 57:
 if (gvarLoad := get_gvar(gvar)) and typeof((gvarLoad := load_yaml(gvarLoad)))=="SafeDict":
                                                         ^
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
  in "<unicode string>", line 4, column 1:
        },
    ^

This is an issue in a user-created command; do not report this on the official bug tracker.

Croebh commented 2 years ago

Should be fixed now