renflo opened a new issue, #5385: URL: https://github.com/apache/incubator-devlake/issues/5385
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened I have a blueprint which worked earlier and started failing. It integrates with gitlab and started to fail when fetching "Code review" data entities. The UI showed that message:  The message is not straight forward but I guess that maybe the MR was not actually existing anymore and proved right by simply trying to fetch it in the gitlab GUI:  That's not good because the whole job just chokes on that instead of gracefully ignoring this MR and continuing. As a temporary work around I've removed the collection of "Code review" data entities and the pipeline now passes, but that also leads to a lot of valuable information not making it to grafana. I haven't check the code of lake but would imagine er relatively simple exception handling block ignore those errors or a conditional expression would suffice. I really hope you can prioritize fixing this bug. ### What do you expect to happen The pipeline should just ignore MR wich are 404 and continue its information gathering - instead of competely failing. ### How to reproduce The steps mentioned in "What happened" are precise enough I believe. 1. project integrating with gitlab 2. gitlab project with a few MR. you delete one of them. 3. you run the pipeline. 4. things will likely fail as I describe Do note that I haven reproduced myself but this is likely to be what has to be done to be able to. ### Anything else _No response_ ### Version v0.16.0 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
