pyzk 0 Posted August 22, 2013 Share Posted August 22, 2013 I've completed the steps in the iOS Quick-start guide, but when I try to run it with the Xcode simulator I receive this error: 2013-08-22 09:58:48.097 zInspector[7964:c07] Session host: sandbox.evernote.com2013-08-22 09:58:48.100 zInspector[7964:c07] Session key: **********2013-08-22 09:58:48.101 zInspector[7964:c07] Session secret: ********************2013-08-22 09:58:48.692 zInspector[7964:c07] Received error HTTP response code: 4012013-08-22 09:58:48.693 zInspector[7964:c07] <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/layout.css" /> <title>Evernote Error</title></head><body> <div class="header"> <div class="logo-bar"> <a class="evernote-logo" href="https://sandbox.evernote.com/Home.action?/">Evernote</a> </div> </div> <div id="container-boundingbox" class="wrapper"> <div id="container" class="wrapper"> <div class="main"> <div class="page-header"> <h1> Oops, we encountered an error. </h1> </div> <div> <p> Sorry, we've encountered an unexpected error. </p> </div> <div class="clear"></div> </div> </div> <div class="shadow wrapper"> <img src="/redesign/global/img/desktop-shadow-full.png" /> </div> <div class="footer wrapper"> <a class="footer-entry" href="https://sandbox.evernote.com/Home.action?/tos/">Terms of Service</a> <a class="footer-entry" href="https://sandbox.evernote.com/Home.action?/privacy/">Privacy Policy</a> <span class="footer-entry last">Copyright 2013 Evernote Corporation. All rights reserved.</span> </div> </div></body></html>2013-08-22 09:58:48.742 zInspector[7964:c07] Error authenticating with Evernote Cloud API: Error Domain=com.evernote.sdk Code=-3000 "The operation couldn’t be completed. (com.evernote.sdk error -3000.)" UserInfo=0x77a5880 {statusCode=401}2013-08-22 09:58:48.742 zInspector[7964:c07] Session not authenticated2013-08-22 09:58:48.097 zInspector[7964:c07] Session host: sandbox.evernote.com2013-08-22 09:58:48.100 zInspector[7964:c07] Session key: zabace2013-08-22 09:58:48.101 zInspector[7964:c07] Session secret: 5b43b4b4293cff142013-08-22 09:58:48.692 zInspector[7964:c07] Received error HTTP response code: 4012013-08-22 09:58:48.693 zInspector[7964:c07] <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/layout.css" /> <title>Evernote Error</title></head><body> <div class="header"> <div class="logo-bar"> <a class="evernote-logo" href="https://sandbox.evernote.com/Home.action?/">Evernote</a> </div> </div> <div id="container-boundingbox" class="wrapper"> <div id="container" class="wrapper"> <div class="main"> <div class="page-header"> <h1> Oops, we encountered an error. </h1> </div> <div> <p> Sorry, we've encountered an unexpected error. </p> </div> <div class="clear"></div> </div> </div> <div class="shadow wrapper"> <img src="/redesign/global/img/desktop-shadow-full.png" /> </div> <div class="footer wrapper"> <a class="footer-entry" href="https://sandbox.evernote.com/Home.action?/tos/">Terms of Service</a> <a class="footer-entry" href="https://sandbox.evernote.com/Home.action?/privacy/">Privacy Policy</a> <span class="footer-entry last">Copyright 2013 Evernote Corporation. All rights reserved.</span> </div> </div></body></html>2013-08-22 09:58:48.742 zInspector[7964:c07] Error authenticating with Evernote Cloud API: Error Domain=com.evernote.sdk Code=-3000 "The operation couldn’t be completed. (com.evernote.sdk error -3000.)" UserInfo=0x77a5880 {statusCode=401}2013-08-22 09:58:48.742 zInspector[7964:c07] Session not authenticated Can anyone tell me what I'm doing wrong? Is this just because I'm running the application on the iOS simulator? Thanks Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.