-
Notifications
You must be signed in to change notification settings - Fork 668
List all Users + Gitlab 8.6 with python-gitlab #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also have a warning:
|
Another test:
|
I don't really understand why this suddenly fails, and I can't test right now (hotel wifi...). I'll have a closer look as soon as I can. |
Yes, it is a strange behaviour. Let me know ;-) . Thank you Gauvain. |
I encountered the same problem. next_url somehow gets passed down through kwargs and is appended recursively to the url.
As a workaround, add the following in
|
+1 |
+1 I used code similar to this #93 (comment) as a workaround. |
Thanks for the investigation. This seems to be fixed now. |
Hi Gauvain,
Before the update from Gitlab 8.5 to 8.6, python-gitlab was working perfectly.
But after the update to Gitlab 8.6, this code raised the exception below:
The exception (It says it took too much time to respond, but the exception is raised instantaneously):
Any idea Gauvain?
Thank you in advance!
Asher256
PS: I tried the same thing with pyapi-gitlab:
And it listed the users without any error.
The text was updated successfully, but these errors were encountered: