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

can't connect / error in log / no sound / font too small #544

Open
ysiegel29 opened this issue Jun 13, 2020 · 0 comments
Open

can't connect / error in log / no sound / font too small #544

ysiegel29 opened this issue Jun 13, 2020 · 0 comments

Comments

@ysiegel29
Copy link

ysiegel29 commented Jun 13, 2020

Hello,
I am new to this project and have been trying to make it work for few days without any luck, quite frustrating.

I sometimes manage to connect to the user interface (but a lot of time it is not responsive), sometime I can't even connect (it seems I have more trouble when USB card, "DTECH", is connected to USB port).

I have never managed to hear any sound.

At the moment, despite a fresh re-install I can't even access UI...

You will find the 2 log files below.

So there is this:
File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 73, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gst not available

Any idea? Is there is an issue with USB?

Also impossible to find how to change the font size of the console, I can't read on my monitor (so use ssh), any idea?

I have not changed anything to install but wifi, ssh = true and password

I use a pi zero w.

Thank you in advance!

startup log:

root@MusicBox:/var/log# cat musicbox_startup.log 
************************
Initializing MusicBox...
************************
Setting sound configuration...
Probing sound devices:
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio]
* Found internal device: card0
* Found internal device: card0
* Found usb device: card1
Selected card=  (i2s=  output=auto  usb=1  intc=0)
No output was specified/found, falling back to auto detection
Selected card=1  (i2s=  output=usb  usb=1  intc=0)
Using audio card1 (usb)
MusicBox name is MusicBox
ifup: interface wlan0 already configured
Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
Reconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/`

Listening on LPF/wlan0/b8:27:eb:6c:74:82
Sending on   LPF/wlan0/b8:27:eb:6c:74:82
Sending on   Socket/fallback
DHCPRELEASE on wlan0 to 192.168.1.1 port 67
Reloading /etc/samba/smb.conf: smbd only.
done.
Stopping Samba daemons: nmbd smbd.
Starting Samba daemons: nmbd smbd.
Starting Dropbear SSH server: dropbear.
Starting daemon monitor: monit.
Scanning music-files, please wait...
Traceback (most recent call last):
  File "/usr/local/bin/mopidy", line 5, in <module>
    from mopidy.__main__ import main
  File "/usr/local/lib/python2.7/dist-packages/mopidy/__main__.py", line 10, in <module>
    from mopidy import commands, config as config_lib, ext
  File "/usr/local/lib/python2.7/dist-packages/mopidy/commands.py", line 14, in <module>
    from mopidy.audio import Audio
  File "/usr/local/lib/python2.7/dist-packages/mopidy/audio/__init__.py", line 4, in <module>
    from .actor import Audio
  File "/usr/local/lib/python2.7/dist-packages/mopidy/audio/actor.py", line 10, in <module>
    from mopidy.audio import tags as tags_lib, utils
  File "/usr/local/lib/python2.7/dist-packages/mopidy/audio/tags.py", line 10, in <module>
    from mopidy.internal.gi import GLib, Gst
  File "/usr/local/lib/python2.7/dist-packages/mopidy/internal/gi.py", line 9, in <module>
    gi.require_version('Gst', '1.0')
  File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 73, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available
***********************************************************************************
My IP address is 192.168.1.17
Connect to me in your browser at http://MusicBox.local or http://192.168.1.17
***********************************************************************************

and mopidy.log:

root@MusicBox:/var/log# cat mopidy/mopidy.log
2020-06-13 06:52:51,081 - WARNING  /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a 2.7.x release that supports hmac.compare_digest as soon as possible.
  utils.DeprecatedIn23,

2020-06-13 06:52:51,417 - WARNING  /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py:163: CryptographyDeprecationWarning: OpenSSL version 1.0.1 is no longer supported by the OpenSSL project, please upgrade. A future version of cryptography will drop support for it.
  utils.CryptographyDeprecationWarning
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

1 participant