Starting HTTP API

Hi, I am trying to start the http rest service with

poppy-services --http poppy-humanoid 

and I get this error:

Traceback (most recent call last):
  File "/home/poppy/.pyenv/versions/2.7.9/bin/poppy-services", line 11, in <module>
    sys.exit(main())
  File "/home/poppy/.pyenv/versions/2.7.9/lib/python2.7/site-packages/poppy/creatures/services_launcher.py", line 64, in main
    poppy = installed_poppy_creatures[args.creature](**poppy_args)
  File "/home/poppy/.pyenv/versions/2.7.9/lib/python2.7/site-packages/poppy/creatures/abstractcreature.py", line 106, in __new__
    cross_domain_origin="*", quiet=http_quiet)
TypeError: __init__() got an unexpected keyword argument 'quiet'

I tryed with Python as well and I get the same error. I just updated poppy-humanoid and poppy-creature.

Any idea ?

You should upgrade pypot via pip (pip install pypot --upgrade) or from the git repository. It’s strange because poppy-creature has the last version of pypot in his dependencies.

right, it works ! Thanks @Theo