You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crawl currently saves many URLs with query strings in them, for example the different pages of a search result. This generates filenames with question marks in them, which are not valid on Windows.
Here's a list of these URLs right now, which can be generated with this command:
The crawl currently saves many URLs with query strings in them, for example the different pages of a search result. This generates filenames with question marks in them, which are not valid on Windows.
Here's a list of these URLs right now, which can be generated with this command:
find www.consumerfinance.gov -name '*?*' -print
Thanks to @csebianlander for discovering this bug.
One potential fix would be to rename these files before committing them to the repo.
The text was updated successfully, but these errors were encountered: