Bloat 0 Posted July 3, 2015 Share Posted July 3, 2015 On initial installation, our app does a large number of note downloads using -getNoteWithGuid. Some succeed, but many fail with errors like: Error Domain=ENErrorDomain Code=4 "The operation couldn’t be completed. (ENErrorDomain error 4.)" UserInfo=0x17487fa80 {parameter=Note.guid} I checked the guids, they are fine. The errors only occur on the production servers; downloads work flawlessly in the sandbox environment. We have "Initial Download Boost" enabled for our app. Can anyone help diagnose what's going one here? Thanks in advance. Link to comment
Level 5* gazumped 10,356 Posted July 4, 2015 Level 5* Share Posted July 4, 2015 Hi. ..."production servers?" Link to comment
Bloat 0 Posted July 4, 2015 Author Share Posted July 4, 2015 By "production servers" I meant the non-sandbox Evernote system. Link to comment
Level 5* gazumped 10,356 Posted July 4, 2015 Level 5* Share Posted July 4, 2015 Yeah, I kind've got that - I was wondering whether your installation was on a network rather than an individual PC. Is this a discussion you should be having here? > https://discussion.evernote.com/forum/243-evernote-for-developers/ Link to comment
Eric Cheng 5 Posted July 10, 2015 Share Posted July 10, 2015 On initial installation, our app does a large number of note downloads using -getNoteWithGuid. Some succeed, but many fail with errors like: Error Domain=ENErrorDomain Code=4 "The operation couldn’t be completed. (ENErrorDomain error 4.)" UserInfo=0x17487fa80 {parameter=Note.guid} I checked the guids, they are fine. The errors only occur on the production servers; downloads work flawlessly in the sandbox environment. We have "Initial Download Boost" enabled for our app. Can anyone help diagnose what's going one here? Thanks in advance.Are you sending the getNoteWithGuid to the correct shards? I think it's probably the shared notes failed to download as those are not on your primary shard. Which SDK are you using? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.