Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to list projects and organizations - Token refresh #20

Open
alexpado opened this issue Jun 30, 2021 · 0 comments
Open

Unable to list projects and organizations - Token refresh #20

alexpado opened this issue Jun 30, 2021 · 0 comments

Comments

@alexpado
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant