bruceadams / wdscli

Command line interface to the IBM Watson Discovery Service API
MIT License
8 stars 0 forks source link

I get this error now #11

Open vkg70 opened 7 years ago

vkg70 commented 7 years ago

wdscli show-environment thread 'main' panicked at 'Failed to get environment list: SerdeJson(ErrorImpl { code: Io(Error { repr: Custom(Custom { kind: ConnectionAborted, error: StringError("CloseNotify alert received") }) }), line: 0, column: 0 })', /Users/rustbuild/src/rust-buildbot/slave/stable-dist-rustc-mac/build/src/libcore/result.rs:868 note: Run with RUST_BACKTRACE=1 for a backtrace.

bruceadams commented 7 years ago

Hmm. CloseNotify alert received is a low level IO error. I don't have any good guesses about what triggered is.