nextcloud / integration_giphy

Giphy integration in Nextcloud
GNU Affero General Public License v3.0
3 stars 0 forks source link

InvalidParameterException and Undefinied array key #31

Open ncandelier opened 2 days ago

ncandelier commented 2 days ago

Hello

Running Nextcloud 29.0.4 Running latest Giphy App

Giphy link shows up, search modal box also, but when using search engine, system returns nothing.

Please find below errors found in logs :

[no app in context] Erreur: Parameter "ct" for route "integration_giphy.giphyapi.getgiffromdirecturl" must match "[^/]++" ("" given) to generate a corresponding URL.
    GET /nextcloud/ocs/v2.php/apps/integration_giphy/api/v1/gifs/search?term=dog&cursor=0&limit=20
    from  xx.xxx.xxx.xxx 0 by user  at 22 oct. 2024, 22:17:58
[PHP] Erreur: Undefined array key "ct" at /usr/share/nextcloud/apps/integration_giphy/lib/Service/GiphyAPIService.php#64
    GET /nextcloud/ocs/v2.php/apps/integration_giphy/api/v1/gifs/search?term=dog&cursor=0&limit=20
    from xx.xxx.xxx.xxx by user at 22 oct. 2024, 22:17:58

Same lines for :

[PHP] Erreur: Undefined array key "rid"

[PHP] Erreur: Undefined array key "fileName" 

[PHP] Erreur: Undefined array key "domainPrefix"

[PHP] Erreur: Undefined array key "query" 

Thanks for your support.

ncandelier commented 1 day ago

For a unknown reason, the issue is solved.