I am sorry if this is not the right place to post it. I am not able to view my previous sessions even though when I start a new one I can track my phone.
I did notice I was getting an error when opening phonetrack though. Am I doing something wrong?
Thanks
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Hmmm did you have any problem like that before? When did the problem appear? Right after upgrading PhoneTrack?
There is a problem while getting Nextcloud user names because some characters in some names are not UTF-8 I guess. This should have happend before. I didn't change anything in this area in PhoneTrack lately...
I'll try to reproduce the bug when i get some free time.
Thanks. I haven't tried previous versions as I just installed phonetrack so maybe it happens in older versions as well.
Interestingly enough, it looks like the sessions are still there even though I can't see them as I can't create a session with a name I used before (unless I have already deleted it).
Yes, sessions are successfully created but then, there is a "crash" when getting them on page load.
SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'utf8' at <>
It seems there is an encoding problem in your database. Or maybe it's a bug in Nextcloud. Best I can do is to catch the error and return an empty user list. Side effect: you won't have user name auto completion in sharing input. Not so bad.