Closed
Bug 879289
Opened 12 years ago
Closed 12 years ago
crash when resaving a project
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thecount, Unassigned)
Details
TypeError: Cannot set property 'title' of undefined
at /home/scott/popcorn.webmaker.org/lib/project.js:264:24
at /home/scott/popcorn.webmaker.org/node_modules/makeapi/public/js/make-api.js:383:15
at Request._callback (/home/scott/popcorn.webmaker.org/node_modules/makeapi/public/js/make-api.js:40:16)
at Request.self.callback (/home/scott/popcorn.webmaker.org/node_modules/makeapi/node_modules/request/index.js:148:22)
at Request.EventEmitter.emit (events.js:98:17)
at Request.<anonymous> (/home/scott/popcorn.webmaker.org/node_modules/makeapi/node_modules/request/index.js:873:14)
at Request.EventEmitter.emit (events.js:117:20)
at IncomingMessage.<anonymous> (/home/scott/popcorn.webmaker.org/node_modules/makeapi/node_modules/request/index.js:824:12)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:883:14
Might be related to me not being able to clear my mongodb, but filing anyway, as I have yet to figure that one out and don't want to sit on this in case that is not the problem.
STRs:
1. Save a new project.
2. change the title.
3. save it again.
Crash.
Comment 1•12 years ago
|
||
Does this only happen if the second step is changing the title? Or will it happen if I modify say description.
This sounds like the "makeapi is randomly not returning any results" bug I have encountered ( and I think is filed, although I've only seen it mentioned in our priority meetings etherpad ) but I had it stop appearing so I thought I was just seeing things.
Reporter | ||
Comment 2•12 years ago
|
||
So, regarding clearing the makeapi, looks like I can clear it but I was assuming it was local. Looks like somewhere it uses makeapi.mofostaging instead of my local makeapi. So I can clear all I want, it's never going to work.
Reporter | ||
Comment 3•12 years ago
|
||
It happens on description too.
Comment 4•12 years ago
|
||
Scott, I feel like this is a duplicate. Or there's a new duplicate of this. Or something.
Reporter | ||
Comment 5•12 years ago
|
||
Not an issue anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•