Skip to content
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

TypeError: Cannot read property '_id' of undefined #283

Open
freezy opened this issue May 10, 2019 · 0 comments
Open

TypeError: Cannot read property '_id' of undefined #283

freezy opened this issue May 10, 2019 · 0 comments

Comments

@freezy
Copy link
Member

freezy commented May 10, 2019

View details in Rollbar: https://rollbar.com/freezy/server/items/40/


TypeError: Cannot read property '_id' of undefined
  File "/var/www/server/production/v3.1.2/src/app/files/file.blockmatch.api.ts", line 88, in version.files.forEach.f
    					releases.set((f._file as FileDocument)._id.toString(), rls);
  File "<anonymous>", line unknown, in CoreMongooseArray.forEach
  File "/var/www/server/production/v3.1.2/src/app/files/file.blockmatch.api.ts", line 87, in rls.versions.forEach.version
    				version.files.forEach(f => {
  File "<anonymous>", line unknown, in CoreMongooseArray.forEach
  File "/var/www/server/production/v3.1.2/src/app/files/file.blockmatch.api.ts", line 86, in matchedReleases.forEach.rls
    			rls.versions.forEach(version => {
  File "<anonymous>", line unknown, in Array.forEach
  File "/var/www/server/production/v3.1.2/src/app/files/file.blockmatch.api.ts", line 85, in FileBlockmatchApi.blockmatch
    		matchedReleases.forEach(rls => {
  File "<anonymous>", line unknown, in <unknown>
  File "internal/process/next_tick.js", line 229, in process._tickDomainCallback [as _tickCallback]
@freezy freezy closed this as completed May 12, 2019
@freezy freezy reopened this May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant