Open timc3 opened 14 years ago
Also, the javascript docs mentions calling subscription.publish() for publishing but running against hosted.hookbox.org, that functions doesn't seem to be available on the subscription (channel) object. But on the connection object it is, with the extra argument with the channel name. Where is the bug? In the documentation or in the code?
And the producer.py file in the python_graphic_eq example has a wrong statement, which prevents the example being run altogether! Instead of "http://127.0.0.1:2974/rest/publish" it should be "http://127.0.0.1:2974/web/publish".
Some of the documentation is out of date, from the version of Hookbox on PyPI to this version.
For example, secret is now security_token, and in the current version /rest is now /web.