Vaidas Bagdonas
Vaidas Bagdonas
I'm trying to boot it and having the same issue. It's a bit unclear where exactly it is coming from. The `tinder-wrapper` uses the Tinder API directly, so it shouldn't...
I have found the location of the issue. It's in the facebook token dependency. https://github.com/hfreire/facebook-login-for-robots/blob/master/src/facebook-login-for-robots.js#L85
https://github.com/Gyvastis/facebook-login-for-robots/blob/master/src/facebook-login-for-robots.js Here's a working version. Just need to update the tests and make a PR and we should be good to go if @hfreire is responsive enough to merge and...
As a workaround for now we can mount the updated file as a volume. `wget https://raw.githubusercontent.com/Gyvastis/facebook-login-for-robots/master/src/facebook-login-for-robots.js` `docker run -p "5940:3000" -e "FACEBOOK_USER_EMAIL=***" -e "FACEBOOK_USER_PASSWORD=***" -e "AWS_REGION=***" -e "AWS_ACCESS_KEY_ID=***" -e "AWS_SECRET_ACCESS_KEY=***"...
Apparently there are more issues involved. After fetching userId & accessToken from Facebook it does not update it in the projects' database hence we don't see any details in the...
Awesome! Glad to see this is being fixed
Same here, no update yet what it might be related to?
Import the css file and add this additionally ```css .leaflet-container { height: 300px; } ```