exercism / website

The codebase for Exercism's website.
https://exercism.org
GNU Affero General Public License v3.0
414 stars 122 forks source link

Octokit::UnprocessableEntity in tracks#show #1922

Open iHiD opened 3 years ago

iHiD commented 3 years ago

Error in v3

Octokit::UnprocessableEntity in tracks#show GET https://api.github.com/search/issues?per_page=100&q=%22Invalid+analysis+type%3A+informational%22+is%3Aissue+in%3Atitle+repo%3Aelixir-analyzer+author%3Aexercism-bot: 422 - Validation Failed Error summary: message: The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them. resource: Search field: q code: invalid // See: https://docs.github.com/v3/search/

View on Bugsnag

Stacktrace

app/commands/github/issue/open.rb:38 - issue
app/commands/github/issue/open.rb:20 - missing?
app/commands/github/issue/open.rb:9 - call
app/models/submission/analysis.rb:23 - block (2 levels) in num_comments_by_type
app/models/submission/analysis.rb:18 - count
app/models/submission/analysis.rb:18 - block in num_comments_by_type
app/models/submission/analysis.rb:17 - tap
app/models/submission/analysis.rb:17 - num_comments_by_type
app/models/submission/analysis.rb:40 - block (2 levels) in <class:Analysis>
app/models/submission.rb:142 - num_automated_comments_by_type
app/models/submission.rb:59 - has_automated_feedback?
app/models/submission.rb:51 - automated_feedback_pending?
app/models/iteration.rb:35 - block in status
app/models/iteration.rb:41 - status
app/serializers/serialize_iteration.rb:17 - call
app/helpers/react_components/track/iteration_summary.rb:14 - to_s
app/helpers/view_components/track/solution_activity.rb:55 - block in iteration_summary
app/helpers/view_components/view_component.rb:6 - link_to
app/helpers/view_components/track/solution_activity.rb:53 - iteration_summary
app/helpers/view_components/track/solution_activity.rb:8 - block in to_s
app/helpers/view_components/track/solution_activity.rb:7 - to_s
app/helpers/view_components/view_component.rb:19 - render_in
app/views/tracks/show/_summary_article.html.haml:51 - block in _app_views_tracks_show__summary_article_html_haml__511636909179854474_47353246764320
app/views/tracks/show/_summary_article.html.haml:50 - _app_views_tracks_show__summary_article_html_haml__511636909179854474_47353246764320
app/views/tracks/show.html.haml:15 - _app_views_tracks_show_html_haml__34251826369063641_47353254592820
app/controllers/application_controller.rb:12 - process_action

View full stacktrace

Created automatically via Bugsnag

iHiD commented 3 years ago

Do we need to escape something in the titles here?

ErikSchierboom commented 3 years ago

Likely :)