Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conn.get_dict('key') is giving me a error #27

Open
utshav2008 opened this issue Dec 2, 2019 · 1 comment
Open

conn.get_dict('key') is giving me a error #27

utshav2008 opened this issue Dec 2, 2019 · 1 comment

Comments

@utshav2008
Copy link

utshav2008 commented Dec 2, 2019

I am using your example
dictionary = {
'a': {
'key': 'a_value'
},
'another': {
'k': 'another_value'
}
}

conn.put_dict(dictionary)
conn.get_dict() ---> This works and gives me all the dictionary
conn.get_dict('a') ==== > This gives me an error

raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

@vdloo
Copy link
Owner

vdloo commented Dec 2, 2019

hi @utshav2008 this project is kind of abandoned. I don't think anybody is using it at this point in time, so if you want to fix this my suggestion would be to fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants