Giter Site home page Giter Site logo

Issue running the app about infinitude HOT 4 CLOSED

nebulous avatar nebulous commented on April 28, 2024
Issue running the app

from infinitude.

Comments (4)

treaves avatar treaves commented on April 28, 2024

Once the app is running (as following the instructions on the main page), I can load the app in my browser. However, this is a snippet of what I get:

[Sun Sep 11 12:53:16 2016] [debug] GET "/notifications.json" [Sun Sep 11 12:53:16 2016] [debug] Routing to a callback [Sun Sep 11 12:53:16 2016] [debug] Template "key.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.html.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Rendering cached template "not_found.html.ep" from DATA section [Sun Sep 11 12:53:16 2016] [debug] 404 Not Found (0.05029s, 19.885/s) [Sun Sep 11 12:53:16 2016] [debug] GET "/status.json" [Sun Sep 11 12:53:16 2016] [debug] Routing to a callback [Sun Sep 11 12:53:16 2016] [debug] Template "key.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.html.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Rendering cached template "not_found.html.ep" from DATA section [Sun Sep 11 12:53:16 2016] [debug] 404 Not Found (0.050093s, 19.963/s) [Sun Sep 11 12:53:16 2016] [debug] GET "/energy.json" [Sun Sep 11 12:53:16 2016] [debug] Routing to a callback [Sun Sep 11 12:53:16 2016] [debug] Template "key.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.json.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Template "not_found.development.html.ep" not found [Sun Sep 11 12:53:16 2016] [debug] Rendering cached template "not_found.html.ep" from DATA section [Sun Sep 11 12:53:16 2016] [debug] 404 Not Found (0.052177s, 19.166/s) [Sun Sep 11 12:53:31 2016] [debug] Inactivity timeout [Sun Sep 11 12:53:31 2016] [debug] Closed: 1006 Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at /usr/local/share/perl/5.14.2/Mojo/IOLoop/Stream.pm line 46. Mojo::Reactor::Poll: I/O watcher failed: Can't call method "_read" on an undefined value at

from infinitude.

nebulous avatar nebulous commented on April 28, 2024

Could you provide the output of the Infinitude tests? prove -v from your Infinitude directory.

from infinitude.

nebulous avatar nebulous commented on April 28, 2024

I'm going to close this issue since I didn't get a reply. Likely the above is due to missing dependencies. If you're using a Raspberry Pi, perhaps this documentation link will help

https://github.com/nebulous/infinitude/wiki/Installing-Infinitude-on-Raspberry-PI-(raspbian)

Feel free to reopen if you have new information.

from infinitude.

7ooL avatar 7ooL commented on April 28, 2024

I get the same error

 ./infinitude test
Can't find serial device: /dev/ttyUSB0. Serial monitoring disabled.
Use of uninitialized value $ENV{"MOJO_MODE"} in string eq at ./infinitude line 49.
Running tests from "/home/host/infinitude-master/t".
/home/host/infinitude-master/t/00-depends.t ............ ok
/home/host/infinitude-master/t/01-xml-simple-minded.t .. ok
/home/host/infinitude-master/t/02-cache-filedump.t ..... ok
/home/host/infinitude-master/t/system-post.t ........... Can't find serial device: /dev/ttyUSB0. Serial monitoring disabled.
Use of uninitialized value $ENV{"MOJO_MODE"} in string eq at /home/host/infinitude-master/t/../infinitude line 49.
/home/host/infinitude-master/t/system-post.t ........... 1/9 Use of uninitialized value in concatenation (.) or string at /home/host/infinitude-master/t/../infinitude line 239.
/home/host/infinitude-master/t/system-post.t ........... ok
All tests successful.
Files=4, Tests=42,  6 wallclock secs ( 0.04 usr  0.01 sys +  1.67 cusr  0.12 csys =  1.84 CPU)
Result: PASS

i have also seen

 Use of uninitialized value in join or string at ./infinitude line 385.

I take it it comes from not having the serial monitoring, is there a way to disable it permanently?

from infinitude.

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.