MadaMzandu / uisp-ros-plugin

This is a follow up replacement for the previous Uisp api for mikrotik routers.
32 stars 9 forks source link

Plug-in failing: invalid API KEY cloudbuild.googleapis.com #63

Open afrietaadmin opened 8 months ago

afrietaadmin commented 8 months ago

Please see below

{ "error": { "code": 400, "message": "API key not valid. Please pass a valid API key.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "API_KEY_INVALID", "domain": "googleapis.com", "metadata": { "service": "cloudbuild.googleapis.com" } } ] } }

MadaMzandu commented 8 months ago

the plugin only talks to google for fonts and does not need an api key for this. are you sure this error is from the ros plugin? If so is the user panel loading?

afrietaadmin commented 8 months ago

Hi

yes the panel does load.

Is this your Webhook ?

http://localhost/crm/_plugins/ros-plugin/public.php

[image: image.png]

On Tue, Jan 9, 2024 at 5:35 AM Madalitso Mzandu @.***> wrote:

the plugin only talks to google for fonts and does not need an api key for this. are you sure this error is from the ros plugin? If so is the user panel loading?

— Reply to this email directly, view it on GitHub https://github.com/MadaMzandu/uisp-ros-plugin/issues/63#issuecomment-1882347607, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUQQGAWHFNZANDZ6TYTU4PLYNS3HRAVCNFSM6AAAAABBSNK2OCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBSGM2DONRQG4 . You are receiving this because you authored the thread.Message ID: @.***>

MadaMzandu commented 8 months ago

Yes that is the correct webhook. But the format of the error is not from the plugin. The plugin will only issue a code 200 or 202, so the 400 is coming from another entity. If you are able to enable debugging and see what else it is logging.