Skip to content

AttributeError: '_UnixSelectorEventLoop' object has no attribute 'create_task' #5

@gonzag88

Description

@gonzag88

Hi @piannucci

Thanks for the work you've done here. I'm developing an app for a customer who uses the GLM 50 and I need to read data from Bluethooth, so i think your code would really help me.

The problem is that I cannot start the server. I'm not a Python developer so i'm not sure if i'm doing things right, but when i do python glm-server.py i get this:

Traceback (most recent call last):
  File "glm-server.py", line 471, in <module>
    loop.create_task(runBluetoothCentralManager(
AttributeError: '_UnixSelectorEventLoop' object has no attribute 'create_task'

I'm using Python 3.4.0.

Thanks a lot!!!

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