Skip to content

I see an issue with Docusign. It is not working as expected. #187

@pushp1010

Description

@pushp1010

@mmohareb @ashok Need urgent help on the below Errors:

It is not downloading the template using Template Download code. This is code working perfectly fine but not is giving Document not found while it is there in Docusign account.

DSMTemplateManager().cacheTemplate(
            withId: templateId,
            completion: { (error: Error?) in
                if let error = error {
                    completionHandler(.failure(error))
                } else {
                    completionHandler(.success(true))
                }
            })

This was a working code it stopped working. This started happening when have replaced an existing document with new document and Template tabs remains the same

And After sometime of repeatedly trying fixing above bug. While I am trying to login via iOS SDK I am getting bellow error:

Error Domain=user.additional.data.fetch.error Code=-1001 "Unable to fetch additional data for user - The request timed out." UserInfo={NSLocalizedDescription=Unable to fetch additional data for user - The request timed out., NSLocalizedFailureReason=USER_ADDITIONAL_DATA_FETCH_ERROR}

Metadata

Metadata

Assignees

Labels

ackIssue Acknowledged and will be triaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions