Locally, when I do something like getInfo() on an artist, it sends a request to the last fm servers as a http request. However when I uploaded my project onto heroku, it kept sending those same requests at https. Is there any way around this? It is causing all of those calls to fail because it doesn't look like last fm is recognizing those requests.