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
I am trying to embed this player into our repository. Our application is developed on ruby on rails.
It works perfectly fine when parsing WARC files through the player, But throws the following error when I parse any WACZ file.
Sorry, can't load this WACZ file due to lack of range request support on the server.
Is there a way I can run the wacz file without the support of range requests?
The text was updated successfully, but these errors were encountered:
Range requests are required for ReplayWeb.page to not have to download the entire WACZ file. You can use the loading="eager" attribute to force ReplayWeb.page to download the entire WACZ at once and not perform a range request, but this isn't exactly a good or performant solution. You should look into turning them on!
Hey!
I am trying to embed this player into our repository. Our application is developed on ruby on rails.
It works perfectly fine when parsing WARC files through the player, But throws the following error when I parse any WACZ file.
Sorry, can't load this WACZ file due to lack of range request support on the server.
Is there a way I can run the wacz file without the support of range requests?
The text was updated successfully, but these errors were encountered: