-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
docpad "crash" #623
Comments
- v6.51.5 August 30, 2013 - Fixed syntax errors in docpad configuration file not being reported correctly (regression since v6.49.0) - Thanks to [drguildo](https://github.com/drguildo) for [issue #623](#623) - If a configuration file fails to load we will now tell you which one it was
Fixed in the just released v6.51.5. Awesome work catching that! 👍 |
I'm still receiving this error and I'm on 6.51.6.
|
Can you add me on skype (username balupton) or google hangouts (balupton@gmail.com) and ping me sometime (I'm in Sydney), and I'll remote in and debug. In the meantime, try downgrading minor versions until you find one that works - sorry I can't be of more help, but don't know what the issue is yet! |
I added you on g+. I'll ping you later tonight around 11:00AM your time if that works. On 6.50.1 I receive a different error (still looking for the regression):
|
Regression occurs at 6.50.1. Still works on 6.50.0. Errors from 6.51.0:
|
Thanks @phaseOne for narrowing down the version. I am having this problem as well. Using 6.50.0 for now, but let me know if you need another hand to troubleshoot or verify the fix. |
Getting this error in 6.52.1 events.js:72 |
@phaseOne @bitmage and @ashyadav can you also add me on skype (balupton) or google hangouts (balupton@gmail.com) and we'll get to the bottom of this |
- v6.52.2 September 16, 2013 - Possible fix for `Error: A task's completion callback has fired when the task was already in a completed state, this is unexpected` error - Thanks to [Ryan Fitzer](https://github.com/ryanfitzer) for [issue #643](#643) thanks to - Thanks to [drguildo](https://github.com/drguildo), [Evan Bovie](https://github.com/phaseOne), [Brandon Mason](https://github.com/bitmage), [ashyadav](https://github.com/ashyadav) for [issue #623](#623) - Will now output the progress of `iconv` install if `detectEncoding` is true and `iconv` isn't installed - Updated dependencies
Please try v6.52.2 and post back if it works. If not, please add me on skype (username balupton) or google hangouts (balupton@gmail.com) and ping me sometime, so we can debug. |
Hey, I'll try this tomorrow morning and get back to you. Thanks! |
I just ran v6.53.0 and it works great. Hope that helps! |
Works with v6.53.0 thanks Benjamin. On Wed, Sep 18, 2013 at 7:01 PM, Brandon Mason notifications@github.comwrote:
ashyadav@gmail.com |
:) |
Just created new directory, typed 'docpad run' and selected option 2... |
- v6.51.5 August 30, 2013 - Fixed syntax errors in docpad configuration file not being reported correctly (regression since v6.49.0) - Thanks to [drguildo](https://github.com/drguildo) for [issue #623](#623) - If a configuration file fails to load we will now tell you which one it was
- v6.52.2 September 16, 2013 - Possible fix for `Error: A task's completion callback has fired when the task was already in a completed state, this is unexpected` error - Thanks to [Ryan Fitzer](https://github.com/ryanfitzer) for [issue #643](#643) thanks to - Thanks to [drguildo](https://github.com/drguildo), [Evan Bovie](https://github.com/phaseOne), [Brandon Mason](https://github.com/bitmage), [ashyadav](https://github.com/ashyadav) for [issue #623](#623) - Will now output the progress of `iconv` install if `detectEncoding` is true and `iconv` isn't installed - Updated dependencies
Left out a ":" in the definition of an object I was exporting in docpad.coffee and got the following when I would have expected a syntax error.
The text was updated successfully, but these errors were encountered: