Traceback (most recent call last):
File "/home/dmerej/3rdpart/python-gitlab/gitlab/exceptions.py", line 271, in wrapped_f
return f(*args, **kwargs)
File "/home/dmerej/3rdpart/python-gitlab/gitlab/mixins.py", line 141, in list
obj = self.gitlab.http_list(path, **data)
File "/home/dmerej/3rdpart/python-gitlab/gitlab/__init__.py", line 651, in http_list
return list(GitlabList(self, url, query_data, **kwargs))
File "/home/dmerej/3rdpart/python-gitlab/gitlab/__init__.py", line 778, in __init__
self._query(url, query_data, **kwargs)
File "/home/dmerej/3rdpart/python-gitlab/gitlab/__init__.py", line 783, in _query
result = self._gl.http_request("get", url, query_data=query_data, **kwargs)
File "/home/dmerej/3rdpart/python-gitlab/gitlab/__init__.py", line 573, in http_request
response_body=result.content,
gitlab.exceptions.GitlabHttpError: 400: order_by does not have a valid value
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bug.py", line 13, in <module>
all_mrs = project.mergerequests.list(state="opened", all=True)
File "/home/dmerej/3rdpart/python-gitlab/gitlab/exceptions.py", line 273, in wrapped_f
raise error(e.error_message, e.response_code, e.response_body)
gitlab.exceptions.GitlabListError: 400: order_by does not have a valid value
Description of the problem, including code/CLI snippet
Expected Behavior
The list of all opened merge requests is returned
Actual Behavior
Code crashes with:
Specifications
Notes: