NetrisTV / ws-scrcpy

Web client prototype for scrcpy.
MIT License
1.62k stars 316 forks source link

Error when pull files from sdcard folder in "list files" #276

Open ptterParker opened 1 year ago

ptterParker commented 1 year ago

Hello sir, Thank you for your project,

I have an issue when i pull my files from folder sdcard in "list files". The issue comes from "node_modules\@dead50f7\adbkit\lib\adb\parser.js" and it says that the chunk is null. Can we pull media files (images, docs, video...) from the sdcard folder ?

Thank you very much.

drauggres commented 1 year ago

Hi. Can you specify you device and Android version? Can you reproduce it on Android emulator?

ptterParker commented 1 year ago

Yes, I'm currently using Samsung Galaxy A12, Android 13, One UI Core 5.1, API 33, For Android emulator, file can be pulled from the sdcard folder (Android 10, API 29).

yangmin4052 commented 1 year ago

*.png(size 1M) download error. Protocol.RECV not work well, print error like this [FileListing] Cannot read properties of null (reading 'length')

widhaprasa commented 8 months ago

I haven't been able to download any file from "list-files". The download completed but usually was an empty file or the socket connection closed abruptly

eaphone commented 3 weeks ago

seems a bug of "@dead50f7/adbkit": "^2.11.4". revert to "@devicefarmer/adbkit": "^2.11.3" will work