Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

robeaux send command with parameters #22

Open
YunzhaoLu opened this issue Dec 18, 2017 · 3 comments
Open

robeaux send command with parameters #22

YunzhaoLu opened this issue Dec 18, 2017 · 3 comments
Labels

Comments

@YunzhaoLu
Copy link

Hi,
I want send command with parameters. When I set the key and value, and then run the command, but I couldn't find the parameters under network.
would anyone explain how to to that ?

Thanks,
Luke

@deadprogram
Copy link
Member

I think this might be a regression bug, @YunzhaoLu

Will be looking into it. Thanks.

@deadprogram
Copy link
Member

Seems like there are 2 problems here.

  • sending a single param does not fail, but it does not send any data
  • if you add 2 or more params to the web interface, the JS has the following error on the page:
script.js:6 Uncaught TypeError: Cannot set property 'thing2' of undefined
    at t (script.js:6)
    at Array.reduce (<anonymous>)
    at r (script.js:6)
    at t.runCommand (script.js:7)
    at Object.s [as executeDispatch] (script.js:2)
    at executeDispatch (script.js:5)
    at i (script.js:2)
    at Object.u [as executeDispatchesInOrder] (script.js:2)
    at l (script.js:2)
    at Array.forEach (<anonymous>)
t @ script.js:6
r @ script.js:6
runCommand @ script.js:7
s @ script.js:2
executeDispatch @ script.js:5
i @ script.js:2
u @ script.js:2
l @ script.js:2
r @ script.js:6
processEventQueue @ script.js:2
r @ script.js:4
handleTopLevel @ script.js:4
a @ script.js:4
perform @ script.js:6
batchedUpdates @ script.js:4
a @ script.js:5
dispatchEvent @ script.js:4

@gen2thomas
Copy link

gen2thomas commented Jul 7, 2023

Hi @deadprogram since this is an issue with robeaux, should we close the bug in goboot here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants