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

Sometimes lbrynet get reponse has blank suggested_file_name and incorrect "mime_type": "application/octet-stream" #3681

Closed
keikari opened this issue Oct 3, 2022 · 1 comment · Fixed by #3686

Comments

@keikari
Copy link
Contributor

keikari commented Oct 3, 2022

Seems to happen for all recent manual uploads on Odysee. (Not seeing with published livestreams nor synced videos, nor with the uploads from the LBRY app)

Some examples:
lbry://@EAKoetting:1/black-magicians-handbook-conner-kendall:a
lbry://@Channel:c7/20220929_231654:d

Both have these in the output of lbrynet get

"mime_type": "application/octet-stream", 
"stream_name": "",
"suggested_file_name": "",

metadata.source in the output does have the expected values

"media_type": "video/mp4",
"name": "20220929_231654.mp4",
@tzarebczan
Copy link
Contributor

We recently started using stream create with manual SD hash and metadata, and these seem to be the ones that break. All relevant fields should already be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants