-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
Is this application working seamlessly for anyone else, or is it just me? |
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
|
@hfreire Please, help.
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? |
@ALL Anyone got this app working? |
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=[email protected]
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
The text was updated successfully, but these errors were encountered: