Latest version of probot causes error when getting config
See original GitHub issueThe current probot code is expecting for context.config
call to error if no config is found, but the current version doesn’t seem to error when no config is defined an instead i am getting this error:
20:56:12.254Z ERROR probot: Cannot convert undefined or null to object
TypeError: Cannot convert undefined or null to object
at Function.assign (<anonymous>)
at forRepository (/bot/node_modules/probot-stale/index.js:53:21)
Looking at that line I see:
Seems like it should supply that default config if it’s null or undefined as well.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
GitHub Probot : Error deploying Probot app on Now
I am running and deploying application on Now using now-cli. The error says that you haven't defined the LOG_LEVEL of the App. To...
Read more >Developing an app - Probot
To develop a Probot app, you will first need a recent version of Node.js ... Generating a new app; Running the app locally;...
Read more >Discord Server Set Up with Probot (Reaction Roles ... - YouTube
We will also go over setting up the ticket system again! Corrections that must be noted- -- In the video I said, "there...
Read more >Reaction Roles - Probot Discord (Updated Video) - YouTube
This video was made in hopes of showing a more direct approach to setting up the roles as well as some issues that...
Read more >How to Set Up the ProBot Leveling System - YouTube
Bot: https:// probot.io Probot,how to setup probot,how to setup probot ... probot levels, how to setup pro bot leveling system, how to get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
@jakeswenson did you find solution ?