Those seem to be getting me the same result, but I appreciate the response. I’ve found it’s able to check correctly whether the queue is closed as it returns the relevant error, it just seems to be stuck on getting level information for some reason as it thinks every level doesn’t exist. Typing the command with no level code would usually get the “To submit a level just type !add xxxx-xxxx-xxxx-xxxx” response, but instead gives “Sorry that level doesn’t seem to exist! Check your code again!” instead.
I’m not too familiar with this side of things myself so I feel a bit helpless, I’ll see if there’s anything I’ve missed in my searches, I can’t seem to find much info on stream elements command syntax.
Edit:
I’ve found a list of streamelements command arguements in the dashboard. I think the issue is that the level code is not being sent to the warp world API at all.Perhaps queryescape or pathescape is needed. I’ll have a tinker tomorrow.
Variable |
Description |
Example |
Result |
${args} |
Command arguments denoted by one or more digits |
!channel ${1} |
streamelements DatSheffy |
${args.emote} |
Only works if input is an emote |
!cmd Kappa |
Kappa |
${args.word} |
Only works if input does not have symbols in it |
!cmd StreamElements |
StreamElements |
${:} |
Arg range, end is optional |
${1:} |
message after command |
${customapi.link-to-api.com} |
Outputs the Body in plain text |
${customapi.api.rtainc.co/twitch/8ball} |
Outlook good. |
${queryescape} |
URL query escape user input |
google.com/search?q=$(queryencode $(1:)) |
google.com/search?q=dank+memes |
${pathescape} |
URL path escape user input |
api.com/${pathescape ${1}} |
api.com/🅱 |