faaez / capiq-python

Thin Python client for the CapIQ REST API
MIT License
35 stars 25 forks source link

Json issue #8

Open Fux002 opened 6 years ago

Fux002 commented 6 years ago

hi,

Thx for this. can you help me with this issue:

I get this when running your example:

return self.scan_once(s, idx=_w(s, idx).end()) simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Thx a lot!

Fux002 commented 6 years ago

Hi,

i just noticed that i get a 401 as a response, this explains the problem.

i was wondering if "www.capitaliq.com" is the website i should have an account with.

thank you for the reply,

Fons

fgagnonLSF commented 4 years ago

I have the same issue... json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Can someone help with this? Thanks

tanga94 commented 3 years ago

@fgagnonLSF did you perhaps find a solution to this?