# De software die dit discussieforum aanstuurt, ondervond een onverwacht probleem discourse

**URL:** https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686
**Category:** Support
**Created:** [31 augustus 2022 om 11:48 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686 "2022-08-31T11:48:36Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![abidiqbal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abidiqbal/32/272519_2.png) [@abidiqbal](https://meta.discourse.org/u/abidiqbal)
#### Post date: [31 augustus 2022 om 11:48 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/1 "2022-08-31T11:48:36Z")

</div>

Hello Everyone,  
I have added **Github code review** plugin in my discourse platform and after working fine for some time, now it is causing error. It is not sending the data from my Github webhook to the platform.  
On Github webhook respose, **it says**

 Oops - Error 500 
# Oops

The software powering this discussion forum encountered an unexpected problem. We apologize for the inconvenience.

Detailed information about the error was logged, and an automatic notification generated. We'll take a look at it.

No further action is necessary. However, if the error condition persists, you can provide additional detail, including steps to reproduce the error, by posting a discussion topic in the site's feedback category.

**In the logs on the browser the error is following,**

> GraphQLClient::GraphQLError ([{:type=\>“NOT\_FOUND”, :path=\>[“repository”, “pullRequest”], :locations=\>[{:line=\>4, :column=\>15}], :message=\>“Could not resolve to a PullRequest with the number of 1.”}])

Any help or suggestions will be appreciated

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [31 augustus 2022 om 12:49 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/2 "2022-08-31T12:49:57Z")

</div>

You need to look at the logs on the server as described here [Upgrading from 2.9.0.beta8 broke the site, unrecoverable - #11 by Benjamin\_D](https://meta.discourse.org/t/upgrading-from-2-9-0-beta8-broke-the-site-unrecoverable/237660/11)

That topic describes a similar problem which may or may not be related to adding the plugin.

---

<div class="post-metadata">

### Author: ![abidiqbal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abidiqbal/32/272519_2.png) [@abidiqbal](https://meta.discourse.org/u/abidiqbal)
#### Post date: [1 september 2022 om 06:21 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/3 "2022-09-01T06:21:20Z")

</div>

yup i have checked my logs also but no specific information regarding the error was found. I am using Code review plugin to integrate My Github with discourse. So Is it the problem with the plugin that i have used?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [1 september 2022 om 07:33 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/4 "2022-09-01T07:33:04Z")

</div>

Whenever I have seen that error I have seen a ruby backtrace in the logs. I recommend that you tail that file and reload the page. It can be hard to catch as lots of stuff happens. You can also search that file for 500, though often there will be some 500 strings that are not the error so you have to keep looking. You can also look in `error.log`.

You can certainly try removing that and any other plugins and rebuilding, especially if you have any non standard plugins.

---

<div class="post-metadata">

### Author: ![abidiqbal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abidiqbal/32/272519_2.png) [@abidiqbal](https://meta.discourse.org/u/abidiqbal)
#### Post date: [1 september 2022 om 07:42 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/5 "2022-09-01T07:42:54Z")

</div>

I have rebuild the application with same plugins and now its working but i am not sure why it wasn’t earlier. The plugin that i am using is part of discourse Enterprise plugins so should i expect it to cause issues with my application?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [1 september 2022 om 08:02 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/6 "2022-09-01T08:02:42Z")

</div>

Do all of the plugins you have come from the discourse repo?

---

<div class="post-metadata">

### Author: ![abidiqbal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abidiqbal/32/272519_2.png) [@abidiqbal](https://meta.discourse.org/u/abidiqbal)
#### Post date: [1 september 2022 om 08:05 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/7 "2022-09-01T08:05:49Z")

</div>

Yes all the plugins come from official discourse repo

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [1 september 2022 om 11:08 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/8 "2022-09-01T11:08:27Z")

</div>

It is surprising that there in an issue. You’ll need to look in the logs and find the 500 error there to see what the issue is.

---

<div class="post-metadata">

### Author: ![abidiqbal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abidiqbal/32/272519_2.png) [@abidiqbal](https://meta.discourse.org/u/abidiqbal)
#### Post date: [2 september 2022 om 11:51 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/9 "2022-09-02T11:51:30Z")

</div>

The issue was resolved by rebuilding the app so thanks for your feedback @pfaffman

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2 oktober 2022 om 11:52 UTC](https://meta.discourse.org/t/the-software-powering-this-discussion-forum-encountered-an-unexpected-problem-discourse/237686/10 "2022-10-02T11:52:08Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
