We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd20ad9 commit 2efb5e3Copy full SHA for 2efb5e3
instagram.js
@@ -305,7 +305,7 @@ module.exports = class Instagram {
305
306
return this.essentialsValues.sessionId;
307
}).catch(() =>
308
- console.log('Instagram authentication failed')
+ console.log('Instagram authentication failed (challenge required erro)')
309
)
310
}
311
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "instagram-nodejs-without-api",
8
"description": "Auth and get followers on instagram with nodejs",
9
- "version": "1.0.2",
+ "version": "1.0.3",
10
"main": "instagram.js",
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments