← Back to team overview

sikuli-driver team mailing list archive

[Question #699200]: Sikulix IDE cannot make http requests

 

New question #699200 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699200

Hi!
I have a problem with SIKULIX IDE 2.0.5.
Im trying to make a get request to a webservice. I've already tried the urllib and urllib2 python libs to accomplish this and the IDE is returning me this error:

[error] java.util.concurrent.RejectedExecutionException ( java.util.concurrent.RejectedExecutionException: event executor terminated )

I dont know what to do, should i try a java lib instead? 

heres a example code to accomplish this:



import urllib

f = urllib.urlopen("http://www.testapi.com";)
print(f.read())

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.