API Connector cant detect API Name to call the API

Hi all,

While using API Connector under Installed Plugins, API Name: GetStocksPython, i tried to initialize call, however it keeps returning an error. The error states “There was an issue setting up your call, The API call returns a non-object and you picked JSON. Please check.” However, for other APIs within the API Name Sector, they are working, therefore i suspect a bug there.

We trouble shoot the api, it is working, and confirm from Google Cloud Platform, it works. however, the bubble plugin is not working.

funny thing is… the data appear on the front application in bubble, but backend there is an error… the API provider cannot find the “API Name” on the back… from the dev. anyone encounter this issue before? can help?

WhatsApp Image 2022-06-11 at 9.17.29 AM


It seems that the data the API returns is not recognized as JSON. The first thing I would do is to verify that the API uses correct JSON notation.

Next, did you try to set Data type to another format, f.i. Text?

for all other APIs, we have been using JSON, it didnt give us any issue… only this api… the front cant detect this… API Name “500” as seen on screenshot, we can see “1000”, “1,500” etc