[Tutor] Python script errors

2018-12-12 Thread Ravi Kumar
Hi, I have developed a python script to get api calls for meraki clientlogevents Thanks for all the help previously I am facing few errors such as Json_string=r.json() raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value:

Re: [Tutor] Regarding Python api script

2018-12-06 Thread Ravi Kumar
MAC Address iPhone f0:98:9d:2c: arphone c8:21:58:79:b it-mine:05:a4:c9: Querying Meraki for clientlogevents on Devices: e0:cb:b::3e:95 (HA) Not looping the devices to get api calls for this access point Querying Meraki f

Re: [Tutor] Regarding Python api script

2018-12-04 Thread Ravi Kumar
My output api calls in python is in xml so I want the output to be in the database So is there a way where I can alter my code to get api responses in json format in python and then later move the output to the database Basically at the end of it I want the all the data to be in database Th

[Tutor] Regarding Python api script

2018-12-03 Thread Ravi Kumar
Hi, I have developed a python script to get api calls for meraki clientlogevents I am wanting the output of apicalls which is in xml format integrated to sql server management studio how do i do that? Thanks ___ Tutor maillist - Tutor@python.org To u