Skip to content

RTR_CheckAdminCommandStatus Error #415

Answered by jshcodes
qoolqool asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jsdjjsd!

I believe I've worked out a solution example for you. This one gets pretty verbose, so before we begin, a quick summary:

This is not well documented, but persist_all is not the correct keyword to force your command to queue offline. You are receiving the 'unknown user' error as the session is not queued and it needs to be. This is handled using queue_offline when you initialize the sessions using batch_init_session. Coincidentally, there is also a bug impacting versions 1.0.4 and below that made using this method more difficult than it should have been. (Body Payload Abstraction was not working properly for boolean values when using this method.) This bug is resolved in v1.0.5.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jsdjjsd
Comment options

@jshcodes
Comment options

Comment options

You must be logged in to vote
1 reply
@jsdjjsd
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
RTR Real Time Response issues and questions API usage General API usage issues and questions
3 participants