Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2021-11-27)

### Bug Fixes

* better support of jpg images for thumbnails/box ([#156](#156)) ([04e7d83](04e7d83))
* lowercase camera name in mqtt topics ([#163](#163)) ([57e605b](57e605b))
* optional chaining for frigate url ([68a9032](68a9032))
* use lower compreface det_prob_threshold for /recognize/test ([#136](#136)) ([6a0c435](6a0c435))

### Features

* ability to change mqtt client_id ([#168](#168)) ([98d7f2a](98d7f2a))
* **api:** validate config with jsonschema ([ad23c7b](ad23c7b))
* edit secrets.yml from ui ([963cacd](963cacd))
* secrets.yml support ([#170](#170)) ([53b11c8](53b11c8))
* support ui base path ([#166](#166)) ([b1d06aa](b1d06aa))
  • Loading branch information
jakowenko committed Nov 27, 2021
1 parent 252cbce commit bf3e911
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9,200 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.7.0](https://github.com/jakowenko/double-take/compare/v1.6.0...v1.7.0) (2021-11-27)


### Bug Fixes

* better support of jpg images for thumbnails/box ([#156](https://github.com/jakowenko/double-take/issues/156)) ([04e7d83](https://github.com/jakowenko/double-take/commit/04e7d83b6317ac26cb58fb0636544f370adbf257))
* lowercase camera name in mqtt topics ([#163](https://github.com/jakowenko/double-take/issues/163)) ([57e605b](https://github.com/jakowenko/double-take/commit/57e605bc911c96f169c3f524476b60e67710303d))
* optional chaining for frigate url ([68a9032](https://github.com/jakowenko/double-take/commit/68a9032562e77f441e2986e2e931d912b969f4c2))
* use lower compreface det_prob_threshold for /recognize/test ([#136](https://github.com/jakowenko/double-take/issues/136)) ([6a0c435](https://github.com/jakowenko/double-take/commit/6a0c43535e1871edfa8478fa64124a016550283f))


### Features

* ability to change mqtt client_id ([#168](https://github.com/jakowenko/double-take/issues/168)) ([98d7f2a](https://github.com/jakowenko/double-take/commit/98d7f2a89f8a242685fc205d8e5afec7e53e995d))
* **api:** validate config with jsonschema ([ad23c7b](https://github.com/jakowenko/double-take/commit/ad23c7b30af61fdc9157f050de753438792d9028))
* edit secrets.yml from ui ([963cacd](https://github.com/jakowenko/double-take/commit/963cacdf2074f6ccb56bbc9b3ffb0f3db38a53f4))
* secrets.yml support ([#170](https://github.com/jakowenko/double-take/issues/170)) ([53b11c8](https://github.com/jakowenko/double-take/commit/53b11c816a769d6085e629ca3f7c0c4f9c975ea3))
* support ui base path ([#166](https://github.com/jakowenko/double-take/issues/166)) ([b1d06aa](https://github.com/jakowenko/double-take/commit/b1d06aafb424bb05f5d0f3271910a6a2059b2cb8))

# [1.6.0](https://github.com/jakowenko/double-take/compare/v1.5.2...v1.6.0) (2021-10-29)


Expand Down
Loading

1 comment on commit bf3e911

@hack2spider
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I`m not sure if anyone had the following issue ?

error: SqliteError: too many SQL variables
at Database.prepare (/double-take/api/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at module.exports.get (/double-take/api/src/controllers/match.controller.js:97:6)
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)
at Layer.handle [as handle_request] (/double-take/api/node_modules/express/lib/router/layer.js:95:5)
at next (/double-take/api/node_modules/express/lib/router/route.js:137:13)
at /double-take/api/src/middlewares/index.js:42:5
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)
at Layer.handle [as handle_request] (/double-take/api/node_modules/express/lib/router/layer.js:95:5)
at next (/double-take/api/node_modules/express/lib/router/route.js:137:13)
at middleware (/double-take/api/node_modules/express-validator/src/middlewares/check.js:16:13)
error: SqliteError: too many SQL variables
at Database.prepare (/double-take/api/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at module.exports.get (/double-take/api/src/controllers/match.controller.js:97:6)
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)
at Layer.handle [as handle_request] (/double-take/api/node_modules/express/lib/router/layer.js:95:5)
at next (/double-take/api/node_modules/express/lib/router/route.js:137:13)
at /double-take/api/src/middlewares/index.js:42:5
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)
at Layer.handle [as handle_request] (/double-take/api/node_modules/express/lib/router/layer.js:95:5)
at next (/double-take/api/node_modules/express/lib/router/route.js:137:13)
at middleware (/double-take/api/node_modules/express-validator/src/middlewares/check.js:16:13)

I have double-take running fine for let`s say one week and then when I try to connect to the GUI it will throw the above error.

Funny enough it seems it`s an UI issue as the background services are running fine whilst my presence detection is shown ok in Home assistant.

Apologies if this is the wrong page to post the above.

Please sign in to comment.