sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32673
[Bug 1460616] [NEW] Error saving files in IDE
Public bug reported:
I have finally been able to make a minimal test case for when IDE fails
to save the file:
# -*- coding: utf-8 -*-
import sys
from sikuli import *
from sikuli.Sikuli import *
sys.path.append(projectPath)
def testMessageEdit():
assert()
message21 = TableCell()
FilterTable.clickMessage(message21)
wait(2)
if __name__ == "__main__":
testMessageEdit()
Try entering the code above in a new file and save. It will report:
[error] IDE: A non-IOException-problem when trying to save null Error: null
This happens way too often and usually in files not as obvious as this
one. It is so bad that I mostly have to work in notepad++ and only run
scripts from IDE.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1460616
Title:
Error saving files in IDE
Status in Sikuli:
New
Bug description:
I have finally been able to make a minimal test case for when IDE
fails to save the file:
# -*- coding: utf-8 -*-
import sys
from sikuli import *
from sikuli.Sikuli import *
sys.path.append(projectPath)
def testMessageEdit():
assert()
message21 = TableCell()
FilterTable.clickMessage(message21)
wait(2)
if __name__ == "__main__":
testMessageEdit()
Try entering the code above in a new file and save. It will report:
[error] IDE: A non-IOException-problem when trying to save null Error: null
This happens way too often and usually in files not as obvious as this
one. It is so bad that I mostly have to work in notepad++ and only run
scripts from IDE.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1460616/+subscriptions
Follow ups
-
[Bug 1460616] Re: [1.1.0] Error saving file in IDE in special situation (copy&paste code snippet)
From: RaiMan, 2016-01-15
-
[Bug 1460616] Re: Error saving files in IDE
From: Chathura, 2016-01-14
-
[Bug 1460616] Re: Error saving files in IDE
From: Chathura, 2016-01-14
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-02
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-02
-
[Bug 1460616] Re: Error saving files in IDE
From: RaiMan, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: RaiMan, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: RaiMan, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: RaiMan, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: RaiMan, 2015-06-01
-
[Bug 1460616] Re: Error saving files in IDE
From: Zeks, 2015-06-01
-
[Bug 1460616] [NEW] Error saving files in IDE
From: Zeks, 2015-06-01
References