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

problem with ios client (TUSKit), incorrect Upload-Metadata is being sent #378

Closed
sjay23 opened this issue Feb 2, 2022 · 2 comments · Fixed by #379
Closed

problem with ios client (TUSKit), incorrect Upload-Metadata is being sent #378

sjay23 opened this issue Feb 2, 2022 · 2 comments · Fixed by #379

Comments

@sjay23
Copy link

sjay23 commented Feb 2, 2022

Faced such a problem. the php and js client works well and sends the correct data to Upload-Metadata.
When I use the ios client, the data is sent like this

filename MzgxREJGRkQtRkM0MS00MUNELTkwNjgtNUIyOTNBMjU4QUEy, filetype YXBwbGljYXRpb24vb2N0ZXQtc3RyZWFt - is not correct

And a 500 error is thrown. Because of the gap. Is there a way to fix this.
Because without a space everything works correctly.

filename MzgxREJGRkQtRkM0MS00MUNELTkwNjgtNUIyOTNBMjU4QUEy,filetype YXBwbGljYXRpb24vb2N0ZXQtc3RyZWFt - is correct

Screenshots
image (2)
image (3)

I added an example of debugging this parameter in different situations.

@ankitpokhrel
Copy link
Owner

@sjay23 you can use 2.2-dev to try out the fix.

@sjay23
Copy link
Author

sjay23 commented Feb 20, 2022

@ankitpokhrel hi, yes it's ok. thank you

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

Successfully merging a pull request may close this issue.

2 participants