Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Error 'SyntaxError: Unexpected end of input' reading session #12

Open
dlongley opened this issue Aug 9, 2013 · 2 comments
Open

Error 'SyntaxError: Unexpected end of input' reading session #12

dlongley opened this issue Aug 9, 2013 · 2 comments

Comments

@dlongley
Copy link

dlongley commented Aug 9, 2013

See: https://github.com/ajaxorg/cloud9/issues/1614

This bug existed before the session plugin was moved over to this repo but the fix for it was not ported during that move (the fix is linked to in the above issue). I've hit the same bug again now.

@TravisDart
Copy link

This worked for me:

In ./configs/default.js line 175, replace:
packagePath: "./connect.session.file",
with:
packagePath: "../node_modules/connect-architect/connect.session.memory",

(Based on: ajaxorg/cloud9@73ab96d)

@troyane
Copy link

troyane commented May 23, 2014

Will this bug be solved?

Every time I use Cloud9 I got several errors:

Error 'SyntaxError: Unexpected end of input' reading session: 1PgGbTmiNQhcbp39sNdl3ERM.nVwLH8YijQfdSUShJWWu9HJdKG8wZBc36e+g5A+CjHE <Buffer >
...

After this error appears in my console, I can't save modified files in Cloud9 (getting Not saved). Need to refresh page, and then, all of described repeats.

Can someone help? What kind of information do I need to provide to help to solve this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants