curl error: necessary data rewind wasn't possible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
cicuclaudiu | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
bzr (Ubuntu) |
Confirmed
|
Medium
|
cicuclaudiu |
Bug Description
I've been using bzr 1.13 and bzr-svn 0.5.3 with Fedora 8 and pushing and pulling to/from a SourceForge project svn repo. I recently updated to Fedora 10, and I now receive this error on `bzr up`:
[t_mattjo@Phaethon fheroes2-trunk]$ bzr switch https://<email address hidden>
bzr: ERROR: pycurl.error: (65, "necessary data rewind wasn't possible")
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
to_branch = Branch.
File "/usr/lib/
possible_
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return action(transport)
File "/usr/lib/
transport, _server_
File "/usr/lib/
return format.
File "/usr/lib/
server_version = medium.
File "/usr/lib/
client_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
data = self._medium.
File "/usr/lib/
code, body_filelike = t._post(bytes)
File "/usr/lib/
self.
File "/usr/lib/
curl.perform()
error: (65, "necessary data rewind wasn't possible")
bzr 1.13.1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'switch', 'https://<email address hidden>
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
automv /home/t_
bzrtools /usr/lib/
dns_cache /home/t_
extmerge /home/t_
lastlog /home/t_
launchpad /usr/lib/
lessdiff /home/t_
lesslog /home/t_
netrc_
precommit_bugtraq /home/t_
search /home/t_
stats /home/t_
svn /home/t_
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
I've tried using svn+https:// along with http://, but neither makes any difference.
tags: | added: pycurl |
tags: | added: http |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in bzr: | |
status: | Confirmed → New |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
status: | Triaged → Confirmed |
Changed in bzr: | |
assignee: | nobody → cicuclaudiu (cicuclaudiu) |
Changed in bzr (Ubuntu): | |
assignee: | nobody → cicuclaudiu (cicuclaudiu) |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | Triaged → Fix Released |
I tried updating to bzr 1.14rc2 and bzr-svn 0.5.4, and this is still broken.