错误消息Not Found: No pending pairing requests with specified pairing_phrase是什么意思?
我从这里开始阅读文档:https://dev.toopher.com/docs/
并从这里使用Ruby API:https://github.com/toopher/toopher-ruby
当我运行演示时,我收到以下输出:
{
"error_message" =>
"Not Found: No pending pairing requests with specified pairing_phrase",
"error_code" =>
404
}我应该如何继续?
发布于 2012-12-30 14:18:16
此消息是在以下三种情况之一中接收到的:
考虑到这一组原因,我建议检查一下,以确保您输入的配对短语没有任何拼写错误,没有在输入之前超过10分钟生成,并且还没有使用过。
如果这些都不是,那么请向dev@toopher.com报告错误。
希望这能有所帮助。谢谢你的问题!
https://stackoverflow.com/questions/14083267
复制相似问题