Hello,--Asking for some help on something that I'm sure is very simple! I've been working with the Untappd API and no problems with the majority of commands except Add Comment (I haven't yet tried check-in).I've tried various different things, but keep getting the following error:{"meta":{"code":500,"error_detail":"Your comment is empty - please try again","error_type":"invalid_param":"developer_friendly","response_time":{"time":0.028,"measure":"seconds"}},"response":[]}My log file shows:Calling POST : https://api.untappd.com/v4/checkin/addcomment/{checkin-id}?access_token={access_token}Sending body:{"comment":testing}I've also tried with single quotes outside, like: '{"comment":"testing"}'. I've tried quotes around testing too.I've tried Content-Type headers of application/json and application x-www-form-urlencoded.I get the same error everytime. If I put an invalid check-in ID in then that's the first error that comes up (i.e. telling me I've put an Invalid Check-in ID).I'm not having problems sending POST requests with other APIs.I'm sure this is something really simple but having searched the web I can't find anyone having similar problems. Is anyone able to advise on what I am doing wrong?Stay safe all.
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
Can you try key/value pairs, just "comment=Test"Greg
On Fri, Jun 5, 2020 at 9:00 AM $ingh <thane...@gmail.com> wrote:
Hello,--Asking for some help on something that I'm sure is very simple! I've been working with the Untappd API and no problems with the majority of commands except Add Comment (I haven't yet tried check-in).I've tried various different things, but keep getting the following error:{"meta":{"code":500,"error_detail":"Your comment is empty - please try again","error_type":"invalid_param":"developer_friendly","response_time":{"time":0.028,"measure":"seconds"}},"response":[]}My log file shows:Calling POST : https://api.untappd.com/v4/checkin/addcomment/{checkin-id}?access_token={access_token}Sending body:{"comment":testing}I've also tried with single quotes outside, like: '{"comment":"testing"}'. I've tried quotes around testing too.I've tried Content-Type headers of application/json and application x-www-form-urlencoded.I get the same error everytime. If I put an invalid check-in ID in then that's the first error that comes up (i.e. telling me I've put an Invalid Check-in ID).I'm not having problems sending POST requests with other APIs.I'm sure this is something really simple but having searched the web I can't find anyone having similar problems. Is anyone able to advise on what I am doing wrong?Stay safe all.
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
Thanks for the response. I've tried that, but still the same error message. I'm confused :/
On Friday, 5 June 2020 14:26:57 UTC+1, Greg Avola [Untappd] wrote:
Can you try key/value pairs, just "comment=Test"Greg
On Fri, Jun 5, 2020 at 9:00 AM $ingh <thane...@gmail.com> wrote:
Hello,--Asking for some help on something that I'm sure is very simple! I've been working with the Untappd API and no problems with the majority of commands except Add Comment (I haven't yet tried check-in).I've tried various different things, but keep getting the following error:{"meta":{"code":500,"error_detail":"Your comment is empty - please try again","error_type":"invalid_param":"developer_friendly","response_time":{"time":0.028,"measure":"seconds"}},"response":[]}My log file shows:Calling POST : https://api.untappd.com/v4/checkin/addcomment/{checkin-id}?access_token={access_token}Sending body:{"comment":testing}I've also tried with single quotes outside, like: '{"comment":"testing"}'. I've tried quotes around testing too.I've tried Content-Type headers of application/json and application x-www-form-urlencoded.I get the same error everytime. If I put an invalid check-in ID in then that's the first error that comes up (i.e. telling me I've put an Invalid Check-in ID).I'm not having problems sending POST requests with other APIs.I'm sure this is something really simple but having searched the web I can't find anyone having similar problems. Is anyone able to advise on what I am doing wrong?Stay safe all.
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/51bf34c9-f0b2-400b-8487-2e0d68ae74ddo%40googlegroups.com.
POST https://api.untappd.com/v4/checkin/addcomment/[checkinidremovedforthispost]
1022 ms
▶Network
▶addresses: {…}
▶tls: {…}
▶Request Headers
Authorization: Bearer [redacted]
User-Agent: PostmanRuntime/7.25.0
Accept: */*
Postman-Token: [redacted]
Host: api.untappd.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 18
▶Request Body
"Comment": "Test"
▶Response Headers
Date: Sat, 06 Jun 2020 14:57:25 GMT
Content-Type: application/json; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: nginx
X-Ratelimit-Limit: 100
X-Ratelimit-Remaining: 91
X-Auth-Type: user
X-API-Version: 4
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT
Access-Control-Allow-Headers: Origin,Content-Type,Accept,X-Untappd-App,X-Untappd-App-Version
▶Response Body
{"meta":{"code":500,"error_detail":"Your comment is empty - please try again.","error_type":"invalid_param","developer_friendly":"","response_time":{"time":0.026,"measure":"seconds"}},"response":[]}To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/51bf34c9-f0b2-400b-8487-2e0d68ae74ddo%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/51bf34c9-f0b2-400b-8487-2e0d68ae74ddo%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/469e9942-62fd-4ac7-8dcc-014f1ab5f28eo%40googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/CAHtSLa7Ta%2BFvmSc4-nmwnq%2Bz5W2_oHopVKLUROsov1W1FGikug%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/51bf34c9-f0b2-400b-8487-2e0d68ae74ddo%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/469e9942-62fd-4ac7-8dcc-014f1ab5f28eo%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/d872176b-f521-4e79-84df-5c656b59b450o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/6baf5330-a1df-4a01-856c-da41b9b3f044o%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/51bf34c9-f0b2-400b-8487-2e0d68ae74ddo%40googlegroups.com.
--
--
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/469e9942-62fd-4ac7-8dcc-014f1ab5f28eo%40googlegroups.com.
----
You received this message because you are subscribed to the Google Groups "Untappd API Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to untappd-api-developer-group+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/untappd-api-developer-group/CAHtSLa7Ta%2BFvmSc4-nmwnq%2Bz5W2_oHopVKLUROsov1W1FGikug%40mail.gmail.com.
--Greg Fiumara
comment=Any text here under 140 characters of course