ProgrammingHero1 / my_cool_browser

109 stars 166 forks source link

my browser can't go to any urls #4

Closed fel1x0u closed 3 years ago

fel1x0u commented 3 years ago

Hello. When I try to go to any website (e.g github, discord), it just goes to about:blank (i know this to be a blank page). Anyone know how to fix this?

I'm using macOS High Sierra, and Python 3.9. my IDE is pycharm professinal.

anyone know how to fix this?

joshua689 commented 3 years ago

fel1x0u i can go to github: i gone into github by typing : https://github.com/

fel1x0u commented 3 years ago

Well, I can only use google to go to URLs.

fel1x0u commented 3 years ago

Oh. I'll try that tomorrow.


From: Codezees @.> Sent: Wednesday, March 17, 2021 7:54 AM To: ProgrammingHero1/my_cool_browser @.> Cc: fel1x0u @.>; Author @.> Subject: Re: [ProgrammingHero1/my_cool_browser] my browser can't go to any urls (#4)

Have you tried by reinstalling ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ProgrammingHero1/my_cool_browser/issues/4#issuecomment-801149624, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARR6QUJLCVN5GFHZUF6EAALTEC7BVANCNFSM4YXJKW4A.

ZI-Youtuber commented 3 years ago

https://github.com/ProgrammingHero1/my_cool_browser/issues/4#issue-823793583

It depends what type of website you are using because sometimes python doesn't like specific html divisions. Only with search engines you will be able to click on urls.

Hope this helps :)

Jerry-py commented 3 years ago

need to add https:// when going to website just had this problem ex: I typed google.com and it is just about:blank then i typed https://google.com and it works

fel1x0u commented 3 years ago

Oh, okay.


From: pusheen3 @.> Sent: Thursday, April 8, 2021 12:05 PM To: ProgrammingHero1/my_cool_browser @.> Cc: fel1x0u @.>; Author @.> Subject: Re: [ProgrammingHero1/my_cool_browser] my browser can't go to any urls (#4)

need to add https:// when going to website just had this problem ex: I typed google.com and it is just about:blank then i typed https://google.com and it works

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ProgrammingHero1/my_cool_browser/issues/4#issuecomment-816072436, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARR6QUJUJW3G4SXNZRCUIRDTHX463ANCNFSM4YXJKW4A.

fel1x0u commented 3 years ago

It works! Thanks, guys!