Getting the same error with banderlog013 :
(node:24217) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 appInitialized listeners added. Use emitter.setMaxListeners() to increase limit
(node:24217) UnhandledPromiseRejectionWarning: Error: Unknown or unsupported transport “disabled” for address “disabled:”
(node:24217) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
Tried to force-enable gnome-keyring, since it looks like a common warning on some electron applications which requires a keyring, it didn't work.
EDIT // Apparently I was running gnome-keyring a bit late and missing some session variables. Setting it start with my session did the trick.