• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. moeins
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    moeins

    @moeins

    0
    Reputation
    288
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    moeins Unfollow Follow

    Latest posts made by moeins

    • RE: Error using "jsonrpclib"

      0_1480011637271_screenshot_02.png

      posted in Official API - Evok
      M
      moeins
    • RE: Error using "jsonrpclib"

      Hi,

      the relay is visible on the web interface and works fine.
      The output of debugging mode is on the attached screenshot.

      0_1480010164201_screenshot_01.png

      posted in Official API - Evok
      M
      moeins
    • Error using "jsonrpclib"

      Hi,
      this is my code:

      import websocket
      import json
      from jsonrpclib import Server
      
      s=Server("http://192.168.1.200/rpc")
      s.relay_set(4,1)
      
      

      I am getting always this error:

      File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/jsonrpclib/jsonrpc.py", line 239, in _request
      return response['result']
      TypeError: 'NoneType' object has no attribute 'getitem'

      Raspberry 2 B
      RASPBIAN JESSIE

      posted in Official API - Evok
      M
      moeins