-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ws4py broken using cherrypy>=11.1.0 #235
Comments
i have identified and fixed the problem... currently pending (pull request #236 ). |
@noam-graetz - many thanks. Have just verified that this does seem to fix the issue I was seeing. |
it should :) because we had the same problem... took me a while to find
out, and i was amused on the actual problem when i found it.
…On Mon, Dec 11, 2017 at 1:06 PM, Matt Hammond ***@***.***> wrote:
@moan-graetz - many thanks. Have just verified that this does seem to fix
the issue I was seeing.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#235 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AftuOR5r1Ku_OKBBNJcx7O4R3gq_Sj42ks5s_Qy3gaJpZM4Qo5Cd>
.
--
*Noam Graetz*
Chief Software Architect
*Firmitas Cyber Solutions (Israel) Ltd.*
*M.* +972 54 495 6898 <%2B972%2054%20593%207777>
*T.* +972 72 215 1170 ext 204
*E.* noam.graetz@firmitas- <rami.shaft@firmitas.solutions>cs.com
<http://www.firmitas.solutions/>
--
------------------------------
The information contained in this communication is intended solely for the
use of the individual or entity to whom it is addressed and others
authorized to receive it. It may contain confidential or legally privileged
information. If you are not the intended recipient you are hereby notified
that any disclosure, copying, distribution or taking any action in reliance
on the contents of this information is strictly prohibited and may be
unlawful. If you have received this communication in error, please notify
us at legal@firmitas-cs.com immediately and then delete it from your
system. Firmitas is neither liable for the proper and complete transmission
of the information contained in this communication nor for any delay in its
receipt.
|
fix issue #235: change from type() to isinstance())
@Lawouach I've just tested version 0.4.3 with latest cherrypy version 13.1.0 and I confirm it's fixed. |
@Lawouach @noam-graetz ... have also just tested with ws4py==0.4.3 and cherrypy==13.1.0. Looks good. Many thanks. Closing this issue as it is now resolved. |
ws4py appears to be broken when using latest ws4py and cherrypy>=11.1.0 (installed via pip). Specifically I'm using python 2.7 and I've got these package versions installed:
I've tested with CherryPy==
When running the simple server example I get the following error when I make a websocket connection to this server:
The text was updated successfully, but these errors were encountered: