[Chennaipy] Require help in code

Karthikeyan S karthik120 at gmail.com
Fri Feb 23 05:57:31 EST 2018


Thanks Everyone.. The issue seem to be specific with Mac.. I have moved the
script to CentOS to make it work.

On Fri, Feb 23, 2018 at 4:18 PM, Bharathwaaj S <bharath at testpress.in> wrote:

> This looks like hosts entry missing. But since it seems to work in curl,
> I'm clueless. :/
>
> On Fri, Feb 23, 2018 at 3:59 PM, Karthikeyan S <karthik120 at gmail.com>
> wrote:
>
>> Changing it to sessions resulted in the error below
>>
>> (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection
>> object at 0x106278610>: Failed to establish a new connection: [Errno 8]
>> nodename nor servname provided, or not known',))
>>
>> On Fri, Feb 23, 2018 at 3:55 PM, Karthikeyan S <karthik120 at gmail.com>
>> wrote:
>>
>>> I saw this sort of code with session in the stackoverflow and I tried it
>>> before posting it in the forum.. The error remains the same.
>>>
>>> On Fri, Feb 23, 2018 at 3:52 PM, Bharathwaaj S <bharath at testpress.in>
>>> wrote:
>>>
>>>> Try using session.
>>>>
>>>> import requests,time,json
>>>>
>>>> session = requests.Session()
>>>> adapter = requests.adapters.HTTPAdapter(max_retries = 5)
>>>> session.mount('http://', adapter)
>>>>
>>>> fobj = open("file")
>>>> for x in fobj:
>>>>        x = x.replace("\n", "")
>>>>        url="https://username:password@localhost/jenkins/job/job-name/
>>>> buildWithParameters"
>>>>        params = {'BRANCH':x}
>>>>        headers = {"Content-Type": "application/xml"}
>>>>        r = *session*.post(url , params=params, verify=False)
>>>>        print(r.status_code)
>>>>        print(r.text)
>>>>        #time.sleep(45)
>>>> fobj.close()
>>>>
>>>>
>>>>
>>>> On Fri, Feb 23, 2018 at 3:37 PM, Karthikeyan S <karthik120 at gmail.com>
>>>> wrote:
>>>>
>>>>> Yes, via CURL command it works perfectly.
>>>>>
>>>>> On Fri, Feb 23, 2018 at 3:13 PM, Shrayas rajagopal <shrayasr at gmail.com
>>>>> > wrote:
>>>>>
>>>>>> Hi Karthikeyan,
>>>>>>
>>>>>> On Fri, Feb 23, 2018 at 3:02 PM, Karthikeyan S <karthik120 at gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> [...]
>>>>>>
>>>>>> > Could you please help ?
>>>>>>
>>>>>> Are you able to execute the same thing outside of python? i.e. with
>>>>>> another RESTful client like postman?
>>>>>>
>>>>>> Regards,
>>>>>> Shrayas
>>>>>> _______________________________________________
>>>>>> Chennaipy mailing list
>>>>>> Chennaipy at python.org
>>>>>> https://mail.python.org/mailman/listinfo/chennaipy
>>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Chennaipy mailing list
>>>>> Chennaipy at python.org
>>>>> https://mail.python.org/mailman/listinfo/chennaipy
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Chennaipy mailing list
>>>> Chennaipy at python.org
>>>> https://mail.python.org/mailman/listinfo/chennaipy
>>>>
>>>>
>>>
>>
>> _______________________________________________
>> Chennaipy mailing list
>> Chennaipy at python.org
>> https://mail.python.org/mailman/listinfo/chennaipy
>>
>>
>
> _______________________________________________
> Chennaipy mailing list
> Chennaipy at python.org
> https://mail.python.org/mailman/listinfo/chennaipy
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chennaipy/attachments/20180223/048a9d0f/attachment.html>


More information about the Chennaipy mailing list