Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

occasional broken videos #975

Open
felix9 opened this issue Dec 8, 2024 · 0 comments
Open

occasional broken videos #975

felix9 opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working need investigation

Comments

@felix9
Copy link

felix9 commented Dec 8, 2024

Site

phanpy.social

Version

2024.11.22.8f048af

Instance

mastodon.social

Browser

  • Chrome Version 132.0.6834.32 (Official Build) beta (64-bit) on Windows 11

Bug description

Sometimes phanpy will show a video preview that's a broken image icon, and clicking on it will show a video player that briefly shows loading, then shows empty.

I think this happens when my instance doesn't have the video yet. (Sometimes it seems like it sometimes never gets the video? But I don't have clear evidence of that.)

This is what the data looks like for one such post. (I've redacted values with "..." because it's followers-only)

"media_attachments": [
                {
                    "id": "...",
                    "type": "unknown",
                    "url": "https://mastodon.social/media_proxy/.../original",
                    "preview_url": "https://mastodon.social/media_proxy/.../small",
                    "remote_url": "https://media.../.../...mp4",
                    "preview_remote_url": null,
                    "text_url": null,
                    "meta": null,
                    "description": "...",
                    "blurhash": "..."
                }
]

the video player fetching https://mastodon.social/media_proxy/.../original gets 404 not found.

if I view the post on mastodon.social, it shows "Preview not available. Click to open." Clicking on that opens a new tab to the remote_url

To reproduce

No response

Expected behavior

No response

Other

No response

@felix9 felix9 added the bug Something isn't working label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need investigation
Projects
None yet
Development

No branches or pull requests

2 participants