No recent searches
Popular Articles
Sorry! nothing found for
Posted over 4 years ago by michel-dcrahul
Code I'm trying to run in python:
from scrapinghub import ScrapinghubClient
apikey = '*****************************************' # your API key as a string
client = ScrapinghubClient(apikey)
print(client.projects.list())
Error:
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Expected output:
project lists
0 Votes
0 Comments
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
Code I'm trying to run in python:
from scrapinghub import ScrapinghubClient
apikey = '*****************************************' # your API key as a string
client = ScrapinghubClient(apikey)
print(client.projects.list())
Error:
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Expected output:
project lists
0 Votes
0 Comments
Login to post a comment