We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
While attempting to upload a video to a channel, the script does not return a error.
On the element website the message is already in error prompting to send a log.tar to synapse Github
On the element android app, the file name shows up, pressing on it returns "url is null".
Aparently, this is caused by a filename with spaces in it.
Can anyone confirm this behaviour ?
The text was updated successfully, but these errors were encountered:
I'm pretty sure line 261 is the problem. If you like you may try and change it to:
filename="$(basename "$FILE")"
I will create a PR as soon as I find some time.
Edit: This does not solve the problem. Need to investigate more. But it is definitely a problem with the space in the file name.
Sorry, something went wrong.
Fix fabianonline#17 spaces in file names prevent file upload
5923fe9
No branches or pull requests
Hello.
While attempting to upload a video to a channel, the script does not return a error.
On the element website the message is already in error prompting to send a log.tar to synapse Github
On the element android app, the file name shows up, pressing on it returns "url is null".
Aparently, this is caused by a filename with spaces in it.
Can anyone confirm this behaviour ?
The text was updated successfully, but these errors were encountered: