-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Replay Bug]: Star Citizen ARK Starmap - stuck on loading #277
Comments
Can replicate, looks like a replay issue? Moving to ReplayWebpage. |
Took a quick look. This may actually be a capture issue under the hood - there is an empty POST request that is being incorrectly recorded as a GET request. However, there may be also additional issues on top of that. |
sigh oops. This is the |
This is fixable but involves not 1 but 2 tricky edge case scenarios:
We need a way to create either an In testing, when forcing all object -> iframe, this works, but this may break other things (eg. if is a flash, etc..). A possible workaround may be to create some intermediate proxy object, and actually create an object or iframe when appendChild() is called... Just forcing the object to iframe does result in a working replay: |
https://robertsspaceindustries.com/starmap
using Brave
The text was updated successfully, but these errors were encountered: