Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingMethodException on some hooks #141

Open
Zomis opened this issue Apr 8, 2018 · 1 comment
Open

MissingMethodException on some hooks #141

Zomis opened this issue Apr 8, 2018 · 1 comment
Labels

Comments

@Zomis Zomis added the bug label Apr 8, 2018
@Vogel612
Copy link
Contributor

Vogel612 commented Nov 4, 2019

This stacktrace I found in the GH logs for Duga deliveries seems relevant:

Error 500: Internal Server Error
URI /GithubHookSEChatService/hooks/github/payload
Class groovy.lang.MissingMethodException
Message null
Caused by No signature of method: net.zomis.duga.HookStringification.pull_request_review() is applicable for argument types: (java.util.ArrayList, org.grails.web.json.JSONObject) values: [[], [pull_request:[issue_url:https://api.github.com/repos/rubberduck-vba/Rubberduck/issues/5258, ...], ...]]</dd></dl><h2>Trace</h2><pre class="stack">    Line | Method
-&gt;&gt; 1149 | runWorker in java.util.concurrent.ThreadPoolExecutor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|    624 | run       in java.util.concurrent.ThreadPoolExecutor$Worker
^    748 | run . . . in java.lang.Thread

Caused by MissingMethodException: No signature of method: net.zomis.duga.HookStringification.pull_request_review() is applicable for argument types: (java.util.ArrayList, org.grails.web.json.JSONObject) values: [[], [pull_request:[issue_url:https://api.github.com/repos/rubberduck-vba/Rubberduck/issues/5258, ...], ...]]
-&gt;&gt;  375 | postGithub in net.zomis.duga.HookStringification
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|     28 | hook      in net.zomis.duga.GithubHookController
|   1149 | runWorker in java.util.concurrent.ThreadPoolExecutor
|    624 | run       in java.util.concurrent.ThreadPoolExecutor$Worker
^    748 | run . . . in java.lang.Thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants