-
Notifications
You must be signed in to change notification settings - Fork 25
AttributeError: 'NoneType' object has no attribute 'group' #43
Comments
Did a bit more digging. RoboBrowser response is 404, and hence the |
Fixed it. Seems the crawler is blocked by the server when no user agent is defined. |
hmm... the user agent fixed the connection from my development computer, but I still get a 404 when connecting from github-servers. |
Where did you change the user agent? Was it in pipwin.py in the headers variable? |
Just see my pull request. All there. |
- Handles text vs string parsing for beautifulsoup4 for python2 vs python3. - Fixes [issue 43](lepisma#43)
Hi @lepisma
|
Hey @lepisma |
I am not able to use pipwin but when i use any pipwin command it shows 'pipwin' is not recognized as an internal or external command, any help would be grateful! |
Hi @This-is-NB
Try google adding to system variables windows that should help. Close the cmd and restart again and it should hopefully work |
Helli @samapriya To system variables as well as user one just to be safe |
@samapriya |
The following line raises an AttributeError when the cache is being rebuilt. Seems
re.search
can returnNone
. Not sure what the underlying issue is, but the error should at least exit the method a bit more graceful.pipwin/pipwin/pipwin.py
Line 103 in 73e0d98
The text was updated successfully, but these errors were encountered: