Hey,
I am trying to set up a API call. I have done this many times before, but today, I get the error:
“There was an issue setting up your call.
Raw response for the API
Status code 500
{“message”:“Unexpected end of JSON input”}”
I checked with the developers of the API, and the call is set up correctly. Is the bubble.io API Connector not working today or broken?
There is a typo in you json that what giving you unexpended end of json.
It can be due two reasons:
- In your workflow you are using double quotation and inside it the condition with :format_as_tex … which by default give double quotation, thus you having double quotation twice. “ “ Your value “ “
- Or you are not using format_as_text and you are not wrapping the with manual double quotation this its giving error
If its simply a long text i suggest wrpa you variable in api connect with double quotation …like “ “ … and simpley pass your value in ypur workflow.
If you still stuck ping me i would love to help in a call
Hey, thanks for the response.
I am not running this in any workflows, as I haven’t gotten that far, I am simply trying to initialize the call to start with.
There is no double quotations anywhere, also, I would format it as JSON safe inside a workflow, that’s why there’s not quotation in the string, but in the value instead.
I can’t for the life of me seem to get this to work.
When you be free ping me, i can help you set this up