-
-
Notifications
You must be signed in to change notification settings - Fork 58
private method `format' called for nil:NilClass #371
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
Comments
Could you add the contents of the file it fails to parse? |
Sorry I can't share the file contents. But I think I've found the cause of the problem! It seems that all failing files have something in common. All them have emojis inside. I'm going to check what |
I confirm the problem was related to utf8 characters such as emojis. We ended up fixing it by proper installing and setting the locales in our Github Actions Runner docker images:
|
Thanks for this, for us it was random characters for example adding the following to our dockerfile resolved the issue
|
Hello,
Firstly, I'd like to express my appreciation for your outstanding work on this library. It's greatly appreciated!
We've integrated it into our Continuous Integration (CI) checks and have come across occasional type errors. Interestingly, I'm unable to reproduce this issue on my end. I've attempted to run the same code with the identical command on my local machine, and everything works flawlessly. Our CI environments aren't configured in any particularly unusual manner either.
Here's the warning we're encountering:
Running the command in this way:
Despite my best efforts, I'm currently unable to pinpoint the cause of this issue. Could you possibly shed some light on what might be the root cause?
If I manage to reproduce this bug consistently, I'll make sure to report it here. Thanks in advance for your assistance!
The text was updated successfully, but these errors were encountered: