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.

When a commit was finished on Codacy this error was displayed within discord:

An error has occured on skyhook for your webhook with provider codacy. Maybe you can copy/paste or screenshot this error if there is no sensitive information and open an issue on the skyhook GitHub.

Error: "TypeError: Cannot read property 'fixed_count' of undefined
 at Codacy.<anonymous> (/app/dist/provider/Codacy.js:29:62)
 at Generator.next (<anonymous>)
 at /app/dist/provider/Codacy.js:6:71
 at new Promise (<anonymous>)
 at __awaiter (/app/dist/provider/Codacy.js:2:12)
 at Codacy.parseData (/app/dist/provider/Codacy.js:21:16)
 at Codacy.<anonymous> (/app/dist/provider/BaseProvider.js:57:33)
 at Generator.next (<anonymous>)
 at /app/dist/provider/BaseProvider.js:6:71
 at new Promise (<anonymous>)"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
duncte123commented, Sep 14, 2018

You might want to add a null check to the issues because it seems that codacy isn’t sending them with pull requests

{
  "commit": {
    "data": {
      "uuid": "2552800921661be79d4f039b739d022f8e86fd10",
      "urls": {
        "delta": "https:\/\/app.codacy.com\/app\/DuncteBot\/SkyBot\/commit?cid=247838629"
      }
    }
  }
}
0reactions
dscalzicommented, Sep 22, 2018

Should be fixed next time the site is synced.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Codacy - Codacy Quality docs
The following sections help you troubleshoot the integration of Codacy with your Git provider. GitHub Cloud and GitHub Enterprise authentication#. 404 error#.
Read more >
Error caused by incompatible line endings - Codacy docs
Error caused by incompatible line endings#. Codacy executes the git diff command when analyzing new commits and pull requests to identify the lines...
Read more >
Error caused by incompatible line endings - Codacy docs
Error caused by incompatible line endings¶. Codacy executes the git diff command when analyzing new commits and pull requests to identify ...
Read more >
Issues page - Codacy Quality docs
The Issues page lists all the issues that Codacy detected in your repository, including the severity level and category of each issue.
Read more >
Troubleshooting common issues - Codacy docs
JsonParseException error while uploading your coverage data to Codacy it means that your coverage report is too big and that Codacy Coverage ...
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