Git Product home page Git Product logo

Comments (9)

mkschreder avatar mkschreder commented on July 30, 2024

Make sure you have installed the lighttpd from juci repo with webocket
support and not from openwrt feed.
On 26 May 2016 11:43, "DanialCasvyn" [email protected] wrote:

please help mkschreder
i got this error
sorry for my bad english
RPC init
01-juci.js:50 connecting to rpc server at (ws://192.168.1.1/websocket/)
01-juci.js:50 RPC connection established!
01-juci.js:50 RPC initialized!
01-juci.js:50 UCI Init
01-juci.js:50 Init UCI
01-juci.js:50 UCI failed to initialize!(anonymous function) @ 01-juci.js:50
01-juci.js:50 JUCI Init
01-juci.js:51 init: config
01-juci.js:50 Could not sync config juci(anonymous function) @
01-juci.js:50
01-juci.js:51 Using settings from config/juci on router
01-juci.js:50 Failed to verify session.
01-juci.js:50 juci: loading menu from server..
01-juci.js:38 Uncaught Error: [$injector:modulerr]
http://errors.angularjs.org/1.3.15/$injector/modulerr?p0=juci&p1=Error%3A%2…20%20%20at%20_t%20(http%3A%2F%2F192.168.1.1%2Fjs%2F01-juci.js%3A38%3A32716)

https://cr-input.mxpnl.net/data?_channel_id=&_partner_id=39571&_sub_id=0000&_app_version=1.0.23&_app=cs-dca
Failed to load resource: net::ERR_NAME_NOT_RESOLVED


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#44

from juci.

DanialCasvyn avatar DanialCasvyn commented on July 30, 2024

i have installed the lighttpd from juci repo with websocket
i've check folder bin/../packages/juci and lighttpd was there

from juci.

mkschreder avatar mkschreder commented on July 30, 2024

If you can't get devel (2.16.05) working then use stable 2.16.02 instead.
You should remove your feeds folder, then update all feeds and then do
./scripts/feeds install -f -a -p juci. Only after that install the rest of
the openwrt packages. That would make sure that you have all the right
packages first and then duplicates will not be installed if they exist.

On Thu, May 26, 2016 at 1:40 PM, DanialCasvyn [email protected]
wrote:

i have installed the lighttpd from juci repo with websocket
i've check folder bin/../packages/juci and lighttpd was there


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#44 (comment)

from juci.

DanialCasvyn avatar DanialCasvyn commented on July 30, 2024

thanks mkschreder, i wil try

from juci.

DanialCasvyn avatar DanialCasvyn commented on July 30, 2024

i try compile juci 2.16.02 and i get error when compile luaposix33

Package luaposix33 is missing dependencies for the following libraries:
libncursesw.so.5

ncurses already compile
i've check folder libncursesw, libncursesw.so.5 was there. but it's link shared library file, target to libncursesw.so.5.9 (this file was there)

from juci.

mkschreder avatar mkschreder commented on July 30, 2024

Yes some people have been having that problem. For some reason it tries to
link against ncursesw instead of libncurses. I don't know what causes it
for some.
On 26 May 2016 15:30, "DanialCasvyn" [email protected] wrote:

i try compile juci 2.16.02 and i get error when compile luaposix33

Package luaposix33 is missing dependencies for the following libraries:
libncursesw.so.5

ncurses already compile
i've check folder libncursesw, libncursesw.so.5 was there. but it's link
shared library file, target to libncursesw.so.5.9 (this file was there)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#44 (comment)

from juci.

DanialCasvyn avatar DanialCasvyn commented on July 30, 2024

i try compile again juci 2.16.02
and i get this error in console
Init UBUS ->
01-juci.js:50 Init UCI
01-juci.js:50 Missing type definition for config rpcd
01-juci.js:50 init: config
01-juci.js:49 RPC error (system.board): {"jsonrpc":"2.0","id":1,"error":{"code":-32002,"message":"Access denied"}}request.error @ 01-juci.js:49
01-juci.js:49 RPC error (uci.revert): {"jsonrpc":"2.0","id":1,"error":{"code":-32002,"message":"Access denied"}}request.error @ 01-juci.js:49
http://192.168.1.1/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
01-juci.js:50 Synched config juci
01-juci.js:50 Using settings from config/juci on router
01-juci.js:49 RPC error (session.access): {"jsonrpc":"2.0","id":1,"error":{"code":-32700,"message":"Parse error"}}request.error @ 01-juci.js:49
01-juci.js:49 Session access call failed: you will be logged out!(anonymous function) @ 01-juci.js:49
01-juci.js:50 Failed to verify session.
01-juci.js:50 juci: loading menu from server..
01-juci.js:38 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.3.15/$injector/modulerr?p0=juci&p1=Error%3A%2…20%20%20at%20_t%20(http%3A%2F%2F192.168.1.1%2Fjs%2F01-juci.js%3A38%3A19686)
https://cr-input.mxpnl.net/data?_channel_id=&_partner_id=39571&_sub_id=0000&_app_version=1.0.23&_app=cs-dca Failed to load resource: net::ERR_NAME_NOT_RESOLVED

from juci.

mkschreder avatar mkschreder commented on July 30, 2024

v2.16.02 no longer maintained.

from juci.

ajeecai avatar ajeecai commented on July 30, 2024

I got exact the same error when try to build with latest tree commit#592e32a, so what is the idea?

from juci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.