Skip to content

ws4py changes have broken LGWebOSRemote #172

Open
@sslupsky

Description

@sslupsky

There was a recent change (well, 3 years ago but after the 0.5.1 release) to the ws4py repo and now something appears to be broken when LGWebOSRemote is installed related to asyncio. Encountered these two errors during installation:

  self.initialize_options()
  File "build/bdist.macosx-10.9-x86_64/egg/ws4py/async_websocket.py", line 87
    asyncio.async(closeit())
            ^
SyntaxError: invalid syntax

  File "build/bdist.macosx-10.9-x86_64/egg/ws4py/server/tulipserver.py", line 43
    f = asyncio.async(self.handle_initial_handshake())
                ^
SyntaxError: invalid syntax

Specifically, it appears the "future" has arrived related to this commit #b03d29b

The egg included with the install does not include these "unreleased" compatibility changes. I believe you need to update the version of ws4py included with the install.

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