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

[BUG] ./uds.py --list crashes with error message; ./uds.py --list "query" works #86

Open
LucasMW opened this issue Nov 4, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@LucasMW
Copy link

LucasMW commented Nov 4, 2019

Describe the bug
./uds.py --list
Should show all my files store with UDS, as stated on readme;

However, it shows this:

usage: uds.py [-h] [--push path_to_file]
[--bunch word_in_file [path_to_file ...]] [--pull id] [-g name]
[-b word_in_file] [-l query] [-u] [-d id] [-e name]
[-w word_in_file] [-c id] [-C] [-D]
uds.py: error: argument -l/--list: expected 1 argument

Passing queries however may return files:
./uds.py --list "windows"

Name Size Encoded ID


The Microsoft Windows _NSAKEY backdoor-x8JuUW41pbQ.mp4 28.6 MB 38.1 MB 1wZRpL2NBo54tiq5YANJEjtESUlyZ8Ft9

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

git cloned uds, got credentials, setup;
push a file;
and then ./uds.py --list

Expected behavior
Should show all my files store with UDS, as stated on readme;
Screenshots
If applicable, add screenshots to help explain your problem.

System Information
Python Version, OS, Anything that may help
Mac OS 10.14.16 (Mojave)
python3 --version

Python 3.7.5

@LucasMW LucasMW added the bug Something isn't working label Nov 4, 2019
@LucasMW LucasMW changed the title [BUG] [BUG] ./uds.py --list crashes with error message; ./uds.py --list "query" works Nov 4, 2019
@78Alpha
Copy link
Contributor

78Alpha commented Oct 12, 2020

What does

python3 uds.py --update

Give you? Should make a JSON file listing what list is trying to output. I can't duplicate this myself, as list works properly for Windows. I lack a hackintosh system to test this issue on right now.

@LucasMW
Copy link
Author

LucasMW commented Oct 17, 2020

Hello. I did update my copy of UDS with git pull. And it is working fine now.
I also cannot reproduce the error.

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