Steve McAtee

Results 2 issues of Steve McAtee

Hey All, I just did the pip install on a Linux box. I still needed to do: sudo apt-get install libleveldb-dev to get the pip install to work. Thanks, Steve

Caused by: java.io.EOFException: \n not found: limit=0 content=… at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:237) at okhttp3.internal.http1.Http1Codec.readHeaderLine(Http1Codec.java:215) at okhttp3.internal.http1.Http1Codec.readResponseHeaders(Http1Codec.java:189) The code: ` import client.EosApiClientFactory; import client.EosApiRestClient; import client.domain.response.chain.AbiJsonToBin; import java.util.HashMap; import java.util.Map; public class Main...