Skip to content

GitLab

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

Closed
Open
Created Jan 10, 2019 by LETORT Sebastien@sletortContributor

(discrete) error on fresh install when click on "jobs"

When a new user click on "jobs" link (and no job exist), the interface show a nice message explain that no job exist. In the django logs, there's an uncaught exception :

dev-django        | 2019-Jan-10 10:16:46 ERROR    aiohttp.server           Error handling request
dev-django        | Traceback (most recent call last):
dev-django        |   File "/usr/lib/python3/dist-packages/aiohttp/web_server.py", line 61, in handle_request
dev-django        |     resp = yield from self._handler(request)
dev-django        |   File "/usr/lib/python3/dist-packages/aiohttp/web.py", line 249, in _handle
dev-django        |     resp = yield from handler(request)
dev-django        |   File "/opt/allgo/allgo/aio/__init__.py", line 665, in handle_job_list_events
dev-django        |     job_ids = {int(x) for x in request.url.query.getall("id")}
dev-django        |   File "multidict/_multidict.pyx", line 91, in multidict._multidict._Base.getall (multidict/_multidict.c:2901)
dev-django        |   File "multidict/_multidict.pyx", line 105, in multidict._multidict._Base._getall (multidict/_multidict.c:3132)
dev-django        | KeyError: "Key not found: 'id'"

This is a minor bug.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking