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
In the error catch block, the script currently assumes an error means there's no file available for download. This assumption might be misleading, as the error could be due to other reasons, such as a network issue. We should refine the block to consider a 404 status as acceptable (indicating no file available) but throw an error for any other issues.
The text was updated successfully, but these errors were encountered:
In the error catch block, the script currently assumes an error means there's no file available for download. This assumption might be misleading, as the error could be due to other reasons, such as a network issue. We should refine the block to consider a 404 status as acceptable (indicating no file available) but throw an error for any other issues.
The text was updated successfully, but these errors were encountered: