PluginCafe / cinema4d_cpp_sdk

The official C++ example project for the Cinema 4D R19 SDK.
https://developers.maxon.net/
Apache License 2.0
27 stars 15 forks source link

Python Console Error #4

Closed donovankeith closed 6 years ago

donovankeith commented 9 years ago

image

Traceback (most recent call last):
  File "'HTTP Dispatcher'", line 73, in Main
  File "/Applications/Maxon/R17 Beta/resource/modules/python/Python.osx.framework/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 57] Socket is not connected

I think that I've narrowed this issue down to the C4D C++ Plugin SDK Example Project (uninstalled all other plugins). This error (see above) prints to the console if you:

  1. Click on the "Plugins" pull down.
  2. Tear off the palette.
  3. Close the torn-off palette.

It only prints it once, and typically only after first loading.