LibreNMS (Oxidized) config option does not show configs

I have integrated Oxidized (version 0.27.0) with LibreNMS (version 1.60-49-g4813631). The standalone Oxidized webui sees all the devices and pulls config, but when I click on a device in LibreNMS and go to the config option I get an error “We couldn’t retrieve the device information from Oxidized”. I know the Global Settings -External - Oxidized Integration settings look alright.

Below is my config
username: someuser
password: somepassword
model: junos
resolve_dns: true
interval: 3600
log: ~/.config/oxidized/log
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 0.0.0.0:8888
next_adds_job: false
vars: {}
groups: {}
models: {}
pid: “/home/oxidized/.config/oxidized/pid”
crash:
directory: “/home/oxidized/.config/oxidized/crashes”
i hostnames: false
stats:
history_size: 10
input:
default: ssh, telnet
debug: false
ssh:
secure: false
ftp:
passive: true
utf8_encoded: true
output:
default: git
git:
single_repo: true
user: Oxidizied
email: [email protected]
repo: “/home/oxidized/.config/oxidized/devices.git”
source:
default: csv
csv:
file: “/home/oxidized/.config/oxidized/router.db”
delimiter: !ruby/regexp /:confused:
map:
name: 0
model: 1
gpg: false
default: http
http:
url: http://mywebsiteurl/api/v0/oxidized
scheme: https
delimiter: !ruby/regexp /:confused:
map:
name: hostname
model: os
username: oxidized
password: oxidized
vars_map:
enable: enable
headers:
X-Auth-Token: ‘randomtextandnumbers’
model_map:
juniper: junos
cisco: ios

rest: 0.0.0.0:8888

You should match this with what you set up in LibreNMS.

Got it working!