Jump to content

ENErrorDomain error 4


Bloat

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...