Hassbian wifi issues

I followed the steps to install hassbian on my pi2. After i booted I configured my wpa_supplicant.conf file and rebooted. I get an error that says dhcpcd cant start which I don’t think I need that so I disabled it with systemctl cmd and rebooted.

I get an error that says cant raise network interface ( something like that). I then plugged in a network cable and rebooted. Same error.

I my interface file has the following

auto eth0
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface wlan0 inet dhcp

My /etc/wpa_supplicant/wpa_supplicant.conf file looks like this:

country=CA
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid=“Loading…”
psk=“XXXXXXXXXXXX”
key_mgmt=WPA-PSK
}

psk = your wifi password.

The regular Debian doesn’t work for setting up wifi, my /etc/network/interfaces looks like this:

allow hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf