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

Windows fixes #100

Merged
merged 1 commit into from Oct 2, 2021
Merged

Windows fixes #100

merged 1 commit into from Oct 2, 2021

Conversation

Forsari0
Copy link
Contributor

The main issue arises from the fact that Windows use CRLF (\r\n) as line ending and Unix-like OS's use just LF (\n). So, when we save processed build/speedtest_urls.xml file all original LF replaced with CRLF. Later on this unwanted excess CR characters can't be properly proceed by the router OS (custom Linux) and exploiting process is falling apart.
Fixes #82, #69 and probably others.

Also remove unused dependency (or am I missing something?).

1) LF - > CRLF.
2) Remove problematic (on windows) and unused dependency.
@acecilia
Copy link
Owner

acecilia commented Oct 2, 2021

Cool, thanks!

@acecilia acecilia merged commit 4254ea3 into acecilia:master Oct 2, 2021
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

Successfully merging this pull request may close these issues.

Couldn't unzip, the file is corrupt
2 participants