Siddharth

Results 2 issues of Siddharth

I have setup the example sheet in one page in my next.js application and I'm getting the following error: `TypeError: document.getElementsByTagName is not a function` Code Example Used: ```js import...

bug

I tried using this api. It's returning me this error: ``` /usr/lib/python2.7/dist-packages/requests/models.pyc in json(self, **kwargs) 739 if encoding is not None: 740 return json.loads(self.content.decode(encoding), **kwargs) --> 741 return json.loads(self.text, **kwargs)...