Mastering-Python-for-Finance-source-codes icon indicating copy to clipboard operation
Mastering-Python-for-Finance-source-codes copied to clipboard

ForexSystem streaming stopping with ChunkedEncodingError

Open mahbubk9 opened this issue 8 years ago • 1 comments

Hi, Your ForexSystem code runs fine but after a while stops with this error code; raise ChunkedEncodingError(e) ChunkedEncodingError: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')",)', OSError("(10054, 'WSAECONNRESET')",))

Thanks for your help!

mahbubk9 avatar May 28 '17 22:05 mahbubk9

ChunkedEncodingError is a general connection error. Please provide full log output to help identify your source of error.

jamesmawm avatar Jun 05 '17 00:06 jamesmawm