Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: French Translation added #35518

    fbienaime
    Participant

    Many thanks for this announcement and for having pushed my translation in GitHub.

    This translation is based on my own appreciation on the way to interpret the OSPi/Interval Program concepts and how to accomodate wording with the application UI. For example I have decided to stay with the Run-Once concept as I believe it is understandable for almost all users and not so easy to translate in French with the UI restriction.

    Please post me any remarks and comments.

    in reply to: Interval 2 program issues #27292

    fbienaime
    Participant

    I have got the same error message by cliking on Programs just starting from the Home page. I’m using a brand new V1.4 OSPi board and I have to mentionned that this error doesn’t occured until I have setup several mor things:
    – Monthly adjust plugin
    – Apache server to instal and run the Raspcontrol program that I used to operate and works correctly on other OSPi (V1.8.3) installation

    Maybe this would give some reason why I encounter this issue.

    Here is the log I’ve got my side:

    pi@rubus-demo ~/OSPi $ sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 125%
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    192.168.0.23:51618 - - [04/Jul/2014 18:31:17] "HTTP/1.1 GET /" - 303 See Other
    192.168.0.23:51618 - - [04/Jul/2014 18:31:17] "HTTP/1.1 GET /login" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:35] "HTTP/1.1 POST /login" - 303 See Other
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /" - 200 OK
    192.168.0.23:51623 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/status" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/log" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/log" - 200 OK
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 814, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for >>: 'float' and 'int'

    192.168.0.23:51624 - - [04/Jul/2014 18:31:53] "HTTP/1.1 GET /vp" - 500 Internal Server Error

    Many thanks

Viewing 2 posts - 1 through 2 (of 2 total)