n0bisuke / node-red-contrib-line-messaging-api

NodeREDやenebularでLINE Messaging APIが利用できます。
https://flows.nodered.org/node/node-red-contrib-line-messaging-api
Apache License 2.0
6 stars 8 forks source link

reply message which is from line official account will get status 400. #5

Closed huangchinlin closed 3 years ago

huangchinlin commented 3 years ago

nodered version: 1.3.5 nodejs version: 12

I have a line official account and enabled message api. I can get a message which send by user in nodered, but can not reply the message. the respone code is 400.

On other hand, I also make the same robot as friend and also join the same robot into a group, both are working well, it means I can get message from user, and also get success to reply message to user.

Should I modify message structure for the situation that reply user message which from line official account? thanks.

huangchinlin commented 3 years ago

I have solved this issue. The reason is bad link between line official account and message api provider.