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
  • #525

Closed
Open
Created Mar 07, 2012 by Administrator@rootOwner

500 on network Graph

Created by: barockok

i got server error when request network graph page on one of my project, here my production log when that page was requsted

Started GET "/rt-baseapp/graph" for 116.66.206.172 at 2012-03-07 18:01:40 +0700
Processing by ProjectsController#graph as HTML
  Parameters: {"id"=>"rt-baseapp"}
  Rendered projects/graph.html.haml within layouts/project (2.6ms)
Completed 500 Internal Server Error in 730ms

ActionView::Template::Error (invalid byte sequence in UTF-8):
    2: %br
    3: #holder.graph.well
    4: 
    5: :javascript
    6:   var chunk1={commits:#{@commits_json}};
    7:   var days=#{@days_json};
    8:   initGraph();
  app/views/projects/graph.html.haml:5:in `_app_views_projects_graph_html_haml___431451517_101274720'

but i never get this error for my other project, i'm really new on ruby especially RoR, if it just something wrong with the configuration, please suggest me any sorry for my Bad English :D

Assignee
Assign to
Time tracking