yatsenkolesh / instagram-nodejs

Simple library for auth, get followers, search by hashtags and locations, like posts, follow, get user feed of instagram with nodejs
MIT License
316 stars 74 forks source link

Unexpected end of JSON input #41

Open emanuelevivoli opened 6 years ago

emanuelevivoli commented 6 years ago

When I try insta.getUserDataById() I get this error:

(node:11743) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://www.instagram.com/query/ reason: Unexpected end of JSON input
    at myproject/node_modules/node-fetch/lib/body.js:48:31
    at process._tickCallback (internal/process/next_tick.js:68:7)

I tried to do reverse engineering but I'm young in node and i can't understand where I'm wrong.

VolodymyrKornetskyi commented 4 years ago

@emanuelevivoli Hello. I also faced this issue and also tried to do reverse engineering but without any successful results :( @yatsenkolesh please have a look!