GitHub import fails
Bug #1857887 reported by
Johannes Brakensiek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNUstep |
New
|
Undecided
|
Unassigned | ||
turnip |
New
|
Undecided
|
Unassigned |
Bug Description
This import keeps failing: https:/
I don't know where to locate the cause though. Is this a bug of LaunchPad or does GitHub interrupt the connection? If it is the latter I might try to serve the code from a different platform.
Thank you for your help!
Johannes
To post a comment you must log in.
There's a traceback buried in the middle that suggests this may be a bug in turnip (Launchpad's git hosting component). I suspect it may be related to the very large number of refs.
2019-12-30 09:13:44 INFO remote: Traceback (most recent call last): pre-receive" , line 148, in <module> permissions( sock, rpc_key, ref_paths) pre-receive" , line 130, in check_ref_ permissions pre-receive" , line 120, in rpc_invoke netstring_ recv(sock) ) pre-receive" , line 104, in netstring_recv
2019-12-30 09:13:44 INFO remote: File "hooks/
2019-12-30 09:13:44 INFO remote: rule_lines = check_ref_
2019-12-30 09:13:44 INFO remote: File "hooks/
2019-12-30 09:13:44 INFO remote: {'key': rpc_key, 'paths': ref_paths})
2019-12-30 09:13:44 INFO remote: File "hooks/
2019-12-30 09:13:44 INFO remote: res = json.loads(
2019-12-30 09:13:44 INFO remote: File "hooks/
2019-12-30 09:13:44 INFO remote: assert c.isdigit()
2019-12-30 09:13:44 INFO remote: AssertionError