Neural-Space / pewter

Data acquisition and visualization tool for Myo Armband
25 stars 10 forks source link

Cannot save experiment data #2

Closed adenton2 closed 3 years ago

adenton2 commented 7 years ago

Hello,

I have already communicated with you via email, and you suggested that I raise the issue on Github as well. I am having trouble saving my experiments. I get an error saying, "Error: Some error occured while uploading data. Please try again later."

If you have any ideas please let me know.

Alex

dashayushman commented 7 years ago

Hi @adenton2

Refer to This. I think this should solve the issue.

adenton2 commented 7 years ago

Thanks for showing me this. Unfortunately I already came across this post yesterday and I checked, and I do have an "experimentdata" folder. Originally when I unzipped the folder it was titled, "pewter-master" so I tried to rename as you have to just "Pewter" but that didn't seem to help.

Any other suggestions?

Thanks,

Alex

On 2017/02/15 01:47, Ayushman Dash wrote:

Hi @adenton2 [1]

Refer to This [2]. I think this should solve the issue.

-- You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub [3], or mute the thread [4].

*

Links:

[1] https://github.com/adenton2 [2] https://github.com/sigvoiced/pewter/issues/1 [3] https://github.com/sigvoiced/pewter/issues/2#issuecomment-279964482 [4] https://github.com/notifications/unsubscribe-auth/ALMjP9UpIy9S1Qgm9b1tWmk0oA-k7qy-ks5rcsm7gaJpZM4MArub

sigvoiced commented 7 years ago

@adenton2 : Could you check the browser console and give me some more details. It seems to me that the requests are getting timed out. But I am not sure. It will be helpful if you could share the screenshots as well.

adenton2 commented 7 years ago

Absolutely. Pewter.pdf

sigvoiced commented 7 years ago

@adenton2 : Thanks for pointing to the right direction. I have found the issue. Right now I am a bit busy with another project of mine. I will fix the bug and push the changes very soon.

AlbertoGhiotto commented 6 years ago

Hi @sigvoiced, I'm having the same problem with saving data. I saved the "Pewter" folder in the C:\Pewter root and despite having the "experimentdata" folder in the right place I'm still having this error "Error: Some error occured while uploading data. Please try again later.".

Any suggestion?

Thanks,

Alberto

lutri-kl commented 5 years ago

Hi Hi @sigvoiced, I'm having the same problems as decribed above. Is there already a solution for it? I would love to use that tool.

AlbertoGhiotto commented 5 years ago

Hi Hi @sigvoiced, I'm having the same problems as decribed above. Is there already a solution for it? I would love to use that tool.

Hi @lutri-kl, I don't think you will get a reply. The thing is the myo has gone out of production and a lot of projects regarding it aren't maintaned anymore. Take a look at this repo, last year we used that code instead of pewter.

ozgegunaydin commented 4 years ago

Hi @sigvoiced , This is probably a late response but I had the same issue, and fixed it. You are getting this error because your file exceed maximum file size that defined in "app.js" I changed the line 29 in app.js to app.use(bodyParser.raw({limit: '500kb'})); and it works now.