This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.
JSONRepresentation failed
In the most recent update, just installed, there was an item that said 'check your log' to see if 'JSONRepresentation failed' is there.
HOW do I 'check my log'? Does that mean the list of logins? It sounds rather like the RECORD of activity...which I don't know where to find.
HOW do I 'check my log'? Does that mean the list of logins? It sounds rather like the RECORD of activity...which I don't know where to find.
Flag
0
Comments
-
Hi gddcy,
Thanks for diving into the logs. That warning is unrelated. So it looks like you didn't see the JSONRepresentation alert.
We recently added in a bunch of warnings like the one that you saw to help track down an obscure bug (that so far has affected one user, but it's perplexing). So these extra warnings are temporary and for our own testing. Sorry for the confusion.
If (and only if) you are very comfortable with the Unix command-line and familiar with sudo, there is a trick that I do as a non-admin user. (By the way, I wish that more people would follow your practice and run as non-admin). You can add yourself to /etc/sudoers. After that, you will be able to do things like
[code]sudo less /var/log/messages[/code]
without having to actually log in to your admin account.
Please note that if you damage your sudoers file, bad things will happen. So I point this out to folks like me who are gold Unix guys.
Cheers,
-jFlag 0