Sudden issues with gitlab PR metadata, error on list topics #766
Replies: 5 comments 2 replies
-
The
So it does indeed look like |
Beta Was this translation helpful? Give feedback.
-
I plan on working on Gitlab support next month and will look at this then. |
Beta Was this translation helpful? Give feedback.
-
Please check whether b0c0de7 fixed this issue. |
Beta Was this translation helpful? Give feedback.
-
On current main (0f5f2a3), it seems that the However, again after having removing and re-adding the forge repository with |
Beta Was this translation helpful? Give feedback.
-
I expect it's some change in their API, since I the issue first started happening before I ever updated forge. Not getting any errors anywhere, but happy to provide any debugging output that might be helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At some point yesterday, my status buffer stopped showing my custom sections of PRs assigned to me and PRs on which my review has been requested.
GitLab had some scheduled maintenance ongoing related to the OAuth API, so I figured it might be related. In the meantime, I updated emacs itself to 30.1 and all of my emacs packages, including magit.
This morning, I'm still seeing the same behavior, so I figured I'd ask about it.
Essentially, all of the assignee and reviewer data on all PRs seems to be gone. There is also no autocomplete for reviewer/assignee usernames when I press C-c C-e to edit those fields. Typing out a full username and pressing enter does not lead to any errors, but it also does not update the state on GitLab.
If I open the forge transient menu with
@
and typel t
forlist topics
, the following error is displayed in the Messages buffer:I don't see any other errors when pulling PRs, attempting to assign users, etc.
What I've tried:
forge-remove-repository
and re-adding it, but it winds up in the same state.forge-database.sqlite
file from my emacs directory and reinitializing everything, but that also leads to the same state.api
, the new one hasapi, read_api, read_user, read_repository, write_repository
Versions:
I don't think it's related because nothing about them has changed, but these are my custom sections:
Beta Was this translation helpful? Give feedback.
All reactions