Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application not populating Tinder data #880

Open
bane5000 opened this issue May 19, 2018 · 4 comments
Open

Application not populating Tinder data #880

bane5000 opened this issue May 19, 2018 · 4 comments

Comments

@bane5000
Copy link

I've installed this on Ubuntu as well as Debian and neither work. I have tried both node versions 10 as well as 8.9.0. The result is the same, a blank screen shown here: https://snag.gy/YtnEMC.jpg (and yes the tinder channel is enabled in the upper left corner)

My environment is as follows:
FACEBOOK_USER_EMAIL=user@gmail.com
FACEBOOK_USER_PASSWORD=password
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=keyid
AWS_SECRET_ACCESS_KEY=secret

Here are some interesting error messages when I issue 'container logs [containerid]':

2018-05-19T01:47:10,998+00:00 - error: AssertionError [ERR_ASSERTION]: No node found for selector: input#email
at Console.assert (console.js:188:23)
at Frame.type (/opt/get-me-a-date/node_modules/puppeteer/lib/FrameManager.js:661:13)
at
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
2018-05-19T01:47:10,999+00:00 - info: Finished checking recommendations from Tinder channel (received = 0, skipped = 0, failed = 0)
2018-05-19T01:47:11,000+00:00 - info: Started checking updates from Tinder
2018-05-19T01:48:54,434+00:00 - error: Error: Navigation Timeout Exceeded: 30000ms exceeded
at Promise.then (/opt/get-me-a-date/node_modules/puppeteer/lib/NavigatorWatcher.js:73:21)
at

Full log can be found here: https://pastebin.com/NQzZG434

Please advise

@bane5000
Copy link
Author

Is this application working seamlessly for anyone else, or is it just me?

@erkkimon
Copy link

I am struggling with similar problems. It looks like the software fails to get Tinder accessToken. Any ideas how to work around this? It would be great to be able to enter accessToken as environment variable in case oAuth fails. By the way, why does it fail? ping @hfreire

curl -X GET --header 'Accept: application/json' 'http://localhost:5940/channels'
[{"name":"tinder","isEnabled":true,"userId":"0","accessToken":null,"lastActivityDate":null,"isOutOfLikes":false,"outOfLikesDate":null,"createdAt":"2019-10-21T19:53:46.601Z","updatedAt":"2019-10-21T20:56:06.035Z"},{"name":"happn","isEnabled":false,"userId":"0","accessToken":null,"lastActivityDate":null,"isOutOfLikes":false,"outOfLikesDate":null,"createdAt":"2019-10-21T19:53:46.616Z","updatedAt":"2019-10-21T19:53:46.616Z"}]

This was referenced Feb 11, 2020
@anoduck
Copy link

anoduck commented Feb 11, 2020

@hfreire Please, help.

  1. Is this app still supposed to be functioning?
  2. If so, why is it not populating any data?

I incorporated the use of docker-compose to set the environment variables for the docker image that was created and assumed all that was needed was to set the environmental variables and run the docker image. Is there something that I am missing?

@anoduck
Copy link

anoduck commented Feb 11, 2020

@ALL Anyone got this app working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants