oanda / oandapy

Python wrapper for the OANDA REST API
MIT License
321 stars 147 forks source link

Oanda price streaming stopped with ChunkedEncoding Error #48

Open mahbubk9 opened 7 years ago

mahbubk9 commented 7 years ago

Hi, Any Idea why this error happened?

raise ChunkedEncodingError(e) ChunkedEncodingError: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')",)', OSError("(10054, 'WSAECONNRESET')",)) Thanks

DerekChia commented 7 years ago

I'm getting similar error as well, even when using the sample code. Is there something I should take note?

Caught exception when connecting to stream ('Connection aborted.', OSError("(54, 'ECONNRESET')",))

Update: OK, I got myself a v20 account. Seems like v1 is legacy, so please do not use it anymore.

LucyChen0228 commented 6 years ago

Hi, what does v20 account and v1 account mean? Thanks