Fixed
Status Update
Comments
ce...@gmail.com <ce...@gmail.com> #2
Same problem.
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\google\appengine\ext\webapp\__init__.py", line 634, in __call__
handler.get(*groups)
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 288, in get
self.__beforeRequestProcessing()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 284, in __beforeRequestProcessing
self._setCommonVariables()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 260, in _setCommonVariables
user = self.getUser()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 113, in getUser
self.__user = Authentication.getUser()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\authentication\__init__.py", line 125, in getUser
authenticationTypeName, userName = Authentication.getAuthenticationTypeNameAndUserName()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\authentication\__init__.py", line 24, in getAuthenticationTypeNameAndUserName
user = fb_user.get_current_user()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\fb_user.py", line 41, in get_current_user
return get()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\fb_user.py", line 62, in get
profile = graph.get_object('me')
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\__init__.py", line 88, in get_object
return self.request(id, args)
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\__init__.py", line 172, in request
urllib.urlencode(args), post_data)
File "C:\root\Python25\lib\urllib.py", line 82, in urlopen
return opener.open(url)
File "C:\root\Python25\lib\urllib.py", line 187, in open
return self.open_unknown(fullurl, data)
File "C:\root\Python25\lib\urllib.py", line 199, in open_unknown
raise IOError, ('url error', 'unknown url type', type)
IOError: [Errno url error] unknown url type: 'https'
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\google\appengine\ext\webapp\__init__.py", line 634, in __call__
handler.get(*groups)
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 288, in get
self.__beforeRequestProcessing()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 284, in __beforeRequestProcessing
self._setCommonVariables()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 260, in _setCommonVariables
user = self.getUser()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\__init__.py", line 113, in getUser
self.__user = Authentication.getUser()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\authentication\__init__.py", line 125, in getUser
authenticationTypeName, userName = Authentication.getAuthenticationTypeNameAndUserName()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\authentication\__init__.py", line 24, in getAuthenticationTypeNameAndUserName
user = fb_user.get_current_user()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\fb_user.py", line 41, in get_current_user
return get()
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\fb_user.py", line 62, in get
profile = graph.get_object('me')
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\__init__.py", line 88, in get_object
return self.request(id, args)
File "C:\Documents and Settings\Cezary Wagner\workspace\wcinamy\src\frontend\web\facebook\__init__.py", line 172, in request
urllib.urlencode(args), post_data)
File "C:\root\Python25\lib\urllib.py", line 82, in urlopen
return opener.open(url)
File "C:\root\Python25\lib\urllib.py", line 187, in open
return self.open_unknown(fullurl, data)
File "C:\root\Python25\lib\urllib.py", line 199, in open_unknown
raise IOError, ('url error', 'unknown url type', type)
IOError: [Errno url error] unknown url type: 'https'
1j...@gmail.com <1j...@gmail.com> #3
Hi - sorry for being a little slow but what do we do with the diff? I've had a search online but couldn't find anything resembling an instruction.
Cheers
Cheers
ce...@gmail.com <ce...@gmail.com> #4
We patch -p0 < urllib_diff, but
n@nya:~/workspace/google_appengine$ patch -p0 < urllib_diff
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
GABRAGE!>=C
Gentle hands of guidance much welcome.
n@nya:~/workspace/google_appengine$ patch -p0 < urllib_diff
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
GABRAGE!>=C
Gentle hands of guidance much welcome.
ma...@google.com <ma...@google.com>
to...@gmail.com <to...@gmail.com> #7
[Comment deleted]
Description
In the meantime here is a diff for the changes that need to be made to get this to work