Odi

Results 14 comments of Odi

Yeah I agree I added that while developing. Need opinions on showing how to use the hooks On Fri, 26 Oct 2018 at 23.41 Jack Hanford wrote: > *@hanford* requested...

Just re-read the messages. I think @hanford mistook me for adding a UI lib for the main bundle. I didn't, and just used the `toaster` from `evergreen-ui` in the example...

> Not sure bringing a UI library in is a good idea, I would say these hooks should remain as small as possible to allow people consuming them to decide...

I've removed the ui dependency and opt for a `console.log` example. Would the ability to add custom callbacks to `online` and `offline` events be a good feature though? @hanford @fouad...

This is expected, Instagram actually uses several safety mechanisms, including this challenge. This CLI doesn't handle the errors properly (yet) hence the `console.error("can't login")`. Known safety mechanisms: 1. Auth challenge...

Yes, feel free to include them either in the same PR or different ones 😇 On Sun, 7 Oct 2018 at 19.59 Stevan Marjanovic wrote: > I'm open to try...

I'm trying to replicate the issue, so far I can't seem to successfully do it. - [x] Use an old `yarn global` installation = doesn't show `CookieNotValidError` - [x] Fresh...

@kristjanvariksoo @nishelanutella For quick fix, have you tried using `persist` (`-s`) mode? It will save the credentials inside a JSON file instead of storing the cookie in memory. ![cookie](https://user-images.githubusercontent.com/3748658/39166475-1e2996c8-47b4-11e8-9934-c964139453eb.png) ```sh...

We're going to wait for a fix from here in the meantime. [#462](https://github.com/huttarichard/instagram-private-api/issues/462)

I'm sorry for slow response. I can't replicate the issue with my accounts and devices. Do you have any fixes that can be made into a PR? On Wed, May...