Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I
iTasks-SDK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • iTasks-SDK
  • Issues
  • #441

Closed
Open
Created Jan 29, 2021 by Camil Staps@cstaps🚀Owner

Runtime error in currentTaskInstanceCookies

I came across the following runtime error when closing the browser tab of a BasicAPIExamples instance:

Run time error, rule '\;110;30;38.39' in module 'iTasks.SDS.Sources.System' does not match

This refers to the read function for currentTaskInstanceCookies. Apparently it is possible that the pattern there does not match. Maybe the cookies are accessed after the instance has been removed, and the list is empty?

I have not found a way to reproduce this yet, but it seems fairly straightforward to make this function total by making the read type ?Cookies or returning an empty map when there is no match. For a list with two elements an abort tracing an error may still be appropriate as this really should not happen.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None