[Solved] Thunkable Live app crashing

@juschan0605

Justin, Web APIs are very difficult as far as getting the syntax correct goes. It’s really unlikely this is a bug in Thunkable’s software.

If you are getting the white “something has gone wrong” screen, there are a few things that usually cause that including:

  1. Using the wrong API key or leaving it out
  2. Mispelling a JSON property name
  3. Attempting to get data from an invalid property (e.g. the hierachy is object–>title–>name but you are trying to get object–>name).

Post a screenshot of your Web API blocks and the full url (hide the API key) that you are using as text so that we can try it in a browser to make sure it’s correct.

For a better understanding of APIs and JSON parsing, see my new tutorial video:

1 Like