question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BundleMon seems to fail intermittently

See original GitHub issue

Here’s a recent commit where BundleMon job fails: https://github.com/Leaflet/Leaflet/runs/4930516600?check_suite_focus=true

Error:  create commit record: bad project credentials
{"error":"GitHub action 1742977939 should be \"in_progress\" status"}
Error:  Failed to create commit record
Error:  Unhandled error
Error: Failed to generate report
    at /home/runner/work/Leaflet/Leaflet/node_modules/bundlemon/lib/main/index.js:32:15
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/work/Leaflet/Leaflet/node_modules/bundlemon/lib/main/index.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
Error: Process completed with exit code 1.

Not sure what this means but probably worth investigating, or if it’s expected, disabling the job if it can’t run.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
LironErcommented, Jan 27, 2022

One of the checks that the service does when running bundlemon in GitHub action (and without API key) is to check if the action that runs bundlemon is currently running (code)

Since yesterday I added some logs to check GitHub response in those cases, and it looks like there is another status that I should allow.

I just deployed a new code that allows the new status and I will continue to monitor it.

1reaction
jonkoopscommented, Feb 7, 2022

BundleMon GitHub app is not installed on this repo (Falke-Design/Leaflet)

This seems to be the issue, we can guard against this by adding a check. I’ve opened up a PR (#7983).

Read more comments on GitHub >

github_iconTop Results From Across the Web

BundleMon seems to fail intermittently - bytemeta
Here's a recent commit where BundleMon job fails: https://github.com/Leaflet/Leaflet/runs/4930516600?check_suite_focus=true. Error: create commit record: ...
Read more >
Prevent Bundlemon from running in forks #7983 - GitHub
Successfully merging this pull request may close these issues. BundleMon seems to fail intermittently. 2 participants. @jonkoops ...
Read more >
Cisco ASR 9000 Series Aggregation Services Router Interface ...
When the multichassis link bundle software detects that the connection to the active POA has failed, the software triggers the standby POA to ......
Read more >
The Geometry of Moduli Spaces of Sheaves
Usually, we give references and sometimes historical remarks in the ... Historically, the notion of stability for coherent sheaves first appeared in the ......
Read more >
leaflet | Yarn - Package Manager
... specific labels (#8199 by @jonkoops); Use shorter bundlemon names (#8195) ... #1182; Fixed a bug where "Not implemented" error sometimes appeared in ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found