sttz / expresso

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

Timed out waiting for result error #3

Closed james-rose closed 3 years ago

james-rose commented 3 years ago

What am I doing wrong? I have ExpressVPN installed and open. Same issue with previous release.

./expresso -v locations expresso v1.1.0 Log level set to Information Manifest loaded for com.expressvpn.helper with helper at: /Applications/ExpressVPN.app/Contents/MacOS/expressvpn-browser-helper Timed out waiting for the result. at sttz.expresso.ExpressVPNClient.d67.MoveNext() + 0x11c --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at expresso!+0x655df5 at expresso!+0x655d26 at sttz.expresso.ExpressVPNClient.d58.MoveNext() + 0x183 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at expresso!+0x655df5 at expresso!+0x655d26 at sttz.expresso.ExpressoCLI.d29.MoveNext() + 0x2cf --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at expresso!+0x655df5 at expresso!+0x655d26 at sttz.expresso.ExpressoCLI.

d20.MoveNext() + 0x1bb Unhandled Exception: System.IO.EndOfStreamException: Reached end of stream but expected 4 more bytes. at sttz.expresso.NativeMessagingClient.d11.MoveNext() + 0x170 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at expresso!+0x655df5 at sttz.expresso.NativeMessagingClient.d12.MoveNext() + 0x265 zsh: abort ./expresso -v locations

sttz commented 3 years ago

Looks like the ExpressVPN browser helper exits immediately.

Is this the first time you've installed expresso or did you upgrade from an previous version?

What version of the ExpressVPN app are you using?

Do you have an ExpressVPN browser extension installed and is that working properly?

james-rose commented 3 years ago

Ah, I was able to fix it by reinstalling the macOS ExpressVPN app. It all works great now. Thanks for sharing this!