We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Failed to execute accumulator server in Orion

Hello,

I would like to create the subscription using Docker(http://fiware-orion.readthedocs.io/en/develop/user/walkthrough_apiv2/#subscriptions).

However, the accumulator-server.py returned typeerror as bellow:


scripts]# ./accumulator-server.py --port 1028 --url /accumulate --host ::1 --pretty-print -v
verbose mode is on
port: 1028
host: ::1
server_url: /accumulate
pretty: True
https: False
Traceback (most recent call last):
  File "./accumulator-server.py", line 142, in <module>
    print "key file: " + key_file
TypeError: cannot concatenate 'str' and 'NoneType' objects
 

How can I execute it or create subscription without accumulator-server.py?