• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    evok neuron http post problems

    Official EVOK API
    1
    1
    1161
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hiljainenk last edited by

      I am having trouble with a neuron evok installation. Yesterday it worked fine and today not… http get messages work fine but post messages get a <405 Method Not Allowed> both within my own script(jsonrpclib) and directly sending them with wget also fails.

      in a script
      url="http://192.169.1.210:8089/"
      s=Server(url)
      s.ao_set_value('1_01',0

      <405 Method Not Allowed>

      or in command line
      wget -qO- http://192.169.1.210:8089/rest/ao/1_01 --post-data='value=5'
      i get a return message
      {"errors": {"all": "4.99270546833"}, "success": false}

      1 Reply Last reply Reply Quote 0
      • First post
        Last post