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

splitLineCSV throws error #22

Closed
andrewjaykeller opened this issue Aug 10, 2016 · 6 comments
Closed

splitLineCSV throws error #22

andrewjaykeller opened this issue Aug 10, 2016 · 6 comments
Labels

Comments

@andrewjaykeller
Copy link

andrewjaykeller commented Aug 10, 2016

Trying to run master and getting this error...

screen shot 2016-08-10 at 1 36 25 pm

@andrewjaykeller
Copy link
Author

This is because of a bug with processing 3.1.2, do not update!

@andrewjaykeller
Copy link
Author

From the processing guys, we should never have used splitLineCSV() and functions like these are subject to change in minor updates to processing!! See this issue here! processing/processing#4611

andrewjaykeller pushed a commit to andrewjaykeller/OpenBCI_GUI that referenced this issue Aug 17, 2016
@cfausn
Copy link
Contributor

cfausn commented Sep 2, 2016

I've found that passing the buffer to splitLineCSV() fixes this bug with newer processing. Simply change it to splitLineCSV(line, reader)

@andrewjaykeller
Copy link
Author

andrewjaykeller commented Sep 2, 2016

I disagree. splitLineCSV is a protected function and should not be used in the application.

Check out processing/processing#4611

I got yelled at for that line hahaha

@cfausn
Copy link
Contributor

cfausn commented Sep 2, 2016

haha interesting. For the newest version of processing though it doesn't let you compile without passing in the reader, dunno why. As of version 3.2.1 at least.

@andrewjaykeller
Copy link
Author

They changed the interface for that function from one arg to two args... see #25 PR for a fix andrewjaykeller@53776fd#diff-5fbebc9acb054941aa8e1303d08be960R241

@andrewjaykeller andrewjaykeller changed the title splitLineCSV throws error splitLineCSV throws error Nov 2, 2016
daniellasry pushed a commit to daniellasry/OpenBCI_GUI that referenced this issue Jan 30, 2019
Fixed synthetic data accelerometer graph being tied to the framerate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants