You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running a script for some time (I think approximately 1 hour but I'm not sure), the following error always appears:
TypeError: Cannot read properties of undefined (reading 'url')
at iCloudDriveService.downloadFile (/app/node_modules/icloudjs/build/services/drive.js:106:80)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
After running a script for some time (I think approximately 1 hour but I'm not sure), the following error always appears:
This seems to refer to https://github.com/foxt/icloud.js/blame/main/src/services/drive.ts#L141.
Could it be that the cookie is only valid for some time? Or is something else going on?
The text was updated successfully, but these errors were encountered: