ThingSpeak internal server error
Ältere Kommentare anzeigen
Hi all,
I am trying to send data to thingspeak server through a channel by using the commands thingSpeakWrite.
However I get an error like this:
"The server returned the message: "Internal Server Error" for URL, 'https://api.thingspeak.com/channels/575425/upload_json/' (with HTTP response code 500)".
can you help me with that?
the code is the following
channelID_re1 = 577227;
writeKey_re1 = '8W0ALLFR811P79BD';
table1=Required_energy(:,1);
tStamps = [datetime('now')-minutes(899/80):minutes(1/80):datetime('now')]';
dataTable = table(tStamps,table1);
where Required energy is a vector [900x1]
thanks a lot
Akzeptierte Antwort
Weitere Antworten (0)
Communitys
Weitere Antworten in ThingSpeak Community
Kategorien
Mehr zu Read Data from Channel finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!