I’m trying to create an app that record an audio in thunkable, save it with the cloudinary url in the format “.wav”, send it to a flask server located in my online website with pythonanywhere, download locally the audio, analyze it with Librosa and return the decibels, but it doesn’t work, any suggestions?
Yea Sorry, the server work well, It gives the correct log and so on…
I think the problem is in the web api call or in the convertion of audio url, because the error is
“the browser or proxy send a request that this server could not understand” or “failed tò fetch data”. Can u revise if both code and their relation works well?
<!doctype html>
<html lang=en>
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>The browser (or proxy) sent a request that this server could not understand.</p>
But when you test it in Thunkable Live test or Web Preview, it’ll Crash Because the JSON Response is too Large with more than 200k values in a single List ( 3.57 MB) when I tested it on Postman.
Thunkable can’t Manage these Big Files, there are thousands of Objects inside the Response and It’ll be hard to Figure out a way to do it in Thunkable.
You can DM me as I can Figure out a way to Fix it in Thunkable.