nextcloud / integration_giphy

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

No more Giphy selector in smart picker #32

Open Mer0me opened 3 days ago

Mer0me commented 3 days ago

How to use GitHub


Steps to reproduce

  1. Open a Talk conversation
  2. Type "/" to open Smart Picker
  3. Giphy selector is not listed

Image

Expected behaviour

GIPHY selector should be proposed in the Smart Picker list

Actual behaviour

No error, no relevant logs, but the GIPHY selector is not available. It used to work on this instance, but as I'm not using it very often, I can't say when the bug appeared

Server configuration

Web server: Apache

Database: MariaDB

PHP version: 8.3.12

Nextcloud version: (see Nextcloud admin page) 30.0.2

List of activated apps ``` Enabled: - activity: 3.0.0 - admin_audit: 1.20.0 - calendar: 5.0.5 - calendar_resource_management: 0.8.0 - circles: 30.0.0 - cloud_federation_api: 1.13.0 - comments: 1.20.1 - contacts: 6.1.1 - contactsinteraction: 1.11.0 - dashboard: 7.10.0 - dav: 1.31.1 - deck: 1.14.2 - external: 5.5.2 - federatedfilesharing: 1.20.0 - federation: 1.20.0 - files: 2.2.0 - files_downloadlimit: 3.0.0 - files_emailviewer: 0.1.3 - files_external: 1.22.0 - files_linkeditor: 1.1.21 - files_mindmap: 0.0.30 - files_pdfviewer: 3.0.0 - files_reminders: 1.3.0 - files_sharing: 1.22.0 - files_texteditor: 2.15.1 - files_trashbin: 1.20.1 - files_versions: 1.23.0 - forms: 4.3.3 - guests: 4.0.1 - impersonate: 1.17.0 - integration_giphy: 2.0.1 - integration_mastodon: 2.0.6 - integration_openstreetmap: 2.0.1 - logreader: 3.0.0 - lookup_server_connector: 1.18.0 - mail: 4.0.3 - news: 25.0.0 - nextcloud_announcements: 2.0.0 - notifications: 3.0.0 - notify_push: 0.7.0 - oauth2: 1.18.1 - onlyoffice: 9.5.0 - password_policy: 2.0.0 - passwords: 2024.11.20 - phonetrack: 0.8.1 - photos: 3.0.2 - polls: 7.2.4 - privacy: 2.0.0 - provisioning_api: 1.20.0 - related_resources: 1.5.0 - serverinfo: 2.0.0 - settings: 1.13.0 - sharebymail: 1.20.0 - spreed: 20.0.2 - support: 2.0.0 - systemtags: 1.20.0 - tasks: 0.16.1 - text: 4.1.0 - theming: 2.5.0 - twofactor_backupcodes: 1.19.0 - updatenotification: 1.20.0 - user_status: 1.10.0 - viewer: 3.0.0 - weather_status: 1.10.0 - webhook_listeners: 1.1.0-dev - workflowengine: 2.12.0 ```
Nextcloud configuration ``` { "system": { "enable_previews": true, "enabledPreviewProviders": [ "OC\\Preview\\Movie", "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\MP3", "OC\\Preview\\MP4", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\PDF" ], "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "merome.net", "cloud.merome.net", "192.168.1.100" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/cloud.merome.net", "dbtype": "mysql", "version": "30.0.2.2", "logtimezone": "UTC", "installed": true, "theme": "", "loglevel": 2, "maintenance": false, "trashbin_retention_obligation": "auto", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "sendmail", "mail_domain": "***REMOVED SENSITIVE VALUE***", "updater.release.channel": "stable", "mail_sendmailmode": "smtp", "app_install_overwrite": [ "calendar", "onlyoffice", "spreed", "files_mindmap", "files_texteditor", "external", "deck", "passwords", "emlviewer", "news", "groupfolders", "openotp_sign", "yumisign_nextcloud", "files_linkeditor", "files_emlviewer", "extract", "files_rightclick", "forms", "files_zip" ], "mysql.utf8mb4": true, "memcache.local": "\\OC\\Memcache\\APCu", "has_rebuilt_cache": true, "app.mail.verify-tls-peer": false, "default_phone_region": "FR", "debut": true, "memcache.locking": "\\OC\\Memcache\\Redis", "filelocking.enabled": "true", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0 }, "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "defaultapp": "files", "maintenance_window_start": 1 } } ```

Browser

Browser name: Firefox

Browser version: 132.0.1

Operating system: Ubuntu

Browser log ``` nothing relevant ```
shu0406 commented 21 hours ago

Same here for NC 29.0.8.

It first occurred after update to Giphy v.2.0.1, worked fine before with version 1.XX.