Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby Toopher API:消息是什么;没有具有指定配对短语的挂起配对请求;什么意思?_Ruby_Api_Toopher - Fatal编程技术网

Ruby Toopher API:消息是什么;没有具有指定配对短语的挂起配对请求;什么意思?

Ruby Toopher API:消息是什么;没有具有指定配对短语的挂起配对请求;什么意思?,ruby,api,toopher,Ruby,Api,Toopher,错误消息,notfound:No pending pairing requests with specified pairing\u phrase的意思是什么 我从这里开始跟踪文档: 并在此处使用Ruby API: 当我运行演示时,我收到以下输出: { "error_message" => "Not Found: No pending pairing requests with specified pairing_phrase", "error_code" =>

错误消息,
notfound:No pending pairing requests with specified pairing\u phrase
的意思是什么

我从这里开始跟踪文档:

并在此处使用Ruby API:

当我运行演示时,我收到以下输出:

{
  "error_message" => 
      "Not Found: No pending pairing requests with specified pairing_phrase",
  "error_code" =>
      404
}

如何继续?

此消息在以下三种情况之一下收到:

  • 输入的配对短语从未由Toopher移动应用程序的用户创建
  • 输入的配对词组太旧(配对词组寿命较短,到期相对较快)
  • 输入的配对短语已被使用(配对短语只能使用一次)
  • 考虑到这一系列原因,我建议检查以确保您输入的配对短语没有任何打字错误,在输入之前10分钟内没有生成,并且没有被使用

    如果这些都不是,那么请将错误报告给

    希望这有帮助。谢谢你的提问