Page 24 of 28

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 25 Jan 2019, 19:12
by Toube
So I re-imaged with 0.5 beta. Gitpulled to latest version. Installed addons.
I installed / expanded partition and after that same error message.
Fatal error: Call to a member function hSet() on null in /srv/http/addons.php on line 31

I'm I the only one getting this?

Regards,
Toube

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 25 Jan 2019, 19:23
by cmh714
Toube wrote:Hi,

I haven't done any changes to my setup and now suddenly when I try access the add-ons using UI I get this error:
Fatal error: Call to a member function hSet() on null in /srv/http/addons.php on line 31

Any ideas why or how to fix it?

Regards,
Toube


Just updated and same here....hmm, think its a redis thingy...not sure poking around.

EDIT: well for now I just rem'ed out the offending line and the page renders again....not exactly sure why its broken...

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 25 Jan 2019, 20:08
by Toube
So there is something fishy with the latest addon version?
Any way to revert back to older version or to stop the auto updating for automatically updating the addon?

Edit: Uninstalling the addon from player/dev will render the the whole system unusable. Tried this 3 times and after addon uninstall I have to reflash to get all up and running again.

-Toube

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 25 Jan 2019, 20:16
by cmh714
Toube wrote:So there is something fishy with the latest addon version?
Any way to revert back to older version or to stop the auto updating for automatically updating the addon?

Edit: Uninstalling the addon from player/dev will render the the whole system unusable. Tried this 3 times and after addon uninstall I have to reflash to get all up and running again.

-Toube


yes you can disable the update but I am forgetting the how atm....just do what I did. Line 31 is used for the SD card expansion, so rem'ing it out just removes it from the addons page.....but you already expanded the sd.

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 25 Jan 2019, 20:32
by Toube
Well on a fresh install it will always install the latest update for the addon.
We need a setting for this to be able to comment out the SD.

For now I will not install the Addons, seems to bring some trouble.
Even though the Enhanced UI is pretty cool I can live without it as long as all is working well :)

-Toube

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Jan 2019, 05:18
by rern
cmh714 wrote:...
Just updated and same here....hmm, think its a redis thingy...not sure poking around.

EDIT: well for now I just rem'ed out the offending line and the page renders again....not exactly sure why its broken...

Please restore the line and try this for me:
Code: Select all
. /srv/http/addonsedit.sh

file=/srv/http/addons.php
string=$( cat <<'EOF'
$redis = new Redis();
$redis->pconnect( '127.0.0.1' );
EOF
)
append '1'

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Jan 2019, 05:41
by cmh714
rern wrote:
cmh714 wrote:...
Just updated and same here....hmm, think its a redis thingy...not sure poking around.

EDIT: well for now I just rem'ed out the offending line and the page renders again....not exactly sure why its broken...

Please restore the line and try this for me:
Code: Select all
. /srv/http/addonsedit.sh

file=/srv/http/addons.php
string=$( cat <<'EOF'
$redis = new Redis();
$redis->pconnect( '127.0.0.1' );
EOF
)
append '1'



Seems to be back @rern. Thanks!

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Jan 2019, 06:58
by rern
Update 20190126
Fix loading error.

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Jan 2019, 08:41
by Toube
rern wrote:Update 20190126
Fix loading error.


Great Rern,

thanks for the quick fix.

-Toube

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 04 Feb 2019, 11:57
by Toube
Hi @Rern,

the latest addons update seems to mess with the playtime numbers color.
Using the normal UI.
- When I hit play button the playtime counter font changes to a dark grey color and there is also an error in the console.
Please see screenshot:
https://imgur.com/CiDmeJ2

Regards,
Toube