Skip to content

Unicode characters in input file leads to crash #8

@MerlinvdW

Description

@MerlinvdW

What?
if a URL list is taken from another Excel file and pasted into the input.csv, it can happen that Unicode characters which otherwise are not visible are also copied. these characters subsequently lead to a crash when the script is executed.

Solution
The problem can be solved by checking the individual domains for such characters when reading them into the domain list and filtering them out if present

How to reproduce:
E.g:
If you input a URL list from an .xlsx file and it contains unicode characters like ZWSP (Zero Width Space) the script will likely crash

Metadata

Metadata

Assignees

Labels

blockedCan't proceed with solving the issue right now due to external factorsbugSomething isn't workingpriority: critical

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions