vivithemage / mrisa

MRISA - Meta reverse image search api
http://mrisa.mage.me.uk/
GNU General Public License v2.0
266 stars 63 forks source link

after running the python src/server.py confused!!!! #37

Closed spsyco closed 3 years ago

spsyco commented 3 years ago

I don't know what to do after running src/server.py and getting confused about the next step

spsyco commented 3 years ago

E:\mrisa-master\mrisa-master\examples\python>python example.py Traceback (most recent call last): File "example.py", line 15, in print(r.json()) File "C:\Users\Salman Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "C:\Users\Salman Sheikh\AppData\Local\Programs\Python\Python37\lib\json__init__.py", line 348, in loads return _default_decoder.decode(s) File "C:\Users\Salman Sheikh\AppData\Local\Programs\Python\Python37\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\Salman Sheikh\AppData\Local\Programs\Python\Python37\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)

E:\mrisa-master\mrisa-master\examples\python>