Skip to content

Commit 2efb5e3

Browse files
authored
1.0.3 (#37)
* 1.0.3 * Improve exception
1 parent bd20ad9 commit 2efb5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instagram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ module.exports = class Instagram {
305305

306306
return this.essentialsValues.sessionId;
307307
}).catch(() =>
308-
console.log('Instagram authentication failed')
308+
console.log('Instagram authentication failed (challenge required erro)')
309309
)
310310
}
311311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "instagram-nodejs-without-api",
88
"description": "Auth and get followers on instagram with nodejs",
9-
"version": "1.0.2",
9+
"version": "1.0.3",
1010
"main": "instagram.js",
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)