Skip to content

Error when running #1

Description

@kirkins

When I run python3 Connector.py -m 1 -t 900 -r 50 -l 1 I get back:

     ->[*] Loading group blacklist...
Traceback (most recent call last):
  File "Connector.py", line 307, in <module>
    main()
  File "Connector.py", line 295, in main
    top = TelegramOperator() #Object is recreated every time to reset the data
  File "Connector.py", line 50, in __init__
    self.initialize_run()
  File "Connector.py", line 210, in initialize_run
    for dialog in dialogs:
TypeError: 'coroutine' object is not iterable
sys:1: RuntimeWarning: coroutine 'DialogMethods.get_dialogs' was never awaited

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