mchugh19 / zabbix-vue

Chrome/Firefox extension for displaying problems from Zabbix
MIT License
56 stars 13 forks source link

After update plugin to 2.1.0 show error #60

Closed freejoins closed 1 year ago

freejoins commented 1 year ago

After update plugin to 2.1.0 version in Chrome 111.0.5563.65 on Windows 11 i see error:

{"code":-32602,"message":"Invalid params.","data":"Invalid parameter \"/\": unexpected parameter \"username\"."}

Zabbix server Version: 4.0.44

sparkssssssss commented 1 year ago

version 3.4.10 also doesn't work any more after update to 2.10 ,show error below

Uncaught (in promise) Error: {"code":-32602,"message":"Invalid params.","data":"Not authorised."}

aceslup commented 1 year ago

Zabbix server Version: 5.0.21, same

{"code":-32602,"message":"Invalid params.","data":"Invalid parameter \"/\": unexpected parameter \"username\"."}

mchugh19 commented 1 year ago

Apologies everyone. There was a problem with the version number parsing, which ended up using the newer API format on older servers. This was corrected in 2.1.1, which was just released to the firefox and chrome repos.

aceslup commented 1 year ago

thanks 👍