You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run ZAP in the mode where you can run a web server with the GUI mess with the the zcl_config.zap files. I'm having issues with it loading an already existing file to make modifications without using Simplicity Studio. I've tried running it with the command:
and then connected to http://localhost:9070 via a web browser, but it just shows a new file without any endpoints. I even tried using the query parameter filePath (http://localhost:9070/#/?filePath=%2Ftools%2Fgsdk%2Fprotocol%2Fzigbee%2Fapp%2Fframework%2Fscenarios%2Fz3%2FZ3Light%2Fconfig%2Fzcl%2Fzcl_config.zap) in the URL but that didn't work either.
Also I tried both --in pointing to the .zap file and the directory containing it, neither worked.
Is ZAP supposed to open files and edit them? I know that mode is available in Simplicity Studio, but I'm using the scl-cli as a replacement on a headless server.
The text was updated successfully, but these errors were encountered:
I'm trying to run ZAP in the mode where you can run a web server with the GUI mess with the the zcl_config.zap files. I'm having issues with it loading an already existing file to make modifications without using Simplicity Studio. I've tried running it with the command:
and then connected to
http://localhost:9070
via a web browser, but it just shows a new file without any endpoints. I even tried using the query parameterfilePath
(http://localhost:9070/#/?filePath=%2Ftools%2Fgsdk%2Fprotocol%2Fzigbee%2Fapp%2Fframework%2Fscenarios%2Fz3%2FZ3Light%2Fconfig%2Fzcl%2Fzcl_config.zap
) in the URL but that didn't work either.Also I tried both
--in
pointing to the.zap
file and the directory containing it, neither worked.Is ZAP supposed to open files and edit them? I know that mode is available in Simplicity Studio, but I'm using the
scl-cli
as a replacement on a headless server.The text was updated successfully, but these errors were encountered: