Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Urllib error
Post: RE: Urllib error

Hello all, Here is the function def url_check(array): url=array[0] table_name=array[1] try: rc = urllib.request.urlopen(url, timeout=10).read().decode('utf-8') except (HTTPEr...
wintenrod Networking 3 3,767 Sep-14-2020, 06:18 AM
    Thread: want to make auto login with data
Post: RE: want to make auto login with data

Hello R3born Please use the login code inside the for loop Hence, your final code should look like this.browser.get("site") filepath = "combofile" combo = open(filepath,"r") line = list(filepath) ...
wintenrod General Coding Help 3 2,242 Sep-11-2020, 11:43 AM
    Thread: Urllib error
Post: RE: Urllib error

Sorry. This is my first post.
wintenrod Networking 3 3,767 Sep-11-2020, 10:26 AM
    Thread: Urllib error
Post: Urllib error

Hello all, I am using urllib to check for availablity of URLs. I am also handling exceptions for URLError and HTTPError. I found that my program crashes when we get the error - as ConnectionResetErr...
wintenrod Networking 3 3,767 Sep-11-2020, 08:55 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020