Mopidy-soundcloud auth_token not getting updated even though it is in mopidy.conf

Hello,

I am getting an error that the auth_token is not set in the mopidy.conf even though I have added it like this to the mopidy.conf file in etc/mopidy:

[soundcloud]
auth_token = token

when I run sudo mopidyctl config I get this result for the soundcloud section:

[soundcloud]
enabled = false ; Extension disabled by self check.

When I run mopidy I get this result:

WARNING  Found soundcloud configuration errors, the extension has been automatically disabled:
WARNING    soundcloud/auth_token must be set.
WARNING  Please fix the extension configuration errors or disable the extensions to silence these messages.

I have tried reinstalling with PIP instead of apt-get, as well as many reboots and using the follow commands in sequence:

pulseaudio --kill
start-pulseaudio-x11
sudo systemctl restart mopidy