Currently, there is no way of retrieving the user status or slot information from a user who is playing on LittleBigPlanet 1.
As of right now, PLRPC just generates a fake room entity to prevent an unhandled exception if the user is playing on LBP1 (https://github.com/LBPUnion/PLRPC/blob/master/PLRPC/Types/Interfaces/LighthouseApiImpl.cs#L67-L86).
There are two options here:
- Integrate a crude solution into Lighthouse that fixes this issue
- Drop LBP1 support entirely
Will have to wait for all active Lighthouse pull requests to be reviewed and merged before proceeding with these though as there are some pretty large PRs still active.
This issue will be marked as priority:blocked until then.
Currently, there is no way of retrieving the user status or slot information from a user who is playing on LittleBigPlanet 1.
As of right now, PLRPC just generates a fake room entity to prevent an unhandled exception if the user is playing on LBP1 (https://github.com/LBPUnion/PLRPC/blob/master/PLRPC/Types/Interfaces/LighthouseApiImpl.cs#L67-L86).
There are two options here:
Will have to wait for all active Lighthouse pull requests to be reviewed and merged before proceeding with these though as there are some pretty large PRs still active.
This issue will be marked as priority:blocked until then.