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

Custom dirlist not working #1

Closed
victorshx opened this issue Jan 10, 2021 · 7 comments
Closed

Custom dirlist not working #1

victorshx opened this issue Jan 10, 2021 · 7 comments

Comments

@victorshx
Copy link

victorshx commented Jan 10, 2021

This tool is really great, nonetheless, with the built-in downloader. I couldn't get it to work with an S3 compatible endpoint hence I looked into the code to find how you generate the dirlist.

Here is what I got: aws --no-sign-request s3 ls s3://capitol-hill-riots --endpoint-url=https://s3.us-east-1.wasabisys.com --recursive > list.txt

Here is the preview:
image

However, I get a warning message box when trying to load it.
image

@victorshx
Copy link
Author

PS: Here is the attached file should you need it for debugging.

list.txt

@SharonBrizinov
Copy link
Owner

Hi,

I looked at your data and I think that your shell is not configured to work with utf-8 because when I generated the dirlist everything was fine. Can you try to generate the dirlist from a different machine?

Please look at the comparison I made between your dirlist and mine. I've also attached the new dirlist I created.

list2.txt
compare

@victorshx
Copy link
Author

victorshx commented Jan 11, 2021

Unfortunately, I do not have a Linux machine. I've also enabled the beta UTF-8 support.
image

However, it's still showing the same error with a slightly different message.
image

But I tried loading your dirlist and it works fine on my machine! Can I confirm that you are on a Linux machine?

@SharonBrizinov
Copy link
Owner

can you upload the new dirlist?

@victorshx
Copy link
Author

can you upload the new dirlist?

Here list.txt

@SharonBrizinov
Copy link
Owner

SharonBrizinov commented Jan 11, 2021

I've pushed a fix to support different encoding schemes
so now even the first dirlist should work for you.

Can you try again? (if you want to wait for the binary it will be ready in a few min)

@victorshx
Copy link
Author

The latest commit works for the first dirlist, and the latest dirlist 👍

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants