TypeError: Can't convert 'int' object to str implicitly
Created by: hixi
https://sentry.dev.njo.ch/geometalab/osmaxx-dev/group/21/
TypeError: Can't convert 'int' object to str implicitly
(11 additional frame(s) were not displayed)
...
File "osmaxx/excerptexport/views.py", line 52, in form_valid
extraction_order = form.save(self.request.user)
File "osmaxx/excerptexport/forms/excerpt_export_form.py", line 217, in save
extraction_order.name = get_authenticated_api_client().get_country_name(country_id)
File "osmaxx/excerptexport/services/conversion_api_client.py", line 215, in get_country_name
return self.get_country(country_id)['name']
File "osmaxx/excerptexport/services/conversion_api_client.py", line 208, in get_country
response = self.authorized_get(self.country_base_url + country_id + '/')