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've implemented and modified the activity example for my needs and so far it works great. Everything runs and behaves like it should.
Issue is, when starting up my RPC I receive these lines:
[ERROR] ResponseError { code: UnknownError, message: "Request has been terminated\nPossible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc." }
[ERROR] Failed to configure networking: ResponseError { code: UnknownError, message: "Request has been terminated\nPossible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unlo
aded, etc." }
I have experienced the same issue, when I use the current release (0.5.5), which uses the official Discord Games SDK binary. However, no ResponseError occurs, when I am using the java-impl branch instead.
The java-impl branch is a pure-java implementation, which does not use the Discord Games SDK binary internally. The branch is currently experimental, but it should be usable once PR #61 has been merged.
I've implemented and modified the activity example for my needs and so far it works great. Everything runs and behaves like it should.
Issue is, when starting up my RPC I receive these lines:
The program doesn't crash and even still runs fine but this kind of concerns me. Below is my activity file:
https://gist.github.com/drori200/a61284adeffc26117f087aee045620ff
The text was updated successfully, but these errors were encountered: