mods
mods copied to clipboard
Issue with Store JSON From Web API | Does not store all JSON paths if left blank
Describe the bug Store JSON from web API, When I leave the path blank (to store everything) it will return as ""object Object" but will paste the JSON in the console if debug mode is on. (have made sure it wasnt the api)
To Reproduce Steps to reproduce the behavior:
- Go to Your project and make a new command, add a "Store JSON From Web API"
- Input "https://dog.ceo/api/breeds/image/random"
- turn debug on
- Leave the Path blank (to store everything)
- Store in temp var
- send message with that temp var
- will return object
- check console has the data listed there
Expected behavior It will return object in a message and in the console paste it properly.
Screenshots

Issue happened when I updated actions, works on my main bot that is using older actions
Can be fixed with parse from stored json mod, or by utilizing the stringify output option.