Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

GitlabAPIException #86

Open
sentry-io bot opened this issue Nov 10, 2022 · 1 comment
Open

GitlabAPIException #86

sentry-io bot opened this issue Nov 10, 2022 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 10, 2022

Sentry Issue: PCKT-002-STREAM-SERVICE-2P

GitlabHttpError: 409: ['Another open merge request already exists for this source branch: !66']
  File "gitlab/exceptions.py", line 287, in wrapped_f
    return f(*args, **kwargs)
  File "gitlab/mixins.py", line 321, in create
    server_data = self.gitlab.http_post(path, post_data=data, files=files, **kwargs)
  File "gitlab/client.py", line 713, in http_post
    result = self.http_request(
  File "gitlab/client.py", line 584, in http_request
    raise gitlab.exceptions.GitlabHttpError(

GitlabCreateError: 409: ['Another open merge request already exists for this source branch: !66']
  File "ogr/abstract.py", line 108, in wrapper
    return function(*args, **kwargs)
  File "ogr/services/gitlab/pull_request.py", line 198, in create
    mr = repo.mergerequests.create(parameters)
  File "gitlab/exceptions.py", line 289, in wrapped_f
    raise error(e.error_message, e.response_code, e.response_body) from e

GitlabAPIException: 
(14 additional frame(s) were not displayed)
...
  File "ogr/abstract.py", line 60, in __check_for_internal_failure
    raise ex
  File "ogr/abstract.py", line 108, in wrapper
    return function(*args, **kwargs)
  File "ogr/utils.py", line 199, in indirectly_called
    return specialized_function(self, *args, **kwargs)
  File "ogr/abstract.py", line 120, in wrapper
    __check_for_internal_failure(__wrap_exception(ex))
  File "ogr/abstract.py", line 60, in __check_for_internal_failure
    raise ex
@jpopelka
Copy link
Member

@lbarcziova lbarcziova moved this from new to backlog in Packit Kanban Board Nov 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: backlog
Development

No branches or pull requests

1 participant