ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
593 stars 155 forks source link

HTTPError: 400 Client Error: Bad Request for url: https://app.firebaseio.com/essential/activepassive.json #105

Open quinnbee opened 4 years ago

quinnbee commented 4 years ago

I've been using python-firebase to push data since a long time but today, I'm facing this issue: HTTPError: 400 Client Error: Bad Request for url: https://app.com/essential/activepassive.json Code:

from firebase import firebase 
firebase=firebase.FirebaseApplication('https://app.firebaseio.com/',None)
firebase.put('/essential','activepassive',dictionary)