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

When using app.config['TRACK_USAGE_USE_FREEGEOIP'] = True on localhost cannot write to mongoldb #61

Open
cityjumper opened this issue Dec 19, 2020 · 1 comment

Comments

@cityjumper
Copy link

I believe when writting to MongoDB one cannot have empty strings but the default values of localhost bring something like:

{
"businessName" : "",
"businessWebsite" : "",
"city" : "",
"continent" : "",
"country" : "",
"countryCode" : "",
"ipName" : "",
"ipType" : "Residential",
"isp" : "",
"lat" : "",
"lon" : "",
"org" : "",
"query" : "127.0.0.1",
"region" : "",
"status" : "success"
}

Causing issues when testing the capabilities.

@Sarthak001
Copy link

any updates on this one ??

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