py-pdf / fpdf2

Simple PDF generation for Python
https://py-pdf.github.io/fpdf2/
GNU Lesser General Public License v3.0
993 stars 227 forks source link

Unspecific Errors from Pipeline #1178

Closed gmischler closed 1 month ago

gmischler commented 1 month ago

When something fails in the checking pipeline for a PR, then recently the error message from the respective subprocess isn't displayed anymore. All we get to see is eg. this: grafik Where currently there is only a lonely "Error:" now, there used to be the full stderr output of the failing check. What has changed here? Is this a deliberate change? Can it be fixed please?

As a reviewer, the current lack of detail information makes it rather hard to give useful advice. Unfortunately I'm not familiar enough with the pipeline mechanics to fix it myself...

Lucas-C commented 1 month ago

Hi @gmischler 🙂 Thank you for reporting this!

I'm sorry but I do not reproduced your problem... 😞

The last failing GitHub Actions execution is this one: https://github.com/py-pdf/fpdf2/actions/runs/9155251026/job/25201525486

The failure gets displayed this way in my Firefox browser on Windows: Capture d'écran 2024-05-23 131544

Do you see the same thing?

Could you please provide a link to job where the problem occurs?

gmischler commented 1 month ago

My screenshot was from #1176, which shows a full error message now.

If you didn't change anything in the pipeline, then I guess it was a hickup on githubs side, which is fixed now.

Lucas-C commented 1 month ago

Yes, I think that you are right!

In my experience, sometimes reloading the jobs log page can help to resolve some display issues.