Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
OMG! Its hard to believe that a single 'w' can jeopardize your entire program! Thanks :) On Sunday, December 22, 2019 at 6:10:50 PM UTC+5:30, Antonio Alvarez Ramirez wrote: > > Hello , > > You add four !!! ;-) try yo remove one > > Bye , and have nice day > > El dom., 22 dic. 2019 8:55, A

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
Thanks Karan On Sunday, December 22, 2019 at 7:14:00 PM UTC+5:30, Karan Mittal wrote: > > Hey Aryan, Hope this helps. > [image: sublime_text_RnE1W8IKhx.png] > Regards, > Karan Mittal > > > On Sun, Dec 22, 2019 at 6:10 PM Antonio Alvarez Ramirez < > aalv...@proservic.net > wrote: > >> Hello , >> >

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Karan Mittal
Do check out the project. I have it on this github link. https://github.com/Karan-S-Mittal/DataFlair-News-Aggregator Its a news scrapper using requests and bs4. On Sun, Dec 22, 2019 at 7:12 PM Karan Mittal wrote: > Hey Aryan, Hope this helps. > [image: sublime_text_RnE1W8IKhx.png] > Regards, > K

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Karan Mittal
Hey Aryan, Hope this helps. [image: sublime_text_RnE1W8IKhx.png] Regards, Karan Mittal On Sun, Dec 22, 2019 at 6:10 PM Antonio Alvarez Ramirez < aalva...@proservic.net> wrote: > Hello , > > You add four !!! ;-) try yo remove one > > Bye , and have nice day > > El dom., 22 dic. 2019 8:55, Aa

Re: I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Antonio Alvarez Ramirez
Hello , You add four !!! ;-) try yo remove one Bye , and have nice day El dom., 22 dic. 2019 8:55, Aaryan Dewan escribió: > I was making a simple django application in which it will lookup to > google.com and display all the links. Here's some of the code( that's > causing the error ): >

I'm getting a NewConnectionError while using reqeusts.

2019-12-22 Thread Aaryan Dewan
I was making a simple django application in which it will lookup to google.com and display all the links. Here's some of the code( that's causing the error ): from django.shortcuts import render, HttpResponse import requests from bs4 import BeautifulSoup def scrape(request): page = request