One of our users reported that SG review in RV is no longer activating when selecting “play in RV” from the SG media app. I narrowed the issue down to the rvlink urls being passed to the rvlink protocol handler being encoded differently:
rvlink:// -l -play -eval ‘shotgun.theMode().setServerURLValue(“[https://mythvfx.shotgunstudio.com](https://mythvfx.shotgunstudio.com/)”);shotgun.sessionFromVersionIDs(int[] {150604});’
as opposed to the same entity being encoded (different workstation, same user and browser version)
rvlink:// -sendEvent 'gma-play-entity' '{"protocol_version":1,"server":"[https://mythvfx.shotgunstudio.com](https://mythvfx.shotgunstudio.com/)","type":"Version","ids":[150604]}'
The latter works with SG review, the former does not. I’m aware of the upcoming plans to desupport SG review, so quite possibly this is related, but I’m at a loss to explain how we’re arriving at these alternate encodings on seemingly identical environments. Any thoughts from the hive mind?