← Back to team overview

dulwich-users team mailing list archive

Re: ValueError: invalid literal for int() with base 16: 'logi'

 

On Sun, May 25, 2014 at 1:07 AM, Gary van der Merwe <garyvdm@xxxxxxxxx>
wrote:

> On Wed, Dec 18, 2013 at 1:36 PM, anatoly techtonik <techtonik@xxxxxxxxx>
> wrote:
> > I try to clone my repository from GitHub with hg-git and it fails.
> > Dulwich 1.9.4, Hg-Git 0.5.0, Windows.
> > Please, CC.
> <snip>
> >   File "dulwich\protocol.pyc", line 104, in read_pkt_line
> > ValueError: invalid literal for int() with base 16: 'logi'
>
> I ran into this issue with my python 3 porting.


Still getting this on Python 2.6.7, Mercurial 3.0.1, Hg-Git 0.6.0, Dulwich
0.9.6
while cloning NumPy from GitHub on Windows:

> hg clone git+ssh://github.com/numpy/numpy/ numpyhg -v --debug
calling ssh: "C:\Program Files\PuTTY\plink.exe" -ssh -i "C:\private.ppk"
github.com "git-upload-pack '/numpy/numpy/'"
["git-upload-pack '/numpy/numpy/'"]
** Unknown exception encountered with possibly-broken third-party extension
hgsubversion
** which supports versions unknown of Mercurial.
** Please disable hgsubversion and try your action again.
...
 File "C:/hgext/hg-git\hggit\hgrepo.py", line 14, in pull
   return self.githandler.fetch(remote.path, heads)
 File "C:/hgext/hg-git\hggit\git_handler.py", line 202, in fetch
   refs = self.fetch_pack(remote, heads)
 File "C:/hgext/hg-git\hggit\git_handler.py", line 1019, in fetch_pack
   ret = client.fetch_pack(path, determine_wants, graphwalker, f.write,
progress.progress)
 File "dulwich\client.pyc", line 510, in fetch_pack
 File "dulwich\client.pyc", line 143, in read_pkt_refs
 File "dulwich\protocol.pyc", line 147, in read_pkt_seq
 File "dulwich\protocol.pyc", line 104, in read_pkt_line
ValueError: invalid literal for int() with base 16: 'logi'

Follow ups

References