← Back to team overview

sikuli-driver team mailing list archive

[Bug 1738751] Re: [1.1.1] IDE: A non-IOException-problem when trying to save null --- fixed 1.1.2

 

The Offending Code


if exists("1436954341080-2.png",v_Time):
        while exists("1436954341080-2.png",0.2):
            v_Questions = v_Questions + 1
            if v_Questions < 5:
                Gen_Message() ; print "Next 1 v_Questions",v_Questions
            Find_Question()
            if Question_Found == 0:
                click(Location(611, 515))
            Gen_Message() ; print "Find Question"
            if exists("1445501029668.png",v_Time):
                print "Question Correct"
            Gen_Message() ; print "Try Congratulations"
            #else:            
                #Track_Questions()        
            setRect(486,400,636,330)
            #highight(2)
            if exists("1436954341080-2.png",0.5):
                click(getLastMatch()) 
            Gen_Message() ; print "Next 2"
    else:
        v_Time = 0.1

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1738751

Title:
  [1.1.1] IDE: A non-IOException-problem when trying to save null ---
  fixed 1.1.2

Status in Sikuli:
  Fix Committed

Bug description:
  [error] IDE: A non-IOException-problem when trying to save null
  Error: null

  1.1.1(2017-03-30_01:00)/Mac10.12.6/Java8(64)1.8.0_25-b17

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1738751/+subscriptions


References