-
So far only for two repos I have encountered a mysterious error that I just cannot troubleshoot (I have tried reinstalling all my emacs config). When I call Any idea how I might go about debugging it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe I saw a similar report somewhere recently but I didn't take a note. If I remember correctly gitlab was mentioned and that it promises to provide base64 data and then fails to do so.
Start by At this point we should know what kind of object cannot be saved, likely because we assume that the upstream id for that object is base64 encoded when it actually isn't. We should also know where the error is ultimately triggered and you should be able to add a debug statement to print the unexpected value so that we can investigate it. |
Beta Was this translation helpful? Give feedback.
Fixed with 483baae.