Media3P: GIFs Tab not working
See original GitHub issueBug Description
Something I noticed during yesterday’s demo call and am still experiencing today: the GIF tab does not work.
There’s some error loading the GIFs and unfortunately the error message is swallowed.
I suspect there’s some error in getGifResourceFromMedia3p
/ getResourceFromMedia3p
or similar, because the HTTP request is working just fine.
Expected Behaviour
The GIF tab should work just fine
Steps to Reproduce
- Open editor
- Go to third-party media tab
- Go to GIFs tab
- See error snackbar message
Screenshots
Additional Context
- Plugin Version: 1.24.0-alpha
- WordPress Version: 6.0.1
- Operating System: macOS
- Browser: Chrome
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Gif tab not working or showing up - Microsoft Community
I am trying to use the gif feature in Skype but it does not let me send one unless someone else has sent...
Read more >My GIF tab no longer works, anybody also have this issue? I ...
It's a tenor side issue, reinstalling discord and restarting does nothing. Upvote
Read more >FIX: GIF Search and #Images Not Working in iMessage on ...
The simplest solution if the GIF Search isn't working is to re-add the #Images app to the iMessage apps. #Images is the built-in...
Read more >Best Ways to Fix GIFs Not Working on iPhone - TechWiser
But if iMessage GIFs are not working, here are some solutions to fix the issue. 1. Remove and Re-add #images. 1. Open the...
Read more >iPhone GIFs Not Working? Here's What You Can Do To Fix ...
Open the Messages app on your iPhone and swipe left on the apps list at the bottom of the screen until you see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems the only way I can re-create now is
Tracked it back to
Which passes an empty array to
sortMediaBySize
Which calls
getOriginalSize
with the empty arrayWhich tries to pull the width and height off an empty array
Which throws the error …
Created #12092 for what I had in mind here regarding using the webm versions.