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
Sorry, this URL could not be loaded because the size of the file is not accessible.
Make sure this is a valid URL and you have access to this file.`);
if(abort){
abort.abort();
}
returnfalse;
}
And indeed, when disabling this check, the archive is loaded correctly.
Does it make sense to replace this conditional by the following (which works for me)?
I think this should now be fixed in latest versions of wabac.js -- we have collections sharing for public collections, which allows you to load .json URLs directly via ReplayWeb.page. If it is happening, do you have a specific repro?
When loading a JSON file pointing to an archive (one served by browsertrix-cloud), I get the error message
It appears that for JSON files the
sourceLoader
does not return alength
in this casewabac.js/src/loaders.js
Lines 562 to 570 in d7e0021
And indeed, when disabling this check, the archive is loaded correctly.
Does it make sense to replace this conditional by the following (which works for me)?
The text was updated successfully, but these errors were encountered: