• Join - It's Free

Log In to Geni from Node.js and Electron

Started by Private User on Tuesday, December 25, 2018
Problem with this page?

Participants:

  • Private User
    Geni Pro
  • Private User
    Geni Pro
  • Private User
    Geni Pro

Related Projects:

Showing all 4 posts

Hi everybody,

I try to login to my geni application.
In Geni Log In form I enter my Email and password and click on connect
Text on Connect button will change to 'Please wait' but nothing happens after that.
Do you have any idea what is the problem?

---------

JQMIGRATE: Migrate is installed with logging active, version 3.0.1
jquery-ui.min.js:6 Uncaught ReferenceError: jQuery is not defined
at jquery-ui.min.js:6
at jquery-ui.min.js:6
login?client_id=sk3C…L&display=popup:191 Uncaught ReferenceError: jQuery is not defined
at login?client_id=sk3C…L&display=popup:191
prototype-libs-1b8c7…f5c500a4488d97.js:9 Uncaught ReferenceError: jQuery is not defined
at prototype-libs-1b8c7…f5c500a4488d97.js:9
libs-7ec7308955f125c…97b6c5d7a9d81.js:15 Uncaught ReferenceError: jQuery is not defined
at libs-7ec7308955f125c…97b6c5d7a9d81.js:15
application-bcf48acd…d276652d2f3a.js:102 Uncaught ReferenceError: jQuery is not defined
at application-bcf48acd…d276652d2f3a.js:102
login?client_id=sk3C…L&display=popup:203 Uncaught TypeError: Cannot set property 'MIN_YEAR' of undefined
at initGeni (login?client_id=sk3C…L&display=popup:203)
at login?client_id=sk3C…L&display=popup:295
login?client_id=sk3C…L&display=popup:385 Uncaught TypeError: $j is not a function
at login?client_id=sk3C…L&display=popup:385

If you're logging in with an email and password, that may be the issue. As a curator, you now require two factors for authentication (a one time key as well). Maybe this is causing issues with a traditional login? If your app is accessing the API, it should probably be doing so with an API key from https://www.geni.com/platform/developer/apps

It looks like you need to import the jQuery lib into your Node.js/Electron environment.

OK, thank you both, will try.

Showing all 4 posts

Create a free account or login to participate in this discussion