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

Exception fetching remote configuration: No module named 'ovos_backend_client' #75

Closed
goldyfruit opened this issue Apr 29, 2023 · 2 comments

Comments

@goldyfruit
Copy link
Member

goldyfruit commented Apr 29, 2023

Everything was running, then the audio service just started to return this error.

2023-04-28 18:46:42.108 - audio - ovos_bus_client.session:reset_default_session:175 - INFO - New Default Session Start: f0dc679a-c788-4acc-90d7-2ca5227ddab7
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
	version 1.31.2; written and copyright by Michael Hipp and others
	free software (LGPL) without any warranty but with best wishes

Directory: /dev/shm/tts/PollyTTS/Joanna/en-us/
Playing MPEG stream 1 of 1: 04a43692239dec3c7c744b72a749e988.mp3 ...

MPEG 2.0 L III cbr48 22050 mono

	Title:   
	Artist:  
	Album:   
	Year:    
	Genre:   
	Comment: 



[0:01] Decoding of 04a43692239dec3c7c744b72a749e988.mp3 finished.
2023-04-28 18:47:35.448 - audio - ovos_config.models:reload:202 - ERROR - Exception fetching remote configuration: No module named 'ovos_backend_client'
2023-04-28 18:47:35.456 - audio - ovos_config.models:load_local:105 - DEBUG - Configuration /home/ovos/.config/mycroft/web_cache.json loaded
2023-04-28 21:43:09.656 - audio - ovos_config.models:reload:202 - ERROR - Exception fetching remote configuration: No module named 'ovos_backend_client'
2023-04-28 21:43:09.711 - audio - ovos_config.models:load_local:105 - DEBUG - Configuration /home/ovos/.config/mycroft/web_cache.json loaded

Do I need to have ovos_backend_client installed in audio, if yes why is that?

@JarbasAl
Copy link
Member

as the error says, its needed for fetching remote configuration if using a backend

@NeonDaniel
Copy link
Member

This appears related to ovos_config rather than ovos_audio. I believe ovos-backend-client is already optional there but if not this should probably log INFO or lower when remote config isn't expected

@NeonDaniel NeonDaniel transferred this issue from OpenVoiceOS/ovos-audio Oct 11, 2023
@github-actions github-actions bot mentioned this issue Dec 28, 2023
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