Announcement

Collapse
No announcement yet.

How to get rid of this error

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

    How to get rid of this error

    3/27/2010 10:57:25 PM - Error - Initializing script run: File 'C:\Program Files (x86)\Homeseer HS2\scripts\Insteon_ExtDevSupport_TStat.vb' not found.


    I installed the script a while ago. How do I remove this error?

    Thanks,
    Steve

    #2
    Do you have an event calling this script?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      I deleted the script in the past and deleted the 2 events and I am still getting this error on startup. Where can I find the startup script When HS starts up?

      Comment


        #4
        Look in the startup.txt file found in the scripts directory.
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          That is not in the script. This is the startup.txt file:

          ' this is the startup script
          ' it is run once when HomeSeer starts up
          '
          ' this is a good place to default status on some devices
          '
          sub main()
          hs.WriteLog "Startup","Scripting is OK"

          ' if speaker client is not running, start it
          if not hs.IsApplicationRunning("Speaker") then
          'hs.Launch hs.GetAppPath & "\Speaker.exe","","",0
          end if

          ' speak
          'hs.speak "Welcome to Home-Seer",TRUE

          ' add calls startup scripts and function calls here

          end sub

          Comment


            #6
            Insteon_ExtDevSupport_TStat.vb is probably trying to run from the file Insteon_ExtDevSupport.vb, located in the scripts folder. If you don't use the Insteon plugin you can delete this file also, otherwise just rem it out.
            Mike

            Comment


              #7
              I do use the Insteon, so I commented out that line in that script and now all is well.

              Thanks!

              Comment

              Working...
              X