You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utput exceeds the size limit. Open the full output data in a text editor
---------------------------------------------------------------------------
JSONDecodeError Traceback (most recent call last)
~/opt/anaconda3/envs/data/lib/python3.8/site-packages/requests/models.py in json(self, **kwargs)
970 try:
--> 971 return complexjson.loads(self.text, **kwargs)
972 except JSONDecodeError as e:
~/opt/anaconda3/envs/data/lib/python3.8/json/__init__.py in loads(s, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)
356 parse_constant is None and object_pairs_hook is None and not kw):
--> 357 return _default_decoder.decode(s)
358 if cls is None:
~/opt/anaconda3/envs/data/lib/python3.8/json/decoder.py in decode(self, s, _w)
336 """
--> 337 obj, end = self.raw_decode(s, idx=_w(s, 0).end())
338 end = _w(s, end).end()
~/opt/anaconda3/envs/data/lib/python3.8/json/decoder.py in raw_decode(self, s, idx)
354 except StopIteration as err:
--> 355 raise JSONDecodeError("Expecting value", s, err.value) from None
356 return obj, end
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
...
--> 975 raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
976
977 @property
The text was updated successfully, but these errors were encountered:
I am trying to get eco calendar with
but get an error message:
The text was updated successfully, but these errors were encountered: