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

Files with long Russian names or with symbols can not be uploaded #13

Open
andrei-trybukhouski opened this issue May 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@andrei-trybukhouski
Copy link

Enter plugin: "FileTransferPlugin" [FileTransferPlugin] b'{"jsonrpc":"2.0","method":"upload","params":{"name":"\xd0\xa1\xd1\x83\xd0\xbc\xd0\xb0\xd1\x88\xd0\xb5\xd0\xb4\xd1\x88\xd0\xb8\xd0\xb9 \xd0\xa4\xd1\x80\xd0\xb5\xd0\xbd\xd0\xba\xd0\xb8 - \xd0\xad\xd0\xba\xd0\xba\xd0\xbb\xd0\xb5\xd0\xb7\xd0\xb8\xd0\xb0\xd1\x81\xd1\x82.mp3","size":0},"id":1}' [FileTransferPlugin] <JSON-RPC 2.0 Request [1]: upload({'name': 'Сумашедший Френки - Экклезиаст.mp3', 'size': 0})> [FileTransferPlugin] Receiving 0 bytes to file /tmp/Сумашедший Френки - Экклезиаст.mp3 [FileTransferPlugin] Sent: {"jsonrpc": "2.0", "id": 1, "result": {"code": 0, "message": "OK"}} [FileTransferPlugin] File received (0 bytes) [FileTransferPlugin] Sent: {"jsonrpc": "2.0", "id": 1, "result": {"code": 0, "message": "OK"}} [FileTransferPlugin] None [FileTransferPlugin] No more requests, stop handler Exit plugin: "FileTransferPlugin"

note: [FileTransferPlugin] <JSON-RPC 2.0 Request [1]: upload({'name': 'Сумашедший Френки - Экклезиаст.mp3', 'size': 0})>

Enter plugin: "FileTransferPlugin" [FileTransferPlugin] b'{"jsonrpc":"2.0","method":"upload","params":{"name":"\xd0\xbf\xd0\xb5\xd0\xbb\xd0\xb5\xd0\xb2\xd0\xb8\xd0\xbd 1.zip","size":9567},"id":1}' [FileTransferPlugin] <JSON-RPC 2.0 Request [1]: upload({'name': 'пелевин 1.zip', 'size': 9567})> [FileTransferPlugin] Receiving 9567 bytes to file /tmp/пелевин 1.zip [FileTransferPlugin] Sent: {"jsonrpc": "2.0", "id": 1, "result": {"code": 0, "message": "OK"}} [FileTransferPlugin] File received (9567 bytes) [FileTransferPlugin] Sent: {"jsonrpc": "2.0", "id": 1, "result": {"code": 0, "message": "OK"}} [FileTransferPlugin] None [FileTransferPlugin] No more requests, stop handler Exit plugin: "FileTransferPlugin"
transfered.

server Version 0.4.0
android client 0.6.1 F-Droid

@cyanomiko cyanomiko added the bug Something isn't working label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants