You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to download a lot of files (e.g. from Camera), the app crashes with:
(process:64670): GLib-ERROR **: 01:46:40.739: Creating pipes for GWakeup: Too many open files
./run.sh: line 8: 64670 Trace/breakpoint trap (core dumped) python ./src/app
I was using adb-shell because external adb was unable to read the device at all:
There were no other adb processes running and the app had started fine (except for lacking venv):
$ ./run.sh
./run.sh: line 1: ./venv/bin/activate: No such file or directory
Android Debug Bridge version 1.0.41
Version 28.0.2-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
* daemon not running; starting now at tcp:5037
* daemon started successfully
ADB server running...
The text was updated successfully, but these errors were encountered:
When attempting to download a lot of files (e.g. from
Camera
), the app crashes with:I was using
adb-shell
because externaladb
was unable to read the device at all:There were no other adb processes running and the app had started fine (except for lacking venv):
The text was updated successfully, but these errors were encountered: