Page 1 of 1

Text made by IFTTT, Push2Run dont parse its line breaks

Posted: Thu Aug 12, 2021 10:52 am
by mcneil
Dropbox applet in IFTTT can create a text file, just like the Setup page.https://push2run.com/setup_dropbox.html
However, in recently update, the line break <br> the Content field turns to only a LF (in ASCII is 0xa). that results in a UNIX text format file .
Push2Run is working fine, if the line breaks is CR;LF (in ASCII is 0xd ,0xa), MS PC text format file.
But, Push2Run can not treat only a LF as a line break. please see the comparison image in the attachments.
That causes Push2Run not think the file as legal and not to execute commands, then delete it.
As the result, the things written in the Setup page won't work.
Please help to fix it.
Thank you very much.

Re: Text made by IFTTT, Push2Run dont parse its line breaks

Posted: Thu Aug 12, 2021 3:11 pm
by RobLatour
I just ran a test and it is working for me.

Can you please restart Push2Run, run a test, and then copy and paste the contents of your Session log into a post on this board. I'd like to take a look to see what your session log is saying.

Thanks, Rob

Re: Text made by IFTTT, Push2Run dont parse its line breaks

Posted: Fri Aug 13, 2021 1:04 pm
by mcneil
Hi, Rob

I figure that out,
I thought it is the case of "parse CR;LF incorrectly." and the command text is not executed by Push2Run.
Actually, it parses the text and the line breaks correctly.
The reason that did not execute the command in the text file is explained in the "SessionLog.txt" as below.
"The Dropbox file's "Created At" time is more than three minutes ago; the Dropbox file will be deleted and no further processing action will be taken"
Thank you for the helping.