vimeo.js icon indicating copy to clipboard operation
vimeo.js copied to clipboard

Forward slash in name disappears on client.upload(). Fine with PATCH client.request()

Open nimisis opened this issue 5 years ago • 3 comments

Having a forward slash in the video title disappears on client.upload(). No such problem with PATCH client.request().

nimisis avatar Apr 12 '19 11:04 nimisis

@nimisis Can you provide the exact "name" value used on upload? From there we can test, thanks.

tommypenner avatar Apr 12 '19 17:04 tommypenner

Sure. "Isaiah 52v1-12 God's promise to save (SM19/014)" lost it's forward slash to be "...(SM19014)". Found at https://vimeo.com/329197862

Similarly Galatians 6v1-10 The gospel that reaps (SA19/014) lost it's forward slash to be "...(SA19014)". Found at https://vimeo.com/329139191

nimisis avatar Apr 12 '19 19:04 nimisis

@nimisis It looks like the forward slash character (among other characters) is omitted when providing the information as part of the first tus upload request. We have a fix for this lined up in our upcoming sprint. In the meantime, a regular PATCH/edit video request after upload should work as expected.

tommypenner avatar Apr 15 '19 21:04 tommypenner