Closed naiquevin closed 9 years ago
This seems to an issue with the underlying paramiko library and not pygerrit itself. Another interesting thing is that the problem can only be reproduced with a query that would empty results (0 commits).
I am planning to debug this further by going through the paramiko source code. Feel free to close this issue.
Thanks for following up. If this gets fixed in paramiko we an update the version used in pygerrit.
I am consistently getting this error when running a gerrit query using
GerritClient.query
methodThe interesting thing is, this happens when connecting to a gerrit server running inside a VM on my laptop. But I can't reproduce it even once when connecting to our actual gerrit server.
I also found this old thread on paramiko launchpad - https://bugs.launchpad.net/paramiko/+bug/413850 but not sure how relevant this could be considering it's about 6 years old.
Full Stacktrace: