PyGeoIpMap icon indicating copy to clipboard operation
PyGeoIpMap copied to clipboard

UnicodeEncodeError: 'ascii' codec can't encode characters in position 21-22: ordinal not in range(128)

Open dsme94 opened this issue 6 years ago • 0 comments

Special characters returned from ipstack causes the script to fail.

ip: "" hostname: "" type: "ipv4" continent_code: "AS" continent_name: "Asia" country_code: "SA" country_name: "Saudi Arabia" region_code: "01" region_name: "Ar Riyāḑ" city: "Riyadh" zip: null latitude: 24.6537 longitude: 46.7152

dsme94 avatar Jan 29 '19 23:01 dsme94