get_location fails

Putting this in any async or non-async AppleScript handler just results in a timeout error:
tell application "BetterTouchTool"

set MyLoc to get_location
end tell

  • BetterTouchTool version: 3.05 (1164)

are location services enabled for BTT in system preferences => security & privacy => privacy?

Yes. If I run an independent AppleScript instance (e.g.: from the Applescript editor) with the same code, it returns the expected result.

ah that seems to be some weird restriction when running the script inside the apple script system view. However it should still work correctly when it's actually executed by BTT - just not while editing.

Hmmm, that does seem to be the case. Thanks!