Unable to launch the MyMedia UI from my RaspberryPi server

Post Reply
sridharaiyer
Posts: 1
Joined: Thu Aug 13, 2020 5:46 pm

Unable to launch the MyMedia UI from my RaspberryPi server

Post by sridharaiyer »

Device: RPi 3B+
MyMedia Software: mymedia_1.3.122.0-1_armhf.deb


Step1: MyMedia on Rpi seems to be installing properly.
Here is the console output on my Rpi

My Media for Alexa
===================

Thank you for installing My Media for Alexa

My Media for Alexa runa as a background daemon with a web interface for administration.
Note that My Media is running as the user: pi

If you want to change the user, modify the daemon service configuration in /etc/systemd/system/mymedia.service

Please visit http://127.0.0.1:52051 or http://XXX.XXX.X.XX:52051 to open the My Media web console and complete configuration.

Log files are available in ~/.MyMediaForAlexa
Uninstall with sudo dpkg -r mymedia

Support via [email protected]
Processing triggers for libc-bin (2.28-10+rpi1) ...
===============================================================================================
Step2: I try to open http://127.0.0.1:52051 or http://XXX.XXX.X.XX:52051 from my browser (intentionally shown XXX to hide my IP)

Browser can't open
===============================================================================================

Step3: Opened the log file at ~/.MyMediaForAlexa/MyMediaForAlexa.log

Saw this error message -

13/08/2020 18:57:47.321 4855:0 01 Program.cs:CurrentDomain_UnhandledException:157 Error: System.Security.Cryptography.CryptographicException: Could not create user key store '/home/pi/.config/.mono/keypairs'. ---> System.UnauthorizedAccessException: Access to the path "/home/pi/.config/.mono" is denied.

Please advise me on my next steps.
bizmodeller
Posts: 458
Joined: Thu Nov 14, 2013 8:40 pm

Re: Unable to launch the MyMedia UI from my RaspberryPi server

Post by bizmodeller »

hi,

please can you post the output of the following:

Code: Select all

ls -ltra /home/pi/.config
Thanks
Post Reply