Skip to content

Mirobo does not start on raspberry pi #442

@thorschtn

Description

@thorschtn

Do not get mirobo running on raspberry pi.

I have already updated Python and Pip and all dependencies, installation of python-miio ran without error, but at startup I always get the following error message, what's missing?

pi@raspberrypi ~ $ mirobo --ip 192.168.178.38 --token 39xxxxxxxxxxxxxxxxxxxxxxa74 Traceback (most recent call last): File "/usr/local/bin/mirobo", line 7, in <module> from miio.vacuum_cli import cli File "/usr/local/lib/python3.5/site-packages/miio/__init__.py", line 2, in <module> from miio.airconditioningcompanion import AirConditioningCompanion File "/usr/local/lib/python3.5/site-packages/miio/airconditioningcompanion.py", line 7, in <module> from .click_common import command, format_output, EnumType File "/usr/local/lib/python3.5/site-packages/miio/click_common.py", line 251, in <module> result_msg_fmt: Union[str, callable]="{result}"): File "/usr/local/lib/python3.5/typing.py", line 534, in __getitem__ dict(self.__dict__), parameters, _root=True) File "/usr/local/lib/python3.5/typing.py", line 467, in __new__ params.append(_type_check(p, msg)) File "/usr/local/lib/python3.5/typing.py", line 299, in _type_check raise TypeError(msg + " Got %.100r." % (arg,)) TypeError: Union[arg, ...]: each arg must be a type. Got <built-in function callable>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions