Coder Social home page Coder Social logo

I got this error! about patreon-discord HOT 4 CLOSED

miramallows avatar miramallows commented on August 11, 2024
I got this error!

from patreon-discord.

Comments (4)

pauldb09 avatar pauldb09 commented on August 11, 2024

@miramallows Having a look will be realy appreciated

from patreon-discord.

miramallows avatar miramallows commented on August 11, 2024

@pauldb09 @JoniXTech Could I see your code snippets relevant to this?

from patreon-discord.

JoniXTech avatar JoniXTech commented on August 11, 2024

That´s not working in the package:

async fetchPatrons (patronStatusFilter) {

        const { allPatronsPledges: pledges, allPatronsSocials: socials } = await this._scrapeData();
        const patrons = await this._sortData(pledges, socials, patronStatusFilter)
        return patrons;

    }

And i tried this in my code:

const { Campaign } = require('patreon-discord')

const myCampaign = new Campaign({ 
                patreonToken: 'my patreonToken',
                campaignId: 'my campaignId'
            })

            myCampaign.fetchPatrons(['active_patron', 'declined_patron'])
                .then(patrons => { 
                    console.log(patrons)
                })

from patreon-discord.

miramallows avatar miramallows commented on August 11, 2024

hey @JoniXTech, i couldn't recreate this bug. I imagine it might be related to missing your campaign ID or that your campaign ID is invalid?

there's a few ways to grab the campaign id, the easiest way is going to your main page of patreon (for me, it would be https://patreon.com/mimubot ) and type this in your console.
prompt('Campaign ID',window.patreon.bootstrap.creator.data.id);

from there you'll be prompted with a copy-pasteable campaign id :)

from patreon-discord.

Related Issues (4)

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.