plusfriend / auto_reply

플러스친구 자동응답 API
308 stars 92 forks source link

서버 응답 #407

Open KihongHeo opened 7 years ago

KihongHeo commented 7 years ago

안녕하세요.

$ curl -XPOST 'http://namriv05.pythonanywhere.com/message' -d '{
  "user_key": "encryptedUserKey",
  "type": "text",
  "content": "pics"
}'
{
  "keyboard": {
    "buttons": [
      "pic",
      "button",
      "comb"
    ],
    "type": "buttons"
  },
  "message": {
    "text": "'pics' not found"
  }
}

이렇게 콘솔에서 신호를 보내면 문제 없이 도착하는데 카톡 앱에서 신호를 보내면 "해당 프로필의 자동 응답 시스템이 응답을 하지 않습니다." 라고 나옵니다. 혹시 이유를 알수 있을까요?

khhwang838 commented 7 years ago

자동응답 API의 문제일 가능성이 높습니다. 로그를 확인해보세요. 방화벽은 뚫렸는지 카톡 프록시 서버IP에 대해 오픈되어있는지 등도 확인해보시는 것이 좋을 것 같습니다.