Skip to content

Error: unexpected argument debug #1

@awesomebytes

Description

@awesomebytes

Hello, I'm trying your very promising node and I've got the following error:

~/svn/web_stuff_ws$ rosrun freeboard_ros freeboard_ros.py _host:=127.0.0.1 _port:=3274
Bottle server starting up (using WSGIRefServer(debug=True))...
Listening on http://127.0.0.1:3274/
Hit Ctrl-C to quit.

Shutdown...
Traceback (most recent call last):
  File "/home/sampfeiffer/svn/web_stuff_ws/src/freeboard_ros/scripts/freeboard_ros.py", line 30, in <module>
    main()
  File "/home/sampfeiffer/svn/web_stuff_ws/src/freeboard_ros/scripts/freeboard_ros.py", line 27, in main
    run(host=host, port=port, debug=debug)
  File "/usr/lib/python2.7/dist-packages/bottle.py", line 2389, in run
    server.run(app)
  File "/usr/lib/python2.7/dist-packages/bottle.py", line 2086, in run
    srv = make_server(self.host, self.port, handler, **self.options)
TypeError: make_server() got an unexpected keyword argument 'debug'

Using ubuntu 12.04 I installed bottle doing apt-get install python-bottle and got the version:

In [1]: import bottle

In [2]: bottle.__version__
Out[2]: '0.10.6'

Maybe that has something to do. I'll keep trying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions