Search found 19 matches

by lord_EarlGray
10 Jul 2018 18:29
Forum: User Help / Bug Reports
Topic: My flow suddenly stoped working. What does this log means?
Replies: 5
Views: 11534

Re: My flow suddenly stoped working. What does this log mean

I have found what was causing this problem. My stupid mistake :) I have checked "Use a large icon" in "Notification on Statusbar" action and didn't pointed any path. I think that this log could be more explicit.
by lord_EarlGray
09 Jul 2018 22:29
Forum: User Help / Bug Reports
Topic: My flow suddenly stoped working. What does this log means?
Replies: 5
Views: 11534

Re: My flow suddenly stoped working. What does this log mean

yeah I'm using, but this path is ok. I have also deleted action that uses this path just to check and I have the same error.
by lord_EarlGray
09 Jul 2018 21:23
Forum: User Help / Bug Reports
Topic: My flow suddenly stoped working. What does this log means?
Replies: 5
Views: 11534

My flow suddenly stoped working. What does this log means?

Hi, I had flow working just fine, but suddenly I started getting error. I don't understand what's wrong. My log looks like this: 09.07.2018 23:13:47.089 [LocationOnStatusbar] Error: ch.gridvision.ppam.androidautomagiclib.util.m: (No such file or directory) at ch.gridvision.ppam.androidautomagic.mode...
by lord_EarlGray
09 Jul 2018 18:05
Forum: User Help / Bug Reports
Topic: JSON in "pretty" format?
Replies: 2
Views: 6866

Re: JSON in "pretty" format?

That works perfect for me! Thanks!
by lord_EarlGray
09 Jul 2018 17:23
Forum: User Help / Bug Reports
Topic: is it possible to write more than one line into file?
Replies: 2
Views: 6639

is it possible to write more than one line into file?

Hi, I'm looking for solution to write more than one line (multiple variables one for each line) to file. I didn't figure out if there is possibility to manage this with script. There is action "Write to File", but for me it seems only to write one line to file.
by lord_EarlGray
09 Jul 2018 17:07
Forum: User Help / Bug Reports
Topic: JSON in "pretty" format?
Replies: 2
Views: 6866

JSON in "pretty" format?

Hi,

Is there any way to log JSON http response in pretty format? I have occasionally problems with parsing JSON and I can't find reason when it is logged in one line.
by lord_EarlGray
18 Jun 2018 19:56
Forum: User Help / Bug Reports
Topic: How to format string?
Replies: 7
Views: 19049

Re: How to format string?

Thanks! That split was exactly what I was asking for. It works and I'm getting json in response. For the sake of clarity, could you please explain me this syntax: split("{loc,locationformat,decimal}", ","); returned JSON looks like this: { "place_id": "91015268", "licence": "Data © OpenStreetMap con...
by lord_EarlGray
18 Jun 2018 14:21
Forum: User Help / Bug Reports
Topic: How to format string?
Replies: 7
Views: 19049

How to format string?

Hi! I'm currently working on flow, that will show my current location with address on status bar. I have initialized global variable that will stores bu current location in format lat,long for example: 33.16537,28.73459 Now I want to send http request to nominatim.openstreetmap.org in format: https:...