Skip to content
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

Error: cannot connect to redis server #249

Open
mercuriaretrograda opened this issue Oct 18, 2018 · 1 comment
Open

Error: cannot connect to redis server #249

mercuriaretrograda opened this issue Oct 18, 2018 · 1 comment

Comments

@mercuriaretrograda
Copy link

Hello!
I'm currently on step 8 of Writing pre-recorded data from HDD to the buffer (https://github.com/eegsynth/eegsynth/blob/master/doc/tutorial1.md) and I keep getting the same error, "Cannot connect to redis server" although redis server is open and working.
Any clue?

hal-9000:~ mariana$ redis-cli ping
PONG
hal-9000:~ mariana$ cd eegsynth/module/playbacksignal
hal-9000:playbacksignal mariana$ ls
README.md dump.rdb playbacksignal.ini playbacksignal.py
hal-9000:playbacksignal mariana$ python3 playbacksignal.py -i ../../inifiles/playbacksignal.ini
File "playbacksignal.py", line 57
print "Error: cannot connect to redis server"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Error: cannot connect to redis server")?

@nicofarr
Copy link

nicofarr commented Oct 19, 2018 via email

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

No branches or pull requests

2 participants