[Bug][github] some /pulls/comments of repo get servers error
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened


the api request /pulls/comments of apache/incubator-devlake can get the data but the same api for trinodb/trino get the error
It can be succees when we set the since
But if we use long time ago to set the since like then years ago, it will also sent the fail.

What you expected to happen
Collect data correctly
How to reproduce
collect trinodb/trino suceess.
Anything else
No response
Version
main
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
@keon94 In config ui, we may need more friendly error messages.
Hi, @keon94 , seems like the trino project has some corrupted data in it. We don't have a plan to accommodate the problem at this point. But the message we are seeing doesn't seem friendly, I think you might be interested in taking a look at the issue.
@mappjzc @klesh That UI error message you're seeing is the format from before we merged #2940. Could you try again on newest code? It shouldn't look like that anymore. Also, you might want to open your browser inspector to see the error json that comes back because config-ui hasn't adapted the changes yet