Coder Social home page Coder Social logo

Comments (13)

DreamBoy65 avatar DreamBoy65 commented on June 11, 2024 15

You can update this code, I just debugged the issue and solved it on a production level. :) Thanks, me later.

let value = this.request('/', { resolveWithFullResponse: true }).then(res => {
      const pattern = new RegExp(/(csrf_token\\":\\")[\w]+/)
      const matches = res.body.match(pattern)
      value = matches[0].substring(15)
    })

now its giving:
Screenshot_20221124-183505_Termux

from instagram-web-api.

ubaidimranofficial avatar ubaidimranofficial commented on June 11, 2024 5

You can update this code, I just debugged the issue and solved it on a production level. :)
Thanks, me later.

let value = this.request('/', { resolveWithFullResponse: true }).then(res => {
      const pattern = new RegExp(/(csrf_token\\":\\")[\w]+/)
      const matches = res.body.match(pattern)
      value = matches[0].substring(15)
    })

from instagram-web-api.

emauriciomoreno avatar emauriciomoreno commented on June 11, 2024 2

Yes, that's right, the library has stopped working. At the point where it gets the csrf_token, before the login process

from instagram-web-api.

ardinusawan avatar ardinusawan commented on June 11, 2024 2

For everyone who looking for solution:
Based on this youtube desc: https://www.youtube.com/watch?v=XzyYi_yv86A

  1. Create an empty directory in the root of your app called "instagram-web-api"
  2. Copy the index.js file from my GitHub repo (https://github.com/amamenko/inky-dood... into that directory.
  3. Substitute your current import of the "Instagram" object from the instagram-web-api library in your app with const Instagram = require("./instagram-web-api/index");

from instagram-web-api.

ubaidimranofficial avatar ubaidimranofficial commented on June 11, 2024

I have a solution for that :_

from instagram-web-api.

emauriciomoreno avatar emauriciomoreno commented on June 11, 2024

Please tell me

from instagram-web-api.

emauriciomoreno avatar emauriciomoreno commented on June 11, 2024

Thanks a lot. you saved my day

from instagram-web-api.

tusharsinghal1610 avatar tusharsinghal1610 commented on June 11, 2024

Thanks a lot @ubaidimranofficial

from instagram-web-api.

espressostack avatar espressostack commented on June 11, 2024

@ubaidimranofficial Thanks a lot bro

from instagram-web-api.

quaint-racoon avatar quaint-racoon commented on June 11, 2024

Got same error as the guy above any solutions?

from instagram-web-api.

360macky avatar 360macky commented on June 11, 2024

You can update this code, I just debugged the issue and solved it on a production level. :) Thanks, me later.

let value = this.request('/', { resolveWithFullResponse: true }).then(res => {
      const pattern = new RegExp(/(csrf_token\\":\\")[\w]+/)
      const matches = res.body.match(pattern)
      value = matches[0].substring(15)
    })

Wait, but where I put this?

from instagram-web-api.

quaint-racoon avatar quaint-racoon commented on June 11, 2024

You can update this code, I just debugged the issue and solved it on a production level. :) Thanks, me later.

let value = this.request('/', { resolveWithFullResponse: true }).then(res => {
      const pattern = new RegExp(/(csrf_token\\":\\")[\w]+/)
      const matches = res.body.match(pattern)
      value = matches[0].substring(15)
    })

Wait, but where I put this?

U edit the package code itself and replace the bugged code

from instagram-web-api.

360macky avatar 360macky commented on June 11, 2024

You can update this code, I just debugged the issue and solved it on a production level. :) Thanks, me later.

let value = this.request('/', { resolveWithFullResponse: true }).then(res => {
      const pattern = new RegExp(/(csrf_token\\":\\")[\w]+/)
      const matches = res.body.match(pattern)
      value = matches[0].substring(15)
    })

Wait, but where I put this?

U edit the package code itself and replace the bugged code

Wow, okay. Thank you.

from instagram-web-api.

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.