Skip to content

Instantly share code, notes, and snippets.

@danfinlay
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save danfinlay/d49a20c73be39d84ebc0 to your computer and use it in GitHub Desktop.

Select an option

Save danfinlay/d49a20c73be39d84ebc0 to your computer and use it in GitHub Desktop.
Strange Geddy Crash, started unexpectedly, persists after rolling back my git to working moments.
SyntaxError: Unexpected end of input
at Object.parse (native)
at Filesystem._getDatastore (/Users/dan/.node/lib/node_modules/geddy/lib/sessions/stores/filesystem.js:69:19)
at Filesystem.read (/Users/dan/.node/lib/node_modules/geddy/lib/sessions/stores/filesystem.js:49:26)
at init (/Users/dan/.node/lib/node_modules/geddy/lib/sessions/index.js:95:19)
at null._onTimeout (/Users/dan/.node/lib/node_modules/geddy/lib/sessions/index.js:66:10)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
@HanzelCruz
Copy link

Hey, check out the _session_store.json file on your project root, it should have a key, if it is empty, remove the file, run your project, it will generate the file with a new key.

@barroyo
Copy link

barroyo commented Aug 24, 2014

thanks @HanzelCruz I ran into the same issue and I was able to fix it by removing the _session_store.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment