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

Post your questions and help other users.

Moderator: Martin

Post Reply
lord_EarlGray
Posts: 19
Joined: 16 Jun 2018 21:17

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

Post by lord_EarlGray » 09 Jul 2018 21:23

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:

Code: Select all

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.model.a.dc$1.b(SourceFile:678)
    at ch.gridvision.ppam.androidautomagiclib.util.cj$1$1.run(SourceFile:52)
    at android.os.Handler.handleCallback(Handler.java:761)
    at android.os.Handler.dispatchMessage(Handler.java:98)
    at android.os.Looper.loop(Looper.java:156)
    at android.app.ActivityThread.main(ActivityThread.java:6523)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:942)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:832)
Caused by: java.io.FileNotFoundException:  (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:146)
    at java.io.FileInputStream.<init>(FileInputStream.java:99)
    at ch.gridvision.ppam.androidautomagic.util.g.b(SourceFile:280)
    at ch.gridvision.ppam.androidautomagic.util.g.a(SourceFile:128)
    at ch.gridvision.ppam.androidautomagic.model.a.dc$1.h(SourceFile:429)
    at ch.gridvision.ppam.androidautomagic.model.a.dc$1.a(SourceFile:384)
    at ch.gridvision.ppam.androidautomagic.model.a.dc$1.c(SourceFile:350)
    at ch.gridvision.ppam.androidautomagiclib.util.cj$1.run(SourceFile:40)
    at java.lang.Thread.run(Thread.java:776)

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

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

Post by digitalstone » 09 Jul 2018 21:57

Looks like you are using a path somewhere:
Caused by: java.io.FileNotFoundException: (No such file or directory)
You should check the validity of your path.
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

lord_EarlGray
Posts: 19
Joined: 16 Jun 2018 21:17

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

Post by lord_EarlGray » 09 Jul 2018 22:29

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.

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

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

Post by digitalstone » 10 Jul 2018 10:24

Maybe if you would share your flow or make a screenshot, we could help you more. We know not much about the context of the error otherwise.
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

lord_EarlGray
Posts: 19
Joined: 16 Jun 2018 21:17

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

Post by lord_EarlGray » 10 Jul 2018 18:29

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.

User avatar
digitalstone
Posts: 342
Joined: 21 Oct 2017 12:36
Location: The Netherlands

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

Post by digitalstone » 10 Jul 2018 19:04

Nice!

Getting more info from your logs:
Go to a log from any flow (or expansion menu) ---> 3-dot menu ---> Settings ---> "Debug Log"
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)

Post Reply