Skip to content

GitLab

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

Closed
Open
Opened 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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: allgo/allgo#291