Robotic Process Automation (RPA)

 View Only
  • 1.  Chatbot Error

    IBM Champion
    Posted Thu October 14, 2021 11:59 AM
    I get this error when I run the task from studio.

    My script

    defVar --name culture --type Language
    defVar --name username --type String
    defVar --name options --type List --innertype String --value "[Informations,Contact]"
    defVar --name selectedOptions --type String
    createLanguage --culture "en-US" culture=value
    botConnect --type "Chat" --language ${culture} --autoanswer  --timeout "00:05:00"
        botAskName --beep  --text "Hello! What\'s your name?" --timeout "00:05:00" username=first
        botAskList --names ${options} --beep  --text "Hey, ${username}, I will be your virtual assistant today,\r\nhow can I help you?" --timeout "00:02:00" selectedOptions=value
    botDisconnect

    This is the error I'm getting


    ------------------------------
    [Islam] [Fathy]
    [RPA Consultant]
    [ValleySoft]
    [+201093854466]
    Islam
    ------------------------------


  • 2.  RE: Chatbot Error

    IBM Champion
    Posted Thu October 14, 2021 12:10 PM
    System.TimeoutException: Timeout waiting for 'Connect' event from bot server
    at AqleduH8DvqUc9lFhWa.dArLh2H1THYvZSl0WcO.<Open>d__6.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    at sCUM2BH6RMOZ7fqSbNt.qXNBkRHtEPcEYmIbPEC.<Start>d__6.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    at bVwmSLHo6DsXp5mcEQj.fMUUyLHQq7789Eh1FBj.<Connect>d__1.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    at WDG.Automation.Communication.BotConnectCommand.<Execute>d__31.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    at WDG.Automation.Language.ErrorHandler.tbPq9GiGpn(Exception )
    at WDG.Automation.Language.ErrorHandler.HandleExecutionExceptionIfNeeded(Exception exception, IAutomationCommand command)
    at WDG.Automation.Language.CommandInterpreter.<Run>d__12.KGHIkKCPHPDHFJwjUAl(Object , Object , Object )
    at WDG.Automation.Language.CommandInterpreter.<Run>d__12.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
    at WDG.Automation.Language.ScriptInterpreter.<RunCore>d__17.MoveNext()

    ------------------------------
    [Islam] [Fathy]
    [RPA Consultant]
    [ValleySoft]
    [+201093854466]
    Islam
    ------------------------------



  • 3.  RE: Chatbot Error

    IBM Champion
    Posted Wed October 20, 2021 07:17 PM
    Got the same error ... mine was running the SalesLeadChatbot.wal script in design mode unaltered (from the "Chatbots with IBM RPA" Hands-on Lab (version 1.0)

    ------------------------------
    Gene Stakhov
    ------------------------------