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
Firstly: wonderful tool—thank you!
I ran into an issue wherein the Android (Pixel 2 XL, Android 11) app. will crash when receiving a file with a : in the filename.
:
magic-wormhole==0.12.0
wormhole send <filename_with_colon>
My assumption is that it's something to do with the restricted range of characters on the Android end.
Removing the : from the filename and retrying fixes the issue and it can be received without issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly: wonderful tool—thank you!
I ran into an issue wherein the Android (Pixel 2 XL, Android 11) app. will crash when receiving a file with a
:
in the filename.magic-wormhole==0.12.0
on a Linux machine.wormhole send <filename_with_colon>
and copy the code.My assumption is that it's something to do with the restricted range of characters on the Android end.
Removing the
:
from the filename and retrying fixes the issue and it can be received without issue.The text was updated successfully, but these errors were encountered: