jamesmawm / Mastering-Python-for-Finance-source-codes

Accompanying source codes for my book 'Mastering Python for Finance'.
MIT License
513 stars 276 forks source link

ForexSystem streaming stopping with ChunkedEncodingError #6

Open mahbubk9 opened 7 years ago

mahbubk9 commented 7 years ago

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!

jamesmawm commented 7 years ago

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