As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Recently, I am receiving this error, while downloading images for a table view. Each cell downloads its image separately.
Error Domain=KCSResourceErrorDomain Code=60011 "Download already in progress.".
This is happening in one of the environment!! Code works with another environment (development) and downloads the images, but when I change the env to my "beta" env it raises the error. Using SDK 1.26, but tested with older SDK v1.22. Same problem.
This is happening for some of the users, doesn't depend on env.
M
Mike
said
over 9 years ago
You should only see if the if you try to download a file a second time before the first operation is complete. Since this is in a table view, how many files are being requested? How many of those are duplicates?
A
Ali
said
over 9 years ago
These are profile pictures and all of them are unique files
Ali
Error Domain=KCSResourceErrorDomain Code=60011 "Download already in progress.".
This is happening in one of the environment!! Code works with another environment (development) and downloads the images, but when I change the env to my "beta" env it raises the error. Using SDK 1.26, but tested with older SDK v1.22. Same problem.