line-bot-sdk-python icon indicating copy to clipboard operation
line-bot-sdk-python copied to clipboard

About Invalid uri

Open houboyjacky opened this issue 1 year ago • 0 comments

Currently I am using the latest version of the SDK Try to create uri in ButtonsTemplate Currently trying to create this URL 「 https://www.dcard.tw/@superbook.apk 」 {"message": "invalid uri", "property": "template/actions/2/uri"}], "message": "A message (messages[0])\u00a0in the request body is invalid" will appear.

If I change it to 「 https://www.dcard.tw/@superbook.dapk 」 「 https://www.dcard.tw/@superbook.ak 」 「 https://www.dcard.tw/@superbook.a 」 This problem will not occur Is my guess that it may be an Android installation file? That's why it's banned?

Because "@superbook.apk" is an account So it cannot be changed Hope to get a reply

houboyjacky avatar Jun 28 '24 02:06 houboyjacky