priezz / meteor-evernote

1 stars 1 forks source link

Failed to send OAuth1 request #1

Open torstah opened 8 years ago

torstah commented 8 years ago

Hey

Would love to get this working. But I get this:

W20150908-22:51:53.055(2) (oauth_server.js:398) Error in OAuth Server: Failed to send OAuth1 request to https://www.evernote.com/oauth. failed [401] <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="/redesign/global/css/reset.css" />  <link rel="stylesheet" href="/redesign/global/css/fonts.css" media="all" />  <link rel="stylesheet" href="/redesign/global/css/header.css" /> <link rel="stylesheet" href="/redesign/global/css/lay...
I20150908-22:51:53.758(2)? Exception while invoking method 'login' Error: Failed to send OAuth1 request to https://www.evernote.com/oauth. failed [401] <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=9,chrome=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="/redesign/global/css/reset.css" />  <link rel="stylesheet" href="/redesign/global/css/fonts.css" media="all" />  <link rel="stylesheet" href="/redesign/global/css/header.css" /> <link rel="stylesheet" href="/redesign/global/css/lay...
I20150908-22:51:53.758(2)?     at [object Object].OAuth1Binding._call (packages/oauth1/oauth1_binding.js:175:1)
I20150908-22:51:53.758(2)?     at [object Object].OAuth1Binding.prepareRequestToken (packages/oauth1/oauth1_binding.js:28:1)
I20150908-22:51:53.758(2)?     at OAuth._requestHandlers.(anonymous function) (packages/oauth1/oauth1_server.js:24:1)
I20150908-22:51:53.758(2)?     at middleware (packages/oauth/oauth_server.js:173:1)
I20150908-22:51:53.758(2)?     at packages/oauth/oauth_server.js:146:1

Any clues?

torstah commented 8 years ago

Nevermind. I set sandbox: true...

priezz commented 8 years ago

Hi, does it work for you with sandbox: false or true? Anyway I have to get rid of the exception, thank you for the report.