We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The container starts but exists after MQTT connected is printed to console (level:silly)
MQTT connected
Version of Double Take 1.7.0-SHA7
1.7.0-SHA7
Expected behavior Double take starts
Screenshots
info: Double Take v1.7.0-bf3e911 verbose: { auth: false, detect: { match: { save: true, base64: false, confidence: 60, purge: 168, min_area: 10000 }, unknown: { save: true, base64: false, confidence: 40, purge: 8, min_area: 0 } }, time: { timezone: 'UTC' }, frigate: { attempts: { latest: 10, snapshot: 10, mqtt: true, delay: 0 }, image: { height: 500 }, labels: [ 'person' ], url: 'http://192.168.1.198:5000' }, mqtt: { topics: { frigate: 'frigate/events', matches: 'double-take/matches', cameras: 'double-take/cameras', homeassistant: 'homeassistant', detect: [Object] }, host: '***', username: '***', password: '********' }, logs: { level: 'silly' }, ui: { path: '', theme: 'bootstrap4-dark-blue', editor: { theme: 'nord_dark' }, logs: { lines: 500 }, pagination: { limit: 50 }, thumbnails: { quality: 95, width: 500 } }, detectors: { deepstack: { timeout: 15, url: '***' } }, server: { port: 3000 }, storage: { path: '/config/double-take', config: { path: '/config/double-take' }, secrets: { path: './.storage/config', extension: 'yaml' }, media: { path: '/media/double-take' }, tmp: { path: '/dev/shm/double-take' } }, version: '1.7.0-bf3e911' } info: MQTT: connected
This is al that is printed before the container exits with status code 1
1
Hardware
Additional context I was able to fix it by removing SECRET_PATH from the config.json for the stable branch.
SECRET_PATH
config.json
The text was updated successfully, but these errors were encountered:
jakowenko/double-take#173
Same issue it's more the Secret_path than config path
Sorry, something went wrong.
@thundergreen You are right, it was supposed to say the SECRET_PATH. Fixed it, although it seems my problem is a bit different than yours.
No branches or pull requests
Describe the bug
The container starts but exists after
MQTT connected
is printed to console (level:silly)Version of Double Take
1.7.0-SHA7
Expected behavior
Double take starts
Screenshots
This is al that is printed before the container exits with status code
1
Hardware
Additional context
I was able to fix it by removing
SECRET_PATH
from theconfig.json
for the stable branch.The text was updated successfully, but these errors were encountered: