Mastering-Python-for-Finance-source-codes
Mastering-Python-for-Finance-source-codes copied to clipboard
ForexSystem streaming stopping with ChunkedEncodingError
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!
ChunkedEncodingError is a general connection error. Please provide full log output to help identify your source of error.