Read the statement by Michael Teeuw here.
Logging issues
-
@BKeyport yes, i know, i sent a notification with a string and it crashed. so i added a check, its NOT supposed to be a string
but ive got to figure out how to deal with that -
@sdetweil Yeah, I was looking into the code myself.
Maybe a re-write to see if it’s a string, then parseint(this.curPage) - and if it’s not NaN, run it?
-
@BKeyport yeh, but parseInt stops if it sees a non numeric, but doesn’t fail
so 1234test returns 1234
which is incomplete
such was my comment about what to do
-
@BKeyport git pull when you have time
-
@sdetweil OK. It’s now changing pages correctly, but it will resume rotation if pause is already set and you request it again.
-
@BKeyport did you log that?
doing pause-rotation?
-
@BKeyport did you changepage? it didn’t set active ,but started, now sets active
new git pull
I put it in manual mode (rotationTime:0,)
and it also works as expected -
@sdetweil It now is working as expected. Thanks for the help.
-