Closed GoogleCodeExporter closed 9 years ago
The patch here !
Original comment by hubscher.remy
on 18 Mar 2011 at 8:16
Attachments:
Just in case anyone else stumbles on this -
The release notes for gdata 2.0.14 claim that issue 491 was fixed in that
release. However, the "fix" in 2.0.14 is incorrect (and does not match the
patch above, which is the correct one).
2.0.14 changes the regex to this:
m = re.compile('[\?\&]gsessionid=(\w*\-)').search(location)
This fails as for:
gsessionid=IUvz-U-0prLdALjDV0xhiQ
as the match returns "IUvz-" instead of the whole gsessionid.
Anyway, so you still need to manually apply the patch listed above to 2.0.14 to
get things working properly.
Original comment by henne...@gmail.com
on 21 Jun 2011 at 2:52
Hello,
Please sync your client library with the project repository as fixes are pushed
to the repository before making it to a release.
http://code.google.com/p/gdata-python-client/source/checkout
There is fix for this issue in the repository and it doesn't rely on a regex as
the gsessionid may have a new pattern in the future.
Also, please use the "client/data" modules instead of the "service" modules as
those have been deprecated and won't be supported any more.
Best,
Alain
Original comment by ala...@google.com
on 21 Jun 2011 at 3:35
Original issue reported on code.google.com by
martinfc...@gmail.com
on 31 Jan 2011 at 10:41