Results 94 comments of Justin Long

That bit about the `[code, error]` indicates a bigger problem likely on the Tinder side. Unfortunately, the lib isn't properly parsing the Tinder error because it doesn't fit with the...

I'll have a chance to look at this deeper tonight, I have two primary theories as to the cause: 1) Tinder API is finicky when logging in certain users. This...

Need to make more manual selections until the bot tells you it has re-processed your models. Keep using the web interface (note: not the mobile app) to re-train the bot...

Last thing I can suggest is a restart.

For whatever reason your choices aren't saving, since that error points to a line of code that references existing data. Last thing I can think of is for you to...

Last resort: does a fresh start from scratch work?

Can't think of anything at the moment except that there was an old commit from months ago that caused this same bug. If I have some extra time in the...

@Hodini FYI all support for the project was dropped. However, I changed my mind regarding future plans of this project and next month we are accepting private testers of a...

Hey thanks @RaphyRaph for reaching out! We've got a waitlist set up and yes we are still accepting sign ups. Right now we're holding the waitlist temporarily since we're in...

I've narrowed the problem to this specific function: https://github.com/docker/dockercloud-agent/blob/master/agent/tunnel.go#L28 The agent incorrectly assumes the node is publicly available. For whatever reason, `isNodeReachable` returns `true` in my case (likely because no...