pepsi-zero / weboutlook

Automatically exported from code.google.com/p/weboutlook
0 stars 0 forks source link

raise RetrievalError, "Couldn't find <base href> on page after logging in." #9

Open moar55 opened 6 years ago

moar55 commented 6 years ago

Hello there I am getting this error with my university's mail. This is my code:

from scraper import OutlookWebScraper
s = OutlookWebScraper('https://mail.guc.edu.eg', 'username', 'passwd')
s.login()

Of course i replace username and passwd with the correct ones. Thanks in advance.