Home RSS

error

A 13-post collection

Page 1 of 3 Older Posts →

ExpressJS Session Error: req.session.touch() is not a function

If you are using the NodeJS framework ExpressJS and are trying to save something into the session, maybe you get this error. Don’t worry, very »

David Burgos David Burgos on english, error, expressjs, nodejs 01 September 2015

How to get working ImageMagick on Mac with brew

NOTE: Some libraries or packages use ImageMagick, check their dependencies and be aware to have them correctly installed. This issue can break your app without an »

David Burgos David Burgos on brew, english, error, imagemagick 18 June 2015

How to fix YouTube API Error: (400) 'Invalid combination of search filters and/or restrictions.'

Yesterday I was playing with the YouTube API and this NodeJS client. Very nice until I got the next error when I added the videoDuration parameter »

David Burgos David Burgos on english, error, Javascript, nodejs, youtube 11 June 2015

How to correctly fix the AngularJS error: "digest already in progress"

$digest already in progress First of all, don’t fix it this way if ( ! $scope.$$phase) { $scope.$apply(); } It makes no sense because $$phase is just »

David Burgos David Burgos on angular, english, error, Javascript 02 December 2014

Nginx: could not build the server_names_hash, you should increase server_names_hash_bucket_size

could not build the server_names_hash, you should increase server_names_hash_bucket_size I got this error when I added a new host in »

David Burgos David Burgos on error, nginx 05 November 2014
Page 1 of 3 Older Posts →
David Burgos © 2012-2025
Bolder theme. Proudly published with Ghost