I cant even install locale from libreelec repo.
It just says installation failed.
other libreelec repo addons allow me to install (chrome for example) just locale gives me installation failed
Thanks
Are you on RPI?
I cant even install locale from libreelec repo.
It just says installation failed.
other libreelec repo addons allow me to install (chrome for example) just locale gives me installation failed
Thanks
Are you on RPI?
I can confirm that after installing the locale addon and changing it to en_US.UTF-8 on the addon's settings, emulationstation now runs normally.
Glad it worked for you too..also doesn't have to be en_US.UTF-8 only...mine worked on en_GB.UTF-8
i've tried setting the locale in the /storage/.profile which now looks like this:
Typing locale now gives me these results:
Code Display MoreLANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8
Unfortunately, i still get the same error when starting emulationstation
That didn't work...tried it also...There is an addon in Libreelec repo just for that called Locale
It's an environment variable. I set it in the systemd service that I run ES from, don't know how it's launched in this addon.
Thanks...we'll wait for bite_your_idols perhaps this can be done too.
You need to set LANG=en_US.UTF-8 when launching Emulationstation, I believe that should fix the runtime error.
Do you have any idea where do we have to edit?
Or is it something you set during compiling..thanks
Display MoreHi.
I was having trouble with my PVR frontend not displaying artwork on recording files for a kodi skin and it was suggested i needed to run TVheadend V 4.3 to resolve...
However i dont see this update under the Add-on section within libreelec.
Is there another way to update TVheadend?
Sorry newbie questions, are available updates managed by libreelec?
Thanks.
Are you sure Kodi does not start or it's the TV that does not recognize the resolution kodi is set to..
Can you access your libreelec from a network?
What comes to mind is I would start libreelec on another TV via HDMI...then install VNC and connect to analog output again and change resolution from VNC..Probably there are other more technical options with sdtv_mode = 2 one of them but it's not working for you so try that..
Edit...or try to set libreelec on lowest resolution available via hdmi on another tv before you connect to your older tv
Just on / off
PWM is also working nicely
All works fine thanks alot!!
Glad you r sorted...which script are you using PWM or On/Off?
The cec error was probably due to the fact that no CEC capable monitor is attached..so I don t think is crash related.
Da Flex I m more concerned about this
WARNING: CGUIWindowManager - HandleAction - ignoring action 122, because topmost modal dialog closing
Does someone know if these errors/warnings are skin related?
And I m starting to think that my crashes are due to confluence skin as on the last crash I was viewing trough VNC and noticed the UI went mad,all sorts of menus where coming up at the same time and moving on its own randomly..strange behaviour not sure how to describe it..
After that I lost connection to the Rpi.
yeah seen that and I disabled it already together with many other things..infact second log is with cec disabled..thanks
Another log from another crash
So I have this Rpi3 acting as a Tvheadend server no monitor attached headless which is crashing from time to time...was on 9.0.2 and now fresh installed 9.1.501 but it's doing the same thing..
All you need is a transistor and you can control your fan either on/off to a set temperature or use PWM (Fan speed control)with same wiring but different script.....A simple 5v 4mm fan with 2 wires will do the job if you set it right...let me know if you need more info..
Display MoreHello when Im trying run script always end with
LibreELEC:~/.kodi/userdata # python autoexec.py
Traceback (most recent call last):
File "autoexec.py", line 10, in <module>
import RPi.GPIO as GPIO
ImportError: No module named RPi.GPIO
Did you install Raspberry pi tools addon from repo?