#5433 500 error on specific tmux feature request ticket [ss1895]

v1.0.0
closed
nobody
General
nobody
2015-08-20
2012-12-07
Chris Tsai
No

[forge:site-support:#1895]

For some unknown reason, the following feature-request URL is giving an error 500:

https://sourceforge.net/p/tmux/feature-requests/74/

All other links under

https://sourceforge.net/p/tmux/feature-requests/

seem to work OK, so not sure why ticket #74 is special.

Confirmed.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-12-07
    • milestone: limbo --> forge-dec-28
     
  • Dave Brondsema

    Dave Brondsema - 2012-12-07

    Username of ticket submitter is arno- which causes the following internal error. Related to [#5404] changes.

    File '/var/local/allura/Allura/allura/templates/widgets/post_widget.html', line 18 in top-level template code
      {{lib.gravatar(value.author(), size=size)}}<br>
    File '/var/local/allura/Allura/allura/templates/jinja_master/lib.html', line 15 in template
      {% if user.icon_url() %}
    File '<string>', line 2 in icon_url
    File '/var/local/allura/Allura/allura/lib/decorators.py', line 196 in memoize
      result = func(*args)
    File '/var/local/allura/Allura/allura/model/auth.py', line 484 in icon_url
      private_project = self.private_project()
    File '/var/local/allura/Allura/allura/model/auth.py', line 598 in private_project
      p = n.register_project(project_shortname, user=self, user_project=True)
    File '/var/local/allura/Allura/allura/model/neighborhood.py', line 102 in register_project
      self, shortname, project_name, user or getattr(c, 'user', None), user_project, private_project, apps)
    File '/var/local/forge-classic/sfx/sfx_main.py', line 279 in register_project
      ug_name = self.api.create(user, neighborhood, shortname, project_name, private_project)
    File '/var/local/forge-classic/sfx/lib/sfx_api.py', line 185 in create
      read_response(response, 201)
    File '/var/local/forge-classic/sfx/lib/sfx_api.py', line 38 in read_response
      raise cls('Error status %s %s' % (response.status, response.getheader('X-API-Message','')))
    SFXBadRequest: Error status 400 Project unix name invalid
    
     

    Related

    Tickets: #5404

  • Dave Brondsema

    Dave Brondsema - 2013-01-03

    This works now

     
  • Dave Brondsema

    Dave Brondsema - 2013-01-03
    • status: open --> closed
     

Log in to post a comment.