Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

Trying to generate a report stops at "processing issues" #35

@felixfoertsch

Description

@felixfoertsch
$gtt -V
1.7.0

I am trying to set up gtt for a project on a gitlab instance hosted at our university. Reporting to an issue with gtt start works perfectly. I can report times to different issues as intended. So the basic configuration with the token should work.

However, generating reports gives the following error:

TypeError: Cannot read property 'total_time_spent' of undefined
    at resolve (/usr/local/share/.config/yarn/global/node_modules/gitlab-time-tracker/src/models/hasTimes.js:114:52)
    at Promise (<anonymous>)
    at promise.then (/usr/local/share/.config/yarn/global/node_modules/gitlab-time-tracker/src/models/hasTimes.js:107:38)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)

I tried using the yarn install first, then npm and then docker. The issue was the same with all three installations. The only settings in the global config are:

url:
token:  
closed: true
output: markdown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions