Announcement

Collapse
No announcement yet.

Getting Error with version 1.19.0.22 and HS2

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting Error with version 1.19.0.22 and HS2

    I'm getting the following error in my log when trying to do a simple speak script.

    Here is the script (one line):
    system.speak "[Beep 1] The time is now $time"

    Here is the error:
    8/26/2005 7:37:20 PM - SpeakEasy Error - Error 450 (Wrong number of arguments or invalid property assignment) at line 510 in procedure mmSpeakNow of Module Module1

    #2
    It's been reported with version 1955 of HS2. It works just fine in 1938 and other versions. Try creating a default speaker instance in the HS2 options so that the instance is always populated and see if that helps. I.E. localhost:default

    Let me know if that works.

    George

    Comment


      #3
      I tried that but it didn't seem to make any difference. I turned on debug level 3 and get the following in the log:
      Code:
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Received Dev=0 W=False Instance="" -> "[Beep 1] The time is 10:01 PM"
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Default instance overridden by plugin setting to: "autohome:default"
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Redirect - Normalized instance is: autohome:default from: autohome:default
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Redirect - New instance after dictionary lookup is: autohome:default
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - GML Keywords: 2 |  |  |  | 1 |  |  |  |  |  | 
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - GML Tags: 2 |  |  |  | 1 |  |  |  |  |  | 
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Call user exit script: SpeakEasyExit.txt
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - --Parms:  The time is 10:01 PM~0~False~2||||1||||||~0~autohome:default
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - User exit script returned: ""
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Enter mhsSwitchSpeakers: 
      8/26/2005 10:01:45 PM  - SpeakEasy Debug - Issuing Beep: 1
      8/26/2005 10:01:45 PM  - SpeakEasy Error - Error 450 (Wrong number of arguments or invalid property assignment)  at line 510 in procedure mmSpeakNow of Module Module1
      It seems to know what beep to play, but the step after that it has trouble.

      --John

      Comment


        #4
        I got an answer from Rick on this. I reported it and they found the problem in HS2. Hopefully it will be in the next build.

        hs.playwavfile works (currently) from a script and events but will not work from a plugin.

        George

        Comment

        Working...
        X