NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

EOFError: end of file reached on groups API #682

Closed amitmahajan12 closed 1 month ago

amitmahajan12 commented 8 months ago

I am running into this error when calling the groups API. The request is make with a private token for a self hosted client. I'd appreciate if you can help me with it or point me in the right direction.

EOFError: end of file reached
from /usr/local/lib/ruby/2.7.0/net/protocol.rb:225:in `rbuf_fill'
github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jnbohrer commented 4 months ago

Calling the API endpoint via curl returns an empty list ([]). Could this be an issue with handling an edge case of 0 groups?

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.