AppleScript support broken?

Got a problem with Viscosity or need help? Ask here!

WarriorXK

Posts: 2
Joined: Fri Jul 28, 2017 6:34 pm

Post by WarriorXK » Fri Jul 28, 2017 6:42 pm
Hi there,

I seem to have an issue with the latest viscosity for MacOS (Version 1.7.3 1412).
I have an apple script on the BeforeConnect in which I attempt to block a new connect attempt in a certain situation, unfortunately it doesn't seem to work:
Code: Select all
if true then
    display notification "Not connecting" with title "Viscosity - Unable to connect" sound name "Basso"
    return "ViscosityNoConnect"
end if
I do see the notification, so the script does get executed, any idea if I am doing something wrong here?

James

User avatar
Posts: 2313
Joined: Thu Sep 04, 2008 9:27 pm

Post by James » Mon Jul 31, 2017 8:23 am
Hi WarriorXK,

It sounds like you may be running into a regression in Viscosity 1.7.3 in regards to the parsing of script output. Please give the latest beta version a try and please let us know if you're still having any issues:
https://www.sparklabs.com/support/kb/ar ... -versions/

Cheers,
James
Web: https://www.sparklabs.com
Support: https://www.sparklabs.com/support
Twitter: https://twitter.com/sparklabs

WarriorXK

Posts: 2
Joined: Fri Jul 28, 2017 6:34 pm

Post by WarriorXK » Wed Aug 02, 2017 4:26 pm
James wrote:
Hi WarriorXK,

It sounds like you may be running into a regression in Viscosity 1.7.3 in regards to the parsing of script output. Please give the latest beta version a try and please let us know if you're still having any issues:
https://www.sparklabs.com/support/kb/ar ... -versions/

Cheers,
James
Hi James,

The beta version seems to work, thanks for the help!
3 posts Page 1 of 1