I give up... (resend, did not see on list)

James Sentman james at sentman.com
Thu Oct 26 13:25:42 EDT 2017


I’ve been trying to get my emails to go through to the list for some time, didn’t want to re-send them all in case dozens came through.

Unfortunately this seems to work fine for me. When I run this on my machine I get the full list and no units are left out, they are even in alphabetical order. Are you running a very earlier version of XTension? For a test I wrote a script like this:


set myUnits to unit type “all”

write log “There are “ & (length of myUnits) & “ units returned in the list”

repeat with workUnit in myUnits
  write log workUnit
end repeat

If you do that does it give you an accurate count of units and write them all to the log or are some still missing?

If you can locate a unit that is definitely missing from that output can you do one other thing for me and get some debug output from that unit? From the command line in XTension please do:

tell xUnit “name of a missing unit” to logDebugData()

and email me the output from that off the list. It’s possible the unique id’s have gotten lost or something odd like that I suppose. 



> On Oct 26, 2017, at 1:19 PM, Thomas Arman <tarman at me.com> wrote:
> 
> How do i “really” get a list of ALL units?
> 
> This misses most units from Vera:             set AllList to unit type “all"
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.machomeautomation.com/pipermail/xtensionlist/attachments/20171026/0e4cad1f/attachment.html>


More information about the XTensionList mailing list