Topic
Hello, I read your documentation and tried a couple of scripts on your environment. It looks very nice, but I have a few questions: 1) Running the scripts from there, I can see that all invocations are sent through http POST. Do you support other ver...
Hi, I’m looking for some help formatting a POST request to Scriptr. I am trying to run using an ESP8266 and eventually ESP32 under the Arduino IDE. I’m good with coding, but have almost no experience with formatting POST requests. If I can get a ...
Hi, I have a question regarding the invocation of our scripts on scriptr.io. We cannot send the 'Authorization' HTTP header along with our requests. Is there another way to authenticate with you? Alex
Hi, I am taking the plunge and plan on taking my first steps into programming, and I think by talking with a few people that Python is a worthy language to learn. I know a lot of people say emacs or even notepad++ is a good editor, but I wanted opini...
Hi, I need some help. I'm trying the below code: I tried the following script. var test = "abc" return http.request({ url: "http://mysterious-sierra-8455.herokuapp.com/abcd", method : 'PUT', headers : { "Content-Type": 'application/json', "Content-Le...
asked 4 years ago by Wendy
updated 4 years ago by Julien Mrad
Hi I'm getting a NULL response back from request.parameters even when passing in parameters using the IDE run dialog. Am I missing something obvious? var params = JSON.parse(request.parameters); return params.test
Hi, I can't find the correct syntax to use sendmail function with multiple recipients. Is it possible ? Regards, Jérémie
asked 4 years ago by Stefan Selvi
updated 4 years ago by Julien Mrad
I am using the document store for several different things inside of the same project now. 1) queuing system, 2) wifi probe caching/metadata, and over the next few days will be implementing more. Is it appropriate that I'm keeping all of the data in ...
Everything runs just fine, then periodically (rarely) I get a series of errors: Script execution resource limit or timeout exceeded What resource limit could I be hitting? Thanks.
Hello, I am unable to turn on automatic deployment. Please advise.
Please log in to post topics.