You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an interesting Problem:
When I use ocat to get data like this: ocat --user user --device 12121212121 --last
I get the data containing the field "inregions":["Region Name"]
But when I try to just get a view fields like this: ocat --user user --device 12121212121 --last --fields inregions
It returns [{}]
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
You are likely not doing anything wrong, and I'm marking this as a bug.
The --fields query is simplistic at best, and I doubt that query works at all as inregions is something we added much later to the apps and it probably didn't occur to me that people would want to do that, sorry. :-)
Hi, I have an interesting Problem:
When I use ocat to get data like this:
ocat --user user --device 12121212121 --last
I get the data containing the field
"inregions":["Region Name"]
But when I try to just get a view fields like this:
ocat --user user --device 12121212121 --last --fields inregions
It returns
[{}]
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: