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
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
This erroneous behavior is not limited to the above plugin, it also happens for other plugins too (e.g. the giphy plugin also doesn't work as expected).
Versions
Zazu: 0.5.2
OS: Windows 10 Pro, 64 bit
Please, include a link to gist of most applicable ~/.zazu/log/ file.
{"results":[{"icon":"fa-globe","title":"Internal IP: 192.168.1.6","subtitle":"(Select to copy to the clipboard)","value":"192.168.1.6"},{"icon":"fa-globe","title":"Public IP: 185.203.122.9","subtitle":"(Select to copy to the clipboard)","value":"185.203.122.9"}],"plugin":"blakek/zazu-ip-address","block":"cjjjp9wau0000lor38cl4rrdf","level":"info","message":"Script Results","timestamp":"2018-07-13T08:08:28.407Z"}
NOTE : the actual value of public IP in the logs has been changed. Have verified that the plugin works correctly and the logs do have the correct public IP.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Zazu should display plugin results correctly.
Actual Behavior
Plugins activate properly, but their results are not rendered by Zazu.
Sseems to me that Zazu goes to
fallback
mode and the actual plugin's output is not shown. Only the fallback (file-search) output is rendered.Steps to reproduce the behavior
ip
)ip
See screenshot with plugin logs: https://imgur.com/XYCnu9M
This erroneous behavior is not limited to the above plugin, it also happens for other plugins too (e.g. the giphy plugin also doesn't work as expected).
Versions
Please, include a link to gist of most applicable
~/.zazu/log/
file.https://gist.github.com/nonbeing/48375a6fbc27a80ad6161acf3a441985
Relevant snippet from logs:
{"results":[{"icon":"fa-globe","title":"Internal IP: 192.168.1.6","subtitle":"(Select to copy to the clipboard)","value":"192.168.1.6"},{"icon":"fa-globe","title":"Public IP: 185.203.122.9","subtitle":"(Select to copy to the clipboard)","value":"185.203.122.9"}],"plugin":"blakek/zazu-ip-address","block":"cjjjp9wau0000lor38cl4rrdf","level":"info","message":"Script Results","timestamp":"2018-07-13T08:08:28.407Z"}
NOTE : the actual value of public IP in the logs has been changed. Have verified that the plugin works correctly and the logs do have the correct public IP.
The text was updated successfully, but these errors were encountered: