Skip to content

Removing Subscription results in RuntimeError #25

@siebentausend

Description

@siebentausend

Hi!
First of all - great approach and very helpful project! Unfortunately, trying to remove a subscription I run into the following error:

netaudio subscription remove --rx-channel-name=CH01 --rx-device-name=Monitor

  RuntimeError

  coroutine raised StopIteration

  at /usr/lib/python3.11/asyncio/base_events.py:653 in run_until_complete
       649│             future.remove_done_callback(_run_until_complete_cb)
       650│         if not future.done():
       651│             raise RuntimeError('Event loop stopped before Future completed.')
       652│ 
    →  653│         return future.result()
       654│ 
       655│     def stop(self):
       656│         
       657│ 

Is it me doing it wrong? Not sure if it makes a difference, but it's a Multicast subscription.

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