Cannot execute perl , got error message "Rollbar error: empty token"

Try to re-install but got error as follows :
Cannot bind argument to parameter ‘Path’ because it is an empty string.
At line:1 char:1

  • & $([scriptblock]::Create((New-Object Net.WebClient).DownloadString(’ …
  •   + CategoryInfo          : InvalidData: (:) [], ParameterBindingValidationException
      + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed
    
    

[ERROR Sep 2 15:28:10.003447400, defaults.go:149] Could not load configuration: Failed to load configuration.

Stacktrace: D:/a/cli/cli/internal/logging/logging.go:github.com/ActiveState/cli/internal/logging.Error:258
D:/a/cli/cli/internal/logging/defaults.go:github.com/ActiveState/cli/internal/logging.init.0:149
C:/hostedtoolcache/windows/go/1.15.15/x64/src/runtime/proc.go:runtime.doInit:5652
C:/hostedtoolcache/windows/go/1.15.15/x64/src/runtime/proc.go:runtime.doInit:5647
C:/hostedtoolcache/windows/go/1.15.15/x64/src/runtime/proc.go:runtime.doInit:5647
C:/hostedtoolcache/windows/go/1.15.15/x64/src/runtime/proc.go:runtime.main:191
C:/hostedtoolcache/windows/go/1.15.15/x64/src/runtime/asm_amd64.s:runtime.goexit:1374

[DEBUG Sep 2 15:28:10.005457000, defaults.go:178] Args: [C:\Users\t888339\AppData\Roaming\ActiveState\bin\state.exe export config --filter=dir]
[DEBUG Sep 2 15:28:10.006452100, locale.go:34] Init

Hey there @Beautymai – the error you hit is fixed in the next release of State Tool (should launch early next week), but in the meantime, you can fix this issue by removing your state tool config file. The location of the file is outlined here:

https://docs.activestate.com/platform/state/troubleshooting/

If you remove that file, the error should go away, and when the new update launches your tool should update automatically to resolve the issue.

Thanks for checking it out!