-
Notifications
You must be signed in to change notification settings - Fork 264
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
invalid byte sequence #141
Comments
I had the same problem just now. Because I needed a quick solution I opened a file causing the error def scan_file(path, opts = {})
return [] if path.match /app\/assets\//
# ... rest of the code omitted
end This is not a solution but at the moment I cannot dig deeper. Hope it helps. |
I will release a new version with |
* The default config file now excludes `app/assets/images` and `app/assets/fonts`. Add `*.otf` to ignored extensions. * If an error message occurs when scanning, the error message now includes the filename: #141
Should be fixed in v0.8.1, please update and set search:
exclude:
- app/assets/images
- app/assets/fonts |
Thank you. Ultimately, I discovered it was a SWF file in my assets that was throwing the exception. Adding the search exclusions to the YAML file resolved this. |
I'm encountering issues running I18n-tasks. My online research has not uncovered any solutions.
Here are my output logs.
https://gist.github.com/scarver2/f136b23f4b34606f18a1
The text was updated successfully, but these errors were encountered: