Python2.7 OSError: A file with the same name as the desired dir

Hi
I seem to be having a small issue here

uname -a

FreeBSD mopidy.network 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r318243: Fri May 12 16:17:08 EDT 2017
/usr/local/bin/mopidy --version Mopidy 2.1.0

/usr/local/bin/mopidy --config /usr/home/mopidy/mopidy.conf
Traceback (most recent call last):
File “/usr/local/bin/mopidy”, line 11, in
sys.exit(main())
File “/usr/local/lib/python2.7/site-packages/mopidy/main.py”, line 61, in main
create_core_dirs(config)
File “/usr/local/lib/python2.7/site-packages/mopidy/main.py”, line 148, in create_core_dirs
path.get_or_create_dir(config[‘core’][‘config_dir’])
File “/usr/local/lib/python2.7/site-packages/mopidy/internal/path.py”, line 27, in get_or_create_dir
’"%s", already exists.’ % dir_path)
OSError: A file with the same name as the desired dir, “/usr/home/mopidy/mopidy.conf”, already exists.

/usr/local/bin/mopidy config
Traceback (most recent call last):
File “/usr/local/bin/mopidy”, line 11, in
sys.exit(main())
File “/usr/local/lib/python2.7/site-packages/mopidy/main.py”, line 61, in main
create_core_dirs(config)
File “/usr/local/lib/python2.7/site-packages/mopidy/main.py”, line 147, in create_core_dirs
path.get_or_create_dir(config[‘core’][‘cache_dir’])
File “/usr/local/lib/python2.7/site-packages/mopidy/internal/path.py”, line 22, in get_or_create_dir
raise ValueError(‘Path is not a bytestring.’)
ValueError: Path is not a bytestring.

/usr/local/etc/mopidy.conf
[core]
cache_dir = /var/tmp/mopidy/cache
config_dir = /usr/local/etc/mopidy.conf
data_dir = /var/mopidy
max_tracklist_length = 10000
restore_state = true

[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s
n %(message)s
debug_file = /var/log/mopidy/mopidy.log
config_file =
loglevel = debug

[audio]
mixer = software
mixer_volume =
output = sndiosink
buffer_time = 1000

[proxy]
scheme =
hostname =
port =
username =
password =

[mpd]
enabled = true
hostname = 10.0.0.221
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf =
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u

[http]
enabled = true
hostname = 10.0.0.223
port = 6680
static_dir =
zeroconf =

[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000

[m3u]
enabled = true
base_dir = /mnt/music/Music
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /var/mopidy/playlists

[softwaremixer]
enabled = true

[file]
enabled = true
media_dirs = /mnt/music/Music
/usr/home/mopidy
excluded_file_extensions =
.jpg
.jpeg
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[local]
enabled = true
library = json
media_dir = /mnt/music/Music
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt

[local-images]
library = sqlite
scan_flush_threshold = 100

[local-sqlite]
enabled = true

top-level directories for browsing, as

directories =
Albums local:directory?type=album
Artists local:directory?type=artist
Composers local:directory?type=artist&role=composer
Genres local:directory?type=genre
Performers local:directory?type=artist&role=performer
Release Years local:directory?type=date&format=%25Y
Tracks local:directory?type=track
Last Week’s Updates local:directory?max-age=604800
Last Month’s Updates local:directory?max-age=2592000

database connection timeout in seconds

timeout = 10

whether to use an album’s musicbrainz_id for generating its URI

use_album_mbid_uri = true

whether to use an artist’s musicbrainz_id for generating its URI;

disabled by default, since some taggers do not handle this well for

multi-artist tracks [https://github.com/sampsyo/beets/issues/907]

use_artist_mbid_uri = false

whether to use the sortname field for sorting artist browse results;

set to false to sort according to displayed name only

use_artist_sortname = true

[qsaver]
enabled = true
backup_file = /var/mopidy/backups/mopidy_tracklist_backup.json

[podcast]
enabled = true
browse_root = Podcasts.opml
browse_order = desc
lookup_order = asc
cache_size = 64
cache_ttl = 86400
timeout = 10

[notifier]
enabled = false

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

Any other info needed?
Thank you for looking