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
  • #157
Closed
Open
Issue created Apr 23, 2012 by Benjamin Fischer@benjamin.fischerOwner

Bug in platform.py and ajax.py

Revision 557 brought a bug when starting the server, see the traceback for more information.

Traceback (most recent call last): File "serve.py", line 198, in <module> run() File "serve.py", line 195, in run Server(parse_commandline()).run() File "serve.py", line 85, in __init__ platform=Platform(self.var_dir) File "~/vispaweb/vispa-web/vispa/platform.py", line 62, in __init__ self.controller = PlatformController(self) File "~/vispaweb/vispa-web/vispa/controller/platform.py", line 26, in __init__ self.ajax=AjaxController(platform) File "~/vispaweb/vispa-web/vispa/controller/ajax.py", line 23, in __init__ self.vfs = VFSController(platform) TypeError: this constructor takes no arguments

(from redmine: issue id 946, created on 2012-04-23 by root, closed on 2012-05-21)

Assignee
Assign to
Time tracking