sttz / expresso

expresso is a command line interface to control the ExpressVPN app
MIT License
63 stars 11 forks source link

Object reference not set to an instance of an object. #14

Open purpleglow opened 2 years ago

purpleglow commented 2 years ago

The command expresso locations outputs the locations correctly. But "expresso alfred" returns "Object reference not set to an instance of an object." How can I debug this problem? This is a new computer. On my previous computer when I type "expresso alfred" it returns the JSON as expected.

Because of this error the workflow is not working on the new computer.

Thank you.

sttz commented 2 years ago

You can increase the verbosity by adding -v or -vv to the arguments. Then you should get a stack trace with the error, which should help to point to the source of the problem.

purpleglow commented 2 years ago

expresso alfred -v expresso v1.3.0 Log level set to Information Manifest loaded for com.expressvpn.helper with helper at: /Applications/ExpressVPN.app/Contents/MacOS/expressvpn-browser-helper Connected to ExpressVPN version 10.12.0 Object reference not set to an instance of an object. at sttz.expresso.ExpressoCLI.Alfred() at sttz.expresso.ExpressoCLI.Main(String[] args)

jiserra commented 1 year ago

I have the same error. Can I help with anything to debug this?