portify icon indicating copy to clipboard operation
portify copied to clipboard

Error: 140735114158464:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key

Open pathikrit opened this issue 11 years ago • 4 comments

portify 0.51 Starting without harmony info - socket.io started starting transfer... Google Login success Spotify Login success got 10 playlists Spotify Login success starting transfer...

events.js:66 throw arguments[1]; // Unhandled 'error' event ^ Error: 140735114158464:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key:../deps/openssl/openssl/crypto/evp/p_lib.c:288:

at CleartextStream._pusher (tls.js:615:24)
at CleartextStream.CryptoStream._push (tls.js:440:25)
at SecurePair.cycle (tls.js:839:20)
at EncryptedStream.CryptoStream.write (tls.js:220:13)
at Socket.ondata (stream.js:38:26)
at Socket.EventEmitter.emit (events.js:88:17)
at TCP.onread (net.js:403:14)

pathikrit avatar Nov 04 '13 07:11 pathikrit

I'm getting the same error. I'm trying to get some more info.

nodnarb avatar Dec 04 '13 05:12 nodnarb

updating node node-0.8.16 to 0.10.17 did work for me

jgroeneveld avatar Dec 07 '13 02:12 jgroeneveld

That worked for me as well.

nodnarb avatar Dec 08 '13 20:12 nodnarb

I also ran into this and fixed it by upgrading my version of node.

tschieggm avatar Jan 03 '14 18:01 tschieggm