Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3616

Closed
Open
Created Apr 17, 2013 by Administrator@rootOwner

500 error on several pages within GitLab, including the "API Help" page

Created by: avosirenfal

API help page (and many others, that's just the one I was testing on) gives Error 500. I am running gitlab 5.0-stable. This is production.log

Processing by HelpController#api as HTML
  Rendered help/_layout.html.haml (174.1ms)
  Rendered help/api.html.haml within layouts/application (188.9ms)
Completed 500 Internal Server Error in 194ms

ActionView::Template::Error (EPIPE):
    31:           %strong= link_to "Public Access", help_public_access_path
    32:
    33:   .span9.pull-right
    34:     = yield
  lib/redcarpet/render/gitlab_html.rb:25:in `block_code'
  app/helpers/gitlab_markdown_helper.rb:50:in `render'
  app/helpers/gitlab_markdown_helper.rb:50:in `markdown'
  app/views/help/api.html.haml:35:in `block (2 levels) in     _app_views_help_api_html_haml___3761055319841886959_28147180'
  app/views/help/api.html.haml:34:in `block in     _app_views_help_api_html_haml___3761055319841886959_28147180'
  app/views/help/_layout.html.haml:34:in     _app_views_help__layout_html_haml___970358090604815885_25535700'
  app/views/help/api.html.haml:1:in `_app_views_help_api_html_haml___3761055319841886959_28147180'

I googled, and similar issues seem to be because users are running the wrong version of Python. I am not:

gitlab@chandra:~$ which python2 /usr/bin/python2 gitlab@chandra:~$ python2 --version Python 2.6.6

Please help. Thanks in advance.

Assignee
Assign to
Time tracking