You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@emanuelevivoli Hello. I also faced this issue and also tried to do reverse engineering but without any successful results :( @yatsenkolesh please have a look!
When I try
insta.getUserDataById()
I get this error:I tried to do reverse engineering but I'm young in node and i can't understand where I'm wrong.
The text was updated successfully, but these errors were encountered: