oetiker / remOcular

your eyes in the cloud
GNU General Public License v3.0
44 stars 10 forks source link

Problem starting remocular #4

Closed walserc closed 11 years ago

walserc commented 11 years ago

Hi,

I followed https://raw.github.com/oetiker/remOcular/master/README and installed remocular into /opt/remocular-0.9.0/ on a Debian 6.0.6 system. If I try to start the standalone version by running /opt/remocular-0.9.0/bin/remocular.pl daemon I get the following error:

Subroutine id redefined at (eval 60) line 2.
Mojolicious::Commands->start is DEPRECATED in favor of
Mojolicious::Commands->start_app!!!
Couldn't find application class "remOcular=HASH(0x2d62208)".

How can I fix this?

Thanks for any help, Christoph

oetiker commented 11 years ago

mojolicious is such a moving target! will get back to you.

walserc commented 11 years ago

Hi Tobi,

any progress yet?

Christoph

oetiker commented 11 years ago

just pushed 0.11.0 ... enjoy

fabifri commented 7 years ago

Hi Tobi, i hope you don't mind me opening the topic again.

Installed it like recommended in the README file on Debian 7. All fine, but when starting the standalone daemon, i get the following error:

Can't locate object method "secret" via package "remOcular" at /opt/remocular-0.11.1/bin/../thirdparty/lib/perl5/Mojo/Server.pm line 17

I found the following information regarding that "secret" is obsolete in a new version of mojolicious. Probably a moving target thingy again - but i don't know how to adopt remOcular to that changes.

https://github.com/ldidry/lstu/issues/7

oetiker commented 7 years ago

oh my dear ... remocular could use some serious love ... secret is now called secrets ... and expects an array pointer as input ...

oetiker commented 7 years ago

please try master ... I fixed this line ... but there are bound to be other problems ... both mojo and qooxdoo as well as the browsers have moved considerably in the meantime ...

magarvo commented 7 years ago

Any sign of this getting fixed? I tried to use the master only to encounter other issues. I've used all the latest packages/plugins

oetiker commented 7 years ago

yea ... I guess that remocular needs some serious love ... updating it to current technology levels ... unfortunately at the moment I have no free resources for doing this