Websocket returning novel error

I am getting this message back when I connected to the websocket streaming account information. I have not changed my code at all and have been using the service for many months without a problem. Recall - I have not changed my code at all.

sent 1009 (message too big) over size limit (1147136 > 1048576 bytes); no close frame received

I removed the websocket max message size limitation on the python API and this fixed the problem.