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.

"Invalid GitHub App configuration" error: properties/url is not a string

See original GitHub issue

Bug Report

Current Behavior After clicking “Register GitHub App”, the https://github.com/settings/apps/new page shows an error

image

Above: Screenshot of the error.

Invalid GitHub App configuration

The configuration does not appear to be a valid GitHub App manifest.

Error For ‘properties/url’, {“type”=>“git”, “url”=>“git@github.com:Financial-Times/tako.git”} is not a string.

Expected behavior I expect the https://github.com/settings/apps/new page not to throw any errors.

image

Above: Screenshot of expected behaviour 😃

Environment

  • Probot version(s): { “probot”: “7.4.0” }
  • Node/npm version: Node v10.15.0
  • OS: OSX 10.14.2
  • Chrome Version 71.0.3578.98 (Official Build) (64-bit)

Possible Solution I’m not sure, but it might be to somehow make the URL a string in the getManifest method in the ManifestCreation class: https://github.com/probot/probot/blob/master/src/manifest-creation.ts#L52

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Sep 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1reaction
gr2mcommented, Mar 6, 2019

Ah okay I got it. I’d say let’s just remove || pkg.repository.url as suggested by @sjparkinson

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid GitHub App configuration Error · Issue #1665
Bug Report Current Behavior I am new to probot and trying to setup the initial app. but got this issue. URL : http://localhost:3000/probot ......
Read more >
Create separate module to verify that app registration is ... - GitHub
In Probot v9 and v10, we had a hook which checked if the app registration ... "Invalid GitHub App configuration" error: properties/url is...
Read more >
"Configure AWS Credentials" Action For GitHub Actions
Configure AWS credential and region environment variables for use with the AWS CLI and AWS SDKs. ... Do not store credentials in your...
Read more >
Error in azurerm_role_assignment · Issue #12060 - GitHub
Using Terraform v 0.15.4 and azurerm v 2.62.0. First this error happens, then the role assignment does not go into the terraform state....
Read more >
Support for managed virtual networking in azure data factory
Terraform doesn't detect the Managed Virtual Network configuration so the plan is clean. The portal will not allow you to change from the ......
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