LernerLab / GuPPy

Guided Photometry Analysis in Python, a free and open-source FP analysis tool.
GNU General Public License v3.0
63 stars 11 forks source link

Can't read raw data #30

Closed Ossamaghenissa closed 1 year ago

Ossamaghenissa commented 1 year ago

Hey, I just installed GuPPy and tried to get the hang of it using the sample CSV files. Unfortunatly, even after double checking every step of the process, I get the error message :

"Traceback (most recent call last): File "readTevTsq.py", line 409, in readRawData(json.loads(sys.argv[1])) File "C:\Users\Massa\Anaconda3\envs\guppy\lib\json__init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Users\Massa\Anaconda3\envs\guppy\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\Massa\Anaconda3\envs\guppy\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)"

I'm new to this so thanks in advance for your time.

venus-sherathiya commented 1 year ago

it's is fixed now. Please use the updated the code from github.

venus-sherathiya commented 1 year ago

Closing issue because it is fixed