Pretty big newb here. Trying to set up ruby on rails application with mailing list subcriptions to mailchimp through gibbon. I originally was having an issue with the API KEY but after fixing the routes and my ~/.bashrc for my config/secrets.yml, It's no spitting out this error
Actor crashed!
Gibbon::MailChimpError: URI must be ascii only "https://us11\u{201d}.api.mailchimp.com/3.0/lists/\u{201c}e732e8cada\u{201d}/members
My assumption is that my use of environment variables are hiding the information in the URL, which is using non ascii only characters and causing this issue. Any suggestions?