Vicky Kumar

Results 8 comments of Vicky Kumar

> Hi ! did you solve it , I'm trying to upload videos but there is no other lib that supports that, can you help me with that Yes, I...

> what kind of license?? `MIT License` is file changed in `Licence Added` pull request. It must be this one, which says "free of charge". https://github.com/bedimcode/portfolio-responsive-complete/blob/c696ed63065281d386e907993acefc3a7f9975ec/LICENSE.md

This might help, after connecting phone ... adb connect 192.168.0.102 **Run below code.** https://pypi.org/project/pure-python-adb/#pull ```python from ppadb.client import Client as AdbClient client = AdbClient(host="127.0.0.1", port=5037) device = client.device('192.168.0.102:5555') file='image.png' path='Download/'...

> Please can you try the following and report back the output. > > In the file explorer window in the Amulet directory shift + right click in empty space....

sock.sendto(bytes, (ip, int(port) )) port parameter should be int datatype.

https://github.com/jrandiny/pam-android-fingerprint/blob/d19f05f701274904689a64c981ca412498b161bb/config I found in file history.

> This is solution, change your django version, downgrade to 5.0.1 > > `pip3 install django==5.0.1` Since `length_is` is deprecated since `Django 4.2` and removed in `Django 5.1` See changes...

I also tried, and got same error, I know it's ChatGPT's answer, but it worked for me! ### Install the Required Dependencies ```bash cd requirements pip install -r base.txt pip...