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

error parsing domains with certain special characters, ('_' . '-'), underscore and minus sign #2

Closed
r0ckYr opened this issue Jan 24, 2022 · 1 comment

Comments

@r0ckYr
Copy link

r0ckYr commented Jan 24, 2022

ripgen-2

ERROR : thread 'main' panicked at 'Failed to create Ripgen iterator: ErrorParsingDomain("463103032_uk.pal.dev.site.yahoo.com")', /home/rocky/.cargo/registry/src/github.com-1ecc6299db9ec823/ripgen-0.1.2/src/main.rs:25:7
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@d0nutptr
Copy link
Contributor

Hey thanks for the report!

You're totally correct - this was a bug. I updated the code to correctly account for parsing non-standard domain names (those with special, tho accepted characters).

I updated the projects to

ripgen 0.1.3
ripgen_lib 0.1.1

so if you cargo install ripgen --force it should download the new, latest version of these libraries with the fix.

Thanks again!

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