You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at your code I don't see anything wrong, and it's even in a format that most python coders in the workforce use. However, the variable r = session.get("http://icanhazip.com").text doesn't return anything and the program breaks down and stops working from there even with tor running in the background. I visited the website on a browser and the only thing on it is what looks like an IPv6 address and that's it. Is there supposed to be an api on this page or is it supposed to handle scraping someway that the user isn't aware?
The text was updated successfully, but these errors were encountered:
Looking at your code I don't see anything wrong, and it's even in a format that most python coders in the workforce use. However, the variable r = session.get("http://icanhazip.com").text doesn't return anything and the program breaks down and stops working from there even with tor running in the background. I visited the website on a browser and the only thing on it is what looks like an IPv6 address and that's it. Is there supposed to be an api on this page or is it supposed to handle scraping someway that the user isn't aware?
The text was updated successfully, but these errors were encountered: