【发布时间】:2014-03-08 08:03:55
【问题描述】:
我正在尝试调用 webiopi 的 RESTful 网络服务调用,例如
(IP)/GPIO/0/value/1
但总是得到像
这样的错误Error response
Error code: 404
Message: 0/value/1 Not Found.
Error code explanation: 404 - Nothing matches the given URI.
同时
(http://IP) (my ip of raspberry pi through which i can access it from browser ie webiopi)
把它放在浏览器上通过所有的网络应用程序都可以正常工作
在后端,Web 应用发送的调用与我们在控制台中看到的相同。
可能的解决方案是什么,我的文件不是在正确的位置吗?
【问题讨论】:
标签: python rest raspberry-pi restful-url webiopi