Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DanteCache Missing? #13

Open
marcnnn opened this issue Mar 14, 2023 · 2 comments
Open

DanteCache Missing? #13

marcnnn opened this issue Mar 14, 2023 · 2 comments

Comments

@marcnnn
Copy link

marcnnn commented Mar 14, 2023

Hey,
I would like to help to develop.

But it looks like some code is missing on master?

Traceback (most recent call last):
File "/home/marc/Projects/network-audio-controller/netaudio/main.py", line 12, in
from netaudio.console.application import main
File "/home/marc/Projects/network-audio-controller/netaudio/init.py", line 10, in
from .console.application import main
File "/home/marc/Projects/network-audio-controller/netaudio/console/init.py", line 1, in
from .commands.channel import ChannelCommand
File "/home/marc/Projects/network-audio-controller/netaudio/console/commands/init.py", line 5, in
from .subscription import SubscriptionCommand
File "/home/marc/Projects/network-audio-controller/netaudio/console/commands/subscription/init.py", line 5, in
from ._list import SubscriptionListCommand
File "/home/marc/Projects/network-audio-controller/netaudio/console/commands/subscription/_list.py", line 13, in
from netaudio.dante.cache import DanteCache
ModuleNotFoundError: No module named 'netaudio.dante.cache'

@bfranske
Copy link

Duplicate of Issue #12 . I think the DanteCache feature was never fully implemented/working when committed. Check an older version like https://github.com/chris-ritsen/network-audio-controller/tree/81eae884464211cdfb0e9d9093cea0146a3cc4f7

@weltenseglr
Copy link

Might be a duplicate.
In commit a9cece2 the server + cache were initially pushed. However, in the following commit dcb54c1 imports missing code
from netaudio.dante.cache import DanteCache.

I'd guess the server + cache all in one have been refactored into two sperate modules server and cache, but @chris-ritsen missed to add all files to his commit?

@bfranske is a9cece2 working for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants