-
Notifications
You must be signed in to change notification settings - Fork 1
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
error: Cannot read properties of undefined (reading 'concat')
#375
Comments
This was an issue before restarting Rosetta for the fix in #374. |
I searched for the error from the first instance of
Here are the results:
|
Out of curiosity, I searched for the total number of errors from the first instance of
Results:
|
I put Rosetta in maintenance mode at 5 today ( |
I used Vim to get all the errors in one buffer:
|
|
This is the pattern of logs we see for
It looks like we are entering rosetta/src/server/translationApi/makeTranslationFileContentsForRepo.js Lines 165 to 185 in 1df303d
I will check mk/build-an-atom for a string key that doesn't have a history array. |
I looked at mk/build-an-atom, and I saw a file that contained string keys with only
This file was a manually ported legacy (Java/Flash) sim translation. These files are rare, but we need to handle them. These files where translated values were added manually don't have history arrays. See #329 (comment) for more info. For each of the |
Patch
|
For #375. Specifically, for #375 (comment).
For each of the
|
I will make a few changes to the patch, add some documentation about this rare case, and then I will test this.
|
Change this file to the master version of mk/build-an-atom to test the patch for phetsims/rosetta#375.
Part of work on #375. Specifically, see #375 (comment).
This is deployed. |
While checking the logs to see if my patch for #374 was working properly, I saw:
The text was updated successfully, but these errors were encountered: