jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Unable to list projects and organizations - Token refresh #20

Open alexpado opened 3 years ago

alexpado commented 3 years ago

Hi,

It seems that I can't list my projects and organization anymore. I've tried to revoke the application access and log back in again, but that didn't work.

Looking at the websocket data, each requests receive as response:

{
    "_type": ".Status",
    "status": "error",
    "message": "401 - Unauthorized - "
}

Or even:

{
    "_type": ".Reply",
    "address": "GetOrgs5",
    "msg": {
        "_type": ".Err",
        "message": "{\"message\":\"Bad credentials\",\"documentation_url\":\"https://docs.github.com/rest\"}"
    },
    "_to": "GetOrgs5"
}

I think it's related to a token, but I can't find where I can add a valid one again.