Code Monkey home page Code Monkey logo

Comments (4)

jaredly avatar jaredly commented on May 28, 2024

If you're willing to dive into mongo, we might get a getter idea of what's going on (I use genghisapp).
In the strider-foss database, in the users collection, there should be something like this:

{
    _id: ObjectId("...."),
    account_level: 1,
    accounts: [
        {
            last_updated: ISODate("...."),
            provider: "github",
            id: "....",
            display_url: "https://github.com/jaredly",
            title: "jaredly",
            config: {
                accessToken: "[long hex string]",
                login: "jaredly",
                email: "[your email]",
                gravatarId: "[another hex string]",
                name: "Jared Forsyth"
            },
...

Does that make sense?
If the accessToken is there, then try to hit https://api.github.com/user/repos?access_token=[the api token here] in your browser. If that works, then we have some more digging to do....

Also, did strider give you any warnings on startup?

from strider-github.

morkeleb avatar morkeleb commented on May 28, 2024

The access token is working.

My startup script is depcrated:
WARNING: You are using GITHUB_APP_ID to configure Github OAuth application id.
This name has been deprecated. Please use PLUGIN_GITHUB_APP_ID instead.

Maybe that warning could be shown for all admins on the main page?
Also the GITHUB_APP_ID variable has been renamed but not the GITHUB_APP_SECRET.

from strider-github.

jaredly avatar jaredly commented on May 28, 2024

interesting. It was supposed to work even if you used the old vbl names...

from strider-github.

morkeleb avatar morkeleb commented on May 28, 2024

Maybe I was too fast closing the issue :)

from strider-github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.