Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V VISPA web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 3pia3pia
  • VISPAVISPA
  • VISPA web
  • Issues
  • #308
Closed
Open
Issue created Mar 25, 2014 by Benjamin Fischer@benjamin.fischerOwner

workspace name

Umlaute können nicht als Namen verwendet werden

Traceback (most recent call last):
File “/home/cglaser/software/vispa/1.0/vispa/tools/ajax.py”, line 19, in wrap
content = innerfunc(args,*kwargs)
File “/home/cglaser/.local/lib/python2.7/site-packages/cherrypy/_cpdispatch.py”, line 34, in call
return self.callable(self.args,*self.kwargs)
File “/home/cglaser/software/vispa/1.0/vispa/controller/ajax.py”, line 123, in addworkspace
command=cmd)
File “/home/cglaser/software/vispa/1.0/vispa/models/workspace.py”, line 76, in add
safe, msg = insertion_safe(name, host, login, key, command)
File “/home/cglaser/software/vispa/1.0/vispa/models/init.py”, line 19, in insertion_safe
elem = str(elem)
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xfc’ in position 2: ordinal not in range(128)

(from redmine: issue id 1604, created on 2014-03-25 by Christian.Glaser, closed on 2014-03-27)

  • Relations:
    • child #1296
  • Changesets:
    • Revision 1088 by Marcel Rieger on 2014-03-27T17:02:12Z:
Remove unicode to string conversion, fix #1604.
  • Revision 1088 by Marcel Rieger on 2014-03-27T17:02:12Z:
Remove unicode to string conversion, fix #1604.
Assignee
Assign to
Time tracking