Announcement

Collapse
No announcement yet.

Error creating an event

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error creating an event

    From TV Listings, select - record, remind or watch, select - create event, get this error -

    Script error: Type mismatch: 'clientMsgType' if clientMsgType = 1 Then
    fs.Add "1,"
    Else
    fs.Add "0,"
    End if
    if clientMsgBox = 1 Then
    fs.Add "1,"
    Else
    fs.Add "0,"
    End if
    if clientTray = 1 Then
    fs.Add "1,"
    Else
    fs.Add "0,"
    End if
    if clientTitle = "" Then
    fs.Add "NULL,"
    Else
    fs.Add "'"
    fs.Add Replace(clientTitle,"'","''")
    fs.Add "', "
    End if
    if clientMessage = "" Then
    fs.Add "NULL "
    Else
    fs.Add "'"
    fs.Add Replace(clientMessage,"'","''")
    fs.Add "' "
    End if
    fs.Add " )"
    RunActionQuery fs.Value,dbname
    fs.Reset

    Ver.2.1.0.33 on Win XP, removed and installed HSTV 2 times

    Can you give me some help?

    This is a incredible script and has all the features I need and more.
    Thanks, Drew

    #2
    pfloyd,
    I have found the cause of this bug and will have the fix in the next release.

    Jeff Farmer
    HomeSeer user since March, 2000

    --
    Jeff Farmer
    HS 3, HSPhone
    My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
    Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave

    Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2

    Comment

    Working...
    X