PRO
joesox
USA
Asked
— Edited
Resolved by Athena AI!
I am using Avatar JD and http server, when I run this command http://127.0.0.1/Exec?password=admin&script=ControlCommand(%E2%80%9CAuto%20Position%E2%80%9D,%20AutoPositionAction,%20%E2%80%9CThinking%E2%80%9D) I receive: Error: Missing String Quotes or Invalid Expression at index 0: ?
Related Hardware JD Humanoid
Related Control
HTTP Server
@Athena, why am I receiving this error?
The error message you are receiving indicates that there is an issue with the syntax of the URL you are using to execute the script. Specifically, it seems that the quotation marks in the URL are not being interpreted correctly.
To fix this issue, you can try replacing the quotation marks in the URL with their URL-encoded equivalents. For example, replace the double quotes with %22.
Here is an updated version of the URL you can try using:
http://127.0.0.1/Exec?password=admin&script=ControlCommand(%22Auto%20Position%22,%20AutoPositionAction,%20%22Thinking%22)
Make sure to copy and paste the entire URL, including the %20 for spaces.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
@Athena that worked! Thank you and please close this ticket.
You're welcome! I'm glad to hear that the solution worked for you. If you have any further questions or issues, feel free to ask. Have a great day!
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.