Using Docker installation method
No
Host Operating System
Ubuntu 16.04
Describe the bug
Unable to continue the installer, with error message stating that the MaxMind GeoIP Database Cannot be Downloaded! When you visit the url which is stated it's trying to download, it presents as a 404! Please help!

@emeraldau I looked into why this might be happening, only to stumble upon a notice from 12 days ago from MaxMind that they are discontinuing unauthenticated public access to their free GeoLite IP geolocation collection: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
My project (and countless others) depend on that public feed in order to provide approximate IP geolocation capabilities in our software; in AzuraCast's case, we use that to generate the Listeners report, complete with the interactive map view, showing where listeners are tuned in from around the world. This is a _very_ important report that is heavily used by our station managers.
We are actively looking into alternatives for this situation. For now, be aware that our Docker installation is unaffected by this, as it has an older copy of the database still preloaded inside of it (and will continue to for the indefinite future as we work to resolve this issue).
The immediate stopgap solution may be for us to disable this functionality entirely on Ansible installations that don't already have the database downloaded. Our medium-term solution may be to allow users to download a copy themselves from the MaxMind site, in a similar manner to how we do SHOUTcast DNAS installation.
@emeraldau Fortunately, I was able to get this updated and fixed a little faster than I expected, so now the system has been updated to handle this new situation in a different way:
This set of changes will bring both our Ansible and Docker installations fully into compliance with MaxMind's new policies. This will also let us better handle future changes, since the process will remain the same regardless of how MaxMind makes the files available to authenticated users.
Sorry for the inconvenience caused by this abrupt change; the fact that MaxMind rather quietly announced this change with only 12 days' notice (where those 12 days included Christmas) was out of our control and admittedly frustrating to us. However, this should remove any negative effects caused to AzuraCast by the changes.