Izya12

Logs

Oct 2nd, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.58 KB | None | 0 0
  1. Izya12@nas:/Volume2/Docker/immich-app/docker# rm pgdata -r
  2. Izya12@nas:/Volume2/Docker/immich-app/docker# docker-compose down
  3. [+] Running 6/6
  4. ⠿ Container immich_db_dumper Removed 0.1s
  5. ⠿ Container immich_machine_learning Removed 0.1s
  6. ⠿ Container immich_server Removed 0.1s
  7. ⠿ Container immich_redis Removed 0.0s
  8. ⠿ Container immich_postgres Removed 0.0s
  9. ⠿ Network immich_default Removed 0.2s
  10. Izya12@nas:/Volume2/Docker/immich-app/docker# docker-compose create
  11. [+] Running 6/6
  12. ⠿ Network immich_default Created 0.1s
  13. ⠿ Container immich_machine_learning Created 0.4s
  14. ⠿ Container immich_postgres Created 0.4s
  15. ⠿ Container immich_redis Created 0.4s
  16. ⠿ Container immich_db_dumper Created 0.3s
  17. ⠿ Container immich_server Created 0.3s
  18. Izya12@nas:/Volume2/Docker/immich-app/docker# docker start immich_postgres
  19. immich_postgres
  20. Izya12@nas:/Volume2/Docker/immich-app/docker# docker logs immich_postgres
  21. The files belonging to this database system will be owned by user "postgres".
  22. This user must also own the server process.
  23.  
  24. The database cluster will be initialized with locale "en_US.utf8".
  25. The default database encoding has accordingly been set to "UTF8".
  26. The default text search configuration will be set to "english".
  27.  
  28. Data page checksums are enabled.
  29.  
  30. fixing permissions on existing directory /var/lib/postgresql/data ... ok
  31. creating subdirectories ... ok
  32. selecting dynamic shared memory implementation ... posix
  33. selecting default max_connections ... 100
  34. selecting default shared_buffers ... 128MB
  35. selecting default time zone ... Asia/Yekaterinburg
  36. creating configuration files ... ok
  37. running bootstrap script ... ok
  38. performing post-bootstrap initialization ... ok
  39. syncing data to disk ... ok
  40.  
  41.  
  42. Success. You can now start the database server using:
  43.  
  44. pg_ctl -D /var/lib/postgresql/data -l logfile start
  45.  
  46. initdb: warning: enabling "trust" authentication for local connections
  47. You can change this by editing pg_hba.conf or using the option -A, or
  48. --auth-local and --auth-host, the next time you run initdb.
  49. waiting for server to start....2024-10-02 12:44:53.283 +05 [50] LOG: redirecting log output to logging collector process
  50. 2024-10-02 12:44:53.283 +05 [50] HINT: Future log output will appear in directory "log".
  51. done
  52. server started
  53. CREATE DATABASE
  54.  
  55.  
  56. /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  57.  
  58. waiting for server to shut down.... done
  59. server stopped
  60.  
  61. PostgreSQL init process complete; ready for start up.
  62.  
  63. 2024-10-02 12:44:53.876 +05 [1] LOG: redirecting log output to logging collector process
  64. 2024-10-02 12:44:53.876 +05 [1] HINT: Future log output will appear in directory "log".
  65. Izya12@nas:/Volume2/Docker/immich-app/docker# gunzip < db_dumps/weekly/immich-202436.sql.gz | sed "s/SELECT pg_catalog.set_config('search_path', '', false);/SELECT pg_catalog.set_config('search_path', 'public, pg_catalog', true);/g" | docker exec -i immich_postgres psql --username=postgres
  66. psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role "postgres" does not exist
  67. Izya12@nas:/Volume2/Docker/immich-app/docker# docker exec -i immich_postgres psql -U immich_postgres -d immich -h localhost
  68. CREATE ROLE postgres WITH LOGIN SUPERUSER PASSWORD '1qaz@WSX_postgres';
  69. CREATE ROLE
  70. ^C
  71. Izya12@nas:/Volume2/Docker/immich-app/docker# gunzip < db_dumps/weekly/immich-202436.sql.gz | sed "s/SELECT pg_catalog.set_config('search_path', '', false);/SELECT pg_catalog.set_config('search_path', 'public, pg_catalog', true);/g" | docker exec -i immich_postgres psql --username=postgres
  72. SET
  73. SET
  74. SET
  75. SET
  76. SET
  77. set_config
  78. --------------------
  79. public, pg_catalog
  80. (1 row)
  81.  
  82. SET
  83. SET
  84. SET
  85. SET
  86. ALTER SCHEMA
  87. CREATE SCHEMA
  88. ALTER SCHEMA
  89. CREATE EXTENSION
  90. COMMENT
  91. CREATE EXTENSION
  92. COMMENT
  93. CREATE EXTENSION
  94. COMMENT
  95. CREATE EXTENSION
  96. COMMENT
  97. CREATE EXTENSION
  98. COMMENT
  99. CREATE EXTENSION
  100. COMMENT
  101. CREATE TYPE
  102. ALTER TYPE
  103. CREATE FUNCTION
  104. ALTER FUNCTION
  105. CREATE FUNCTION
  106. ALTER FUNCTION
  107. SET
  108. SET
  109. CREATE TABLE
  110. ALTER TABLE
  111. CREATE TABLE
  112. ALTER TABLE
  113. COMMENT
  114. CREATE TABLE
  115. ALTER TABLE
  116. CREATE TABLE
  117. ALTER TABLE
  118. CREATE TABLE
  119. ALTER TABLE
  120. CREATE TABLE
  121. ALTER TABLE
  122. CREATE TABLE
  123. ALTER TABLE
  124. CREATE TABLE
  125. ALTER TABLE
  126. CREATE TABLE
  127. ALTER TABLE
  128. CREATE TABLE
  129. ALTER TABLE
  130. CREATE TABLE
  131. ALTER TABLE
  132. CREATE SEQUENCE
  133. ALTER SEQUENCE
  134. ALTER SEQUENCE
  135. CREATE TABLE
  136. ALTER TABLE
  137. CREATE TABLE
  138. ALTER TABLE
  139. CREATE TABLE
  140. ALTER TABLE
  141. CREATE TABLE
  142. ALTER TABLE
  143. CREATE TABLE
  144. ALTER TABLE
  145. CREATE TABLE
  146. ALTER TABLE
  147. CREATE TABLE
  148. ALTER TABLE
  149. CREATE SEQUENCE
  150. ALTER SEQUENCE
  151. ALTER SEQUENCE
  152. CREATE TABLE
  153. ALTER TABLE
  154. CREATE TABLE
  155. ALTER TABLE
  156. CREATE SEQUENCE
  157. ALTER SEQUENCE
  158. ALTER SEQUENCE
  159. CREATE TABLE
  160. ALTER TABLE
  161. CREATE TABLE
  162. ALTER TABLE
  163. CREATE TABLE
  164. ALTER TABLE
  165. CREATE TABLE
  166. ALTER TABLE
  167. CREATE TABLE
  168. ALTER TABLE
  169. CREATE TABLE
  170. ALTER TABLE
  171. CREATE TABLE
  172. ALTER TABLE
  173. ALTER TABLE
  174. CREATE TABLE
  175. ALTER TABLE
  176. CREATE SEQUENCE
  177. ALTER SEQUENCE
  178. ALTER SEQUENCE
  179. CREATE TABLE
  180. ALTER TABLE
  181. CREATE TABLE
  182. ALTER TABLE
  183. CREATE TABLE
  184. ALTER TABLE
  185. CREATE TABLE
  186. ALTER TABLE
  187. CREATE TABLE
  188. ALTER TABLE
  189. CREATE TABLE
  190. ALTER TABLE
  191. CREATE TABLE
  192. ALTER TABLE
  193. ALTER TABLE
  194. ALTER TABLE
  195. ALTER TABLE
  196. ALTER TABLE
  197. COPY 0
  198. COPY 0
  199. COPY 0
  200. COPY 0
  201. COPY 2
  202. COPY 184490
  203. COPY 213928
  204. COPY 107339
  205. COPY 0
  206. COPY 107339
  207. COPY 881
  208. COPY 107339
  209. COPY 184490
  210. COPY 206254
  211. COPY 1
  212. COPY 0
  213. COPY 0
  214. COPY 165
  215. COPY 0
  216. COPY 4274
  217. COPY 2
  218. COPY 5800
  219. COPY 4
  220. COPY 77
  221. COPY 2
  222. COPY 62913
  223. COPY 87253
  224. COPY 0
  225. COPY 5
  226. COPY 0
  227. COPY 0
  228. COPY 0
  229. COPY 2
  230. COPY 0
  231. COPY 2
  232. setval
  233. --------
  234. 911
  235. (1 row)
  236.  
  237. setval
  238. --------
  239. 165
  240. (1 row)
  241.  
  242. setval
  243. --------
  244. 21370
  245. (1 row)
  246.  
  247. setval
  248. --------
  249. 1
  250. (1 row)
  251.  
  252. ALTER TABLE
  253. ALTER TABLE
  254. ALTER TABLE
  255. ALTER TABLE
  256. ALTER TABLE
  257. ALTER TABLE
  258. ALTER TABLE
  259. ALTER TABLE
  260. ALTER TABLE
  261. ALTER TABLE
  262. ALTER TABLE
  263. ALTER TABLE
  264. ALTER TABLE
  265. ALTER TABLE
  266. ALTER TABLE
  267. ALTER TABLE
  268. ALTER TABLE
  269. ALTER TABLE
  270. ALTER TABLE
  271. ALTER TABLE
  272. ALTER TABLE
  273. ALTER TABLE
  274. ALTER TABLE
  275. ALTER TABLE
  276. ALTER TABLE
  277. ALTER TABLE
  278. ALTER TABLE
  279. ALTER TABLE
  280. ALTER TABLE
  281. ALTER TABLE
  282. ALTER TABLE
  283. ALTER TABLE
  284. ALTER TABLE
  285. ALTER TABLE
  286. ALTER TABLE
  287. ALTER TABLE
  288. ALTER TABLE
  289. ALTER TABLE
  290. ALTER TABLE
  291. ALTER TABLE
  292. ALTER TABLE
  293. ALTER TABLE
  294. CREATE INDEX
  295. CREATE INDEX
  296. CREATE INDEX
  297. CREATE INDEX
  298. CREATE INDEX
  299. CREATE INDEX
  300. CREATE INDEX
  301. CREATE INDEX
  302. CREATE INDEX
  303. CREATE INDEX
  304. CREATE INDEX
  305. CREATE INDEX
  306. CREATE INDEX
  307. CREATE INDEX
  308. CREATE INDEX
  309. CREATE INDEX
  310. CREATE INDEX
  311. CREATE INDEX
  312. CREATE INDEX
  313. CREATE INDEX
  314. CREATE INDEX
  315. CREATE INDEX
  316. CREATE INDEX
  317. CREATE INDEX
  318. CREATE INDEX
  319. CREATE INDEX
  320. CREATE INDEX
  321. CREATE INDEX
  322. CREATE INDEX
  323. CREATE INDEX
  324. CREATE INDEX
  325. CREATE INDEX
  326. CREATE INDEX
  327. CREATE INDEX
  328. CREATE INDEX
  329. CREATE INDEX
  330. CREATE INDEX
  331. CREATE INDEX
  332. CREATE INDEX
  333. CREATE INDEX
  334. CREATE INDEX
  335. CREATE INDEX
  336. CREATE INDEX
  337. ALTER TABLE
  338. ALTER TABLE
  339. ALTER TABLE
  340. ALTER TABLE
  341. ALTER TABLE
  342. ALTER TABLE
  343. ALTER TABLE
  344. ALTER TABLE
  345. ALTER TABLE
  346. ALTER TABLE
  347. ALTER TABLE
  348. ALTER TABLE
  349. ALTER TABLE
  350. ALTER TABLE
  351. ALTER TABLE
  352. ALTER TABLE
  353. ALTER TABLE
  354. ALTER TABLE
  355. ALTER TABLE
  356. ALTER TABLE
  357. ALTER TABLE
  358. ALTER TABLE
  359. ALTER TABLE
  360. ALTER TABLE
  361. ALTER TABLE
  362. ALTER TABLE
  363. ALTER TABLE
  364. ALTER TABLE
  365. ALTER TABLE
  366. ALTER TABLE
  367. ALTER TABLE
  368. ALTER TABLE
  369. ALTER TABLE
  370. ALTER TABLE
  371. ALTER TABLE
  372. ALTER TABLE
  373. ALTER TABLE
  374. ALTER TABLE
  375. ALTER TABLE
  376. ALTER TABLE
  377. ALTER TABLE
  378. ALTER TABLE
  379. ALTER TABLE
  380. ALTER TABLE
  381. REVOKE
  382. GRANT
  383. Izya12@nas:/Volume2/Docker/immich-app/docker# docker-compose up -d && docker-compose logs -f
  384. [+] Running 5/5
  385. ⠿ Container immich_postgres Running 0.0s
  386. ⠿ Container immich_redis Started 0.6s
  387. ⠿ Container immich_machine_learning Started 0.8s
  388. ⠿ Container immich_db_dumper Started 1.0s
  389. ⠿ Container immich_server Started 0.5s
  390. immich_db_dumper | 2024/10/02 12:47:26 Running version: v0.0.11
  391. immich_db_dumper | 2024/10/02 12:47:26 new cron: @daily
  392. immich_db_dumper | 2024/10/02 12:47:26 Opening port 8080 for health checking
  393. immich_postgres | The files belonging to this database system will be owned by user "postgres".
  394. immich_redis | 1:C 02 Oct 2024 07:47:25.908 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  395. immich_redis | 1:C 02 Oct 2024 07:47:25.908 # Redis version=6.2.14, bits=64, commit=00000000, modified=0, pid=1, just started
  396. immich_redis | 1:C 02 Oct 2024 07:47:25.908 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  397. immich_redis | 1:M 02 Oct 2024 07:47:25.908 * monotonic clock: POSIX clock_gettime
  398. immich_postgres | This user must also own the server process.
  399. immich_postgres |
  400. immich_postgres | The database cluster will be initialized with locale "en_US.utf8".
  401. immich_postgres | The default database encoding has accordingly been set to "UTF8".
  402. immich_postgres | The default text search configuration will be set to "english".
  403. immich_redis | 1:M 02 Oct 2024 07:47:25.909 * Running mode=standalone, port=6379.
  404. immich_redis | 1:M 02 Oct 2024 07:47:25.909 # Server initialized
  405. immich_redis | 1:M 02 Oct 2024 07:47:25.909 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  406. immich_redis | 1:M 02 Oct 2024 07:47:25.909 * Ready to accept connections
  407. immich_postgres |
  408. immich_postgres | Data page checksums are enabled.
  409. immich_postgres |
  410. immich_postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  411. immich_postgres | creating subdirectories ... ok
  412. immich_postgres | selecting dynamic shared memory implementation ... posix
  413. immich_postgres | selecting default max_connections ... 100
  414. immich_postgres | selecting default shared_buffers ... 128MB
  415. immich_postgres | selecting default time zone ... Asia/Yekaterinburg
  416. immich_server | Detected CPU Cores: 4
  417. immich_postgres | creating configuration files ... ok
  418. immich_postgres | running bootstrap script ... ok
  419. immich_postgres | performing post-bootstrap initialization ... ok
  420. immich_postgres | syncing data to disk ... ok
  421. immich_postgres |
  422. immich_postgres |
  423. immich_postgres | Success. You can now start the database server using:
  424. immich_postgres |
  425. immich_postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
  426. immich_postgres |
  427. immich_postgres | initdb: warning: enabling "trust" authentication for local connections
  428. immich_postgres | You can change this by editing pg_hba.conf or using the option -A, or
  429. immich_postgres | --auth-local and --auth-host, the next time you run initdb.
  430. immich_postgres | waiting for server to start....2024-10-02 12:44:53.283 +05 [50] LOG: redirecting log output to logging collector process
  431. immich_postgres | 2024-10-02 12:44:53.283 +05 [50] HINT: Future log output will appear in directory "log".
  432. immich_postgres | done
  433. immich_postgres | server started
  434. immich_postgres | CREATE DATABASE
  435. immich_postgres |
  436. immich_postgres |
  437. immich_postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  438. immich_postgres |
  439. immich_postgres | waiting for server to shut down.... done
  440. immich_postgres | server stopped
  441. immich_postgres |
  442. immich_postgres | PostgreSQL init process complete; ready for start up.
  443. immich_postgres |
  444. immich_postgres | 2024-10-02 12:44:53.876 +05 [1] LOG: redirecting log output to logging collector process
  445. immich_postgres | 2024-10-02 12:44:53.876 +05 [1] HINT: Future log output will appear in directory "log".
  446. immich_machine_learning | [10/02/24 12:47:27] INFO Starting gunicorn 23.0.0
  447. immich_machine_learning | [10/02/24 12:47:27] INFO Listening at: http://[::]:3003 (9)
  448. immich_machine_learning | [10/02/24 12:47:27] INFO Using worker: app.config.CustomUvicornWorker
  449. immich_machine_learning | [10/02/24 12:47:27] INFO Booting worker with pid: 10
  450. immich_server | Starting api worker
  451. immich_server | Starting microservices worker
  452. immich_machine_learning | [10/02/24 12:47:34] INFO Started server process [10]
  453. immich_machine_learning | [10/02/24 12:47:34] INFO Waiting for application startup.
  454. immich_machine_learning | [10/02/24 12:47:34] INFO Created in-memory cache with unloading after 300s
  455. immich_machine_learning | of inactivity.
  456. immich_machine_learning | [10/02/24 12:47:34] INFO Initialized request thread pool with 4 threads.
  457. immich_machine_learning | [10/02/24 12:47:34] INFO Application startup complete.
  458. immich_server | [Nest] 7 - 10/02/2024, 12:47:34 PM LOG [Microservices:EventRepository] Initialized websocket server
  459. immich_server | [Nest] 17 - 10/02/2024, 12:47:35 PM LOG [Api:EventRepository] Initialized websocket server
  460. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  461. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  462. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:MapRepository] Initializing metadata repository
  463. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:ServerService] Feature Flags: {
  464. immich_server | "smartSearch": true,
  465. immich_server | "facialRecognition": true,
  466. immich_server | "duplicateDetection": true,
  467. immich_server | "map": true,
  468. immich_server | "reverseGeocoding": true,
  469. immich_server | "importFaces": false,
  470. immich_server | "sidecar": true,
  471. immich_server | "search": true,
  472. immich_server | "trash": true,
  473. immich_server | "oauth": false,
  474. immich_server | "oauthAutoLaunch": false,
  475. immich_server | "passwordLogin": true,
  476. immich_server | "configFile": false,
  477. immich_server | "email": false
  478. immich_server | }
  479. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  480. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  481. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] Failed to create upload/encoded-video/.immich: Error: EEXIST: file already exists, open 'upload/encoded-video/.immich'
  482. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] The "encoded-video" folder cannot be written to, please make sure the volume is mounted with the correct permissions
  483. immich_server | api worker exited with code 1
  484. immich_server exited with code 1
  485. immich_server | Detected CPU Cores: 4
  486. immich_server | Starting api worker
  487. immich_server | Starting microservices worker
  488. immich_server | [Nest] 7 - 10/02/2024, 12:47:34 PM LOG [Microservices:EventRepository] Initialized websocket server
  489. immich_server | [Nest] 17 - 10/02/2024, 12:47:35 PM LOG [Api:EventRepository] Initialized websocket server
  490. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  491. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  492. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:MapRepository] Initializing metadata repository
  493. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:ServerService] Feature Flags: {
  494. immich_server | "smartSearch": true,
  495. immich_server | "facialRecognition": true,
  496. immich_server | "duplicateDetection": true,
  497. immich_server | "map": true,
  498. immich_server | "reverseGeocoding": true,
  499. immich_server | "importFaces": false,
  500. immich_server | "sidecar": true,
  501. immich_server | "search": true,
  502. immich_server | "trash": true,
  503. immich_server | "oauth": false,
  504. immich_server | "oauthAutoLaunch": false,
  505. immich_server | "passwordLogin": true,
  506. immich_server | "configFile": false,
  507. immich_server | "email": false
  508. immich_server | }
  509. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  510. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  511. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] Failed to create upload/encoded-video/.immich: Error: EEXIST: file already exists, open 'upload/encoded-video/.immich'
  512. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] The "encoded-video" folder cannot be written to, please make sure the volume is mounted with the correct permissions
  513. immich_server | api worker exited with code 1
  514. immich_server | Detected CPU Cores: 4
  515. immich_server | Starting api worker
  516. immich_server | Starting microservices worker
  517. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:EventRepository] Initialized websocket server
  518. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  519. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:MapRepository] Initializing metadata repository
  520. immich_server | [Nest] 17 - 10/02/2024, 12:47:50 PM LOG [Api:EventRepository] Initialized websocket server
  521. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  522. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:ServerService] Feature Flags: {
  523. immich_server | "smartSearch": true,
  524. immich_server | "facialRecognition": true,
  525. immich_server | "duplicateDetection": true,
  526. immich_server | "map": true,
  527. immich_server | "reverseGeocoding": true,
  528. immich_server | "importFaces": false,
  529. immich_server | "sidecar": true,
  530. immich_server | "search": true,
  531. immich_server | "trash": true,
  532. immich_server | "oauth": false,
  533. immich_server | "oauthAutoLaunch": false,
  534. immich_server | "passwordLogin": true,
  535. immich_server | "configFile": false,
  536. immich_server | "email": false
  537. immich_server | }
  538. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  539. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  540. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM ERROR [Api:StorageService] Failed to create upload/encoded-video/.immich: Error: EEXIST: file already exists, open 'upload/encoded-video/.immich'
  541. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM ERROR [Api:StorageService] The "encoded-video" folder cannot be written to, please make sure the volume is mounted with the correct permissions
  542. immich_server | api worker exited with code 1
  543. immich_server exited with code 1
  544. immich_server | Detected CPU Cores: 4
  545. immich_server | Starting api worker
  546. immich_server | Starting microservices worker
  547. immich_server | [Nest] 7 - 10/02/2024, 12:47:34 PM LOG [Microservices:EventRepository] Initialized websocket server
  548. immich_server | [Nest] 17 - 10/02/2024, 12:47:35 PM LOG [Api:EventRepository] Initialized websocket server
  549. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  550. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  551. immich_server | [Nest] 7 - 10/02/2024, 12:47:36 PM LOG [Microservices:MapRepository] Initializing metadata repository
  552. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:ServerService] Feature Flags: {
  553. immich_server | "smartSearch": true,
  554. immich_server | "facialRecognition": true,
  555. immich_server | "duplicateDetection": true,
  556. immich_server | "map": true,
  557. immich_server | "reverseGeocoding": true,
  558. immich_server | "importFaces": false,
  559. immich_server | "sidecar": true,
  560. immich_server | "search": true,
  561. immich_server | "trash": true,
  562. immich_server | "oauth": false,
  563. immich_server | "oauthAutoLaunch": false,
  564. immich_server | "passwordLogin": true,
  565. immich_server | "configFile": false,
  566. immich_server | "email": false
  567. immich_server | }
  568. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  569. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  570. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] Failed to create upload/encoded-video/.immich: Error: EEXIST: file already exists, open 'upload/encoded-video/.immich'
  571. immich_server | [Nest] 17 - 10/02/2024, 12:47:36 PM ERROR [Api:StorageService] The "encoded-video" folder cannot be written to, please make sure the volume is mounted with the correct permissions
  572. immich_server | api worker exited with code 1
  573. immich_server | Detected CPU Cores: 4
  574. immich_server | Starting api worker
  575. immich_server | Starting microservices worker
  576. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:EventRepository] Initialized websocket server
  577. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  578. immich_server | [Nest] 7 - 10/02/2024, 12:47:50 PM LOG [Microservices:MapRepository] Initializing metadata repository
  579. immich_server | [Nest] 17 - 10/02/2024, 12:47:50 PM LOG [Api:EventRepository] Initialized websocket server
  580. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  581. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:ServerService] Feature Flags: {
  582. immich_server | "smartSearch": true,
  583. immich_server | "facialRecognition": true,
  584. immich_server | "duplicateDetection": true,
  585. immich_server | "map": true,
  586. immich_server | "reverseGeocoding": true,
  587. immich_server | "importFaces": false,
  588. immich_server | "sidecar": true,
  589. immich_server | "search": true,
  590. immich_server | "trash": true,
  591. immich_server | "oauth": false,
  592. immich_server | "oauthAutoLaunch": false,
  593. immich_server | "passwordLogin": true,
  594. immich_server | "configFile": false,
  595. immich_server | "email": false
  596. immich_server | }
  597. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  598. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  599. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM ERROR [Api:StorageService] Failed to create upload/encoded-video/.immich: Error: EEXIST: file already exists, open 'upload/encoded-video/.immich'
  600. immich_server | [Nest] 17 - 10/02/2024, 12:47:51 PM ERROR [Api:StorageService] The "encoded-video" folder cannot be written to, please make sure the volume is mounted with the correct permissions
  601. immich_server | api worker exited with code 1
  602. immich_server | Detected CPU Cores: 4
  603. Izya12@nas:/Volume2/Docker/immich-app/docker# docker-compose down
  604. [+] Running 6/6
  605. ⠿ Container immich_server Removed 0.9s
  606. ⠿ Container immich_machine_learning Removed 0.7s
  607. ⠿ Container immich_db_dumper Removed 0.8s
  608. ⠿ Container immich_redis Removed 0.4s
  609. ⠿ Container immich_postgres Removed 1.3s
  610. ⠿ Network immich_default Removed
  611. Izya12@nas:/Volume2/Docker/immich-app/docker# ls /Volume1/Photo2/*/.immich
  612. /Volume1/Photo2/encoded-video/.immich /Volume1/Photo2/library/.immich /Volume1/Photo2/profile/.immich /Volume1/Photo2/thumbs/.immich /Volume1/Photo2/upload/.immich
  613. Izya12@nas:/Volume2/Docker/immich-app/docker# rm /Volume1/Photo2/*/.immich
  614. Izya12@nas:/Volume2/Docker/immich-app/docker# docker-compose up -d && docker-compose logs -f
  615. [+] Running 6/6
  616. ⠿ Network immich_default Created 0.1s
  617. ⠿ Container immich_redis Started 1.3s
  618. ⠿ Container immich_postgres Started 1.5s
  619. ⠿ Container immich_machine_learning Started 1.5s
  620. ⠿ Container immich_db_dumper Started 1.8s
  621. ⠿ Container immich_server Started 1.9s
  622. immich_server | Detected CPU Cores: 4
  623. immich_redis | 1:C 02 Oct 2024 07:49:26.375 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  624. immich_redis | 1:C 02 Oct 2024 07:49:26.375 # Redis version=6.2.14, bits=64, commit=00000000, modified=0, pid=1, just started
  625. immich_redis | 1:C 02 Oct 2024 07:49:26.375 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  626. immich_redis | 1:M 02 Oct 2024 07:49:26.376 * monotonic clock: POSIX clock_gettime
  627. immich_redis | 1:M 02 Oct 2024 07:49:26.376 * Running mode=standalone, port=6379.
  628. immich_redis | 1:M 02 Oct 2024 07:49:26.376 # Server initialized
  629. immich_redis | 1:M 02 Oct 2024 07:49:26.376 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  630. immich_redis | 1:M 02 Oct 2024 07:49:26.377 * Ready to accept connections
  631. immich_postgres |
  632. immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
  633. immich_db_dumper | 2024/10/02 12:49:27 Running version: v0.0.11
  634. immich_db_dumper | 2024/10/02 12:49:27 new cron: @daily
  635. immich_db_dumper | 2024/10/02 12:49:27 Opening port 8080 for health checking
  636. immich_postgres |
  637. immich_postgres | 2024-10-02 12:49:26.696 +05 [1] LOG: redirecting log output to logging collector process
  638. immich_postgres | 2024-10-02 12:49:26.696 +05 [1] HINT: Future log output will appear in directory "log".
  639. immich_machine_learning | [10/02/24 12:49:28] INFO Starting gunicorn 23.0.0
  640. immich_machine_learning | [10/02/24 12:49:28] INFO Listening at: http://[::]:3003 (9)
  641. immich_machine_learning | [10/02/24 12:49:28] INFO Using worker: app.config.CustomUvicornWorker
  642. immich_machine_learning | [10/02/24 12:49:28] INFO Booting worker with pid: 10
  643. immich_server | Starting api worker
  644. immich_server | Starting microservices worker
  645. immich_machine_learning | [10/02/24 12:49:36] INFO Started server process [10]
  646. immich_machine_learning | [10/02/24 12:49:36] INFO Waiting for application startup.
  647. immich_machine_learning | [10/02/24 12:49:36] INFO Created in-memory cache with unloading after 300s
  648. immich_machine_learning | of inactivity.
  649. immich_machine_learning | [10/02/24 12:49:36] INFO Initialized request thread pool with 4 threads.
  650. immich_machine_learning | [10/02/24 12:49:36] INFO Application startup complete.
  651. immich_server | [Nest] 7 - 10/02/2024, 12:49:40 PM LOG [Microservices:EventRepository] Initialized websocket server
  652. immich_server | [Nest] 7 - 10/02/2024, 12:49:40 PM LOG [Microservices:SystemConfigService] LogLevel=log (set via system config)
  653. immich_server | [Nest] 7 - 10/02/2024, 12:49:40 PM LOG [Microservices:MapRepository] Initializing metadata repository
  654. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:EventRepository] Initialized websocket server
  655. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:SystemConfigService] LogLevel=log (set via system config)
  656. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:ServerService] Feature Flags: {
  657. immich_server | "smartSearch": true,
  658. immich_server | "facialRecognition": true,
  659. immich_server | "duplicateDetection": true,
  660. immich_server | "map": true,
  661. immich_server | "reverseGeocoding": true,
  662. immich_server | "importFaces": false,
  663. immich_server | "sidecar": true,
  664. immich_server | "search": true,
  665. immich_server | "trash": true,
  666. immich_server | "oauth": false,
  667. immich_server | "oauthAutoLaunch": false,
  668. immich_server | "passwordLogin": true,
  669. immich_server | "configFile": false,
  670. immich_server | "email": false
  671. immich_server | }
  672. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Verifying system mount folder checks (enabled=false)
  673. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Writing initial mount file for the encoded-video folder
  674. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Writing initial mount file for the library folder
  675. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Writing initial mount file for the upload folder
  676. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Writing initial mount file for the profile folder
  677. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Writing initial mount file for the thumbs folder
  678. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Successfully enabled system mount folders checks
  679. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:StorageService] Successfully verified system mount folder checks
  680. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:NestFactory] Starting Nest application...
  681. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] BullModule dependencies initialized
  682. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] OpenTelemetryModule dependencies initialized
  683. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] TypeOrmModule dependencies initialized
  684. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] OpenTelemetryCoreModule dependencies initialized
  685. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] ConfigHostModule dependencies initialized
  686. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] DiscoveryModule dependencies initialized
  687. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] ClsModule dependencies initialized
  688. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] ConfigModule dependencies initialized
  689. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] EventEmitterModule dependencies initialized
  690. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] ScheduleModule dependencies initialized
  691. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] BullModule dependencies initialized
  692. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] BullModule dependencies initialized
  693. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] TypeOrmCoreModule dependencies initialized
  694. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] TypeOrmModule dependencies initialized
  695. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:InstanceLoader] ApiModule dependencies initialized
  696. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] APIKeyController {/api/api-keys}:
  697. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/api-keys, POST} route
  698. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/api-keys, GET} route
  699. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, GET} route
  700. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, PUT} route
  701. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, DELETE} route
  702. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] ActivityController {/api/activities}:
  703. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/activities, GET} route
  704. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/activities, POST} route
  705. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/activities/statistics, GET} route
  706. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/activities/:id, DELETE} route
  707. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AlbumController {/api/albums}:
  708. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums, GET} route
  709. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums, POST} route
  710. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/statistics, GET} route
  711. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id, GET} route
  712. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id, PATCH} route
  713. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id, DELETE} route
  714. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id/assets, PUT} route
  715. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id/assets, DELETE} route
  716. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id/users, PUT} route
  717. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id/user/:userId, PUT} route
  718. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/albums/:id/user/:userId, DELETE} route
  719. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AppController {/api}:
  720. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/.well-known/immich, GET} route
  721. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/custom.css, GET} route
  722. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AssetController {/api/assets}:
  723. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/memory-lane, GET} route
  724. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/random, GET} route
  725. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/device/:deviceId, GET} route
  726. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/statistics, GET} route
  727. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/jobs, POST} route
  728. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets, PUT} route
  729. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets, DELETE} route
  730. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id, GET} route
  731. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id, PUT} route
  732. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AssetMediaController {/api/assets}:
  733. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets, POST} route
  734. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id/original, GET} route
  735. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id/original, PUT} route
  736. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id/thumbnail, GET} route
  737. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/:id/video/playback, GET} route
  738. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/exist, POST} route
  739. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/assets/bulk-upload-check, POST} route
  740. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AuditController {/api/audit}:
  741. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/audit/deletes, GET} route
  742. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] AuthController {/api/auth}:
  743. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/auth/login, POST} route
  744. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/auth/admin-sign-up, POST} route
  745. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/auth/validateToken, POST} route
  746. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/auth/change-password, POST} route
  747. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/auth/logout, POST} route
  748. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] DownloadController {/api/download}:
  749. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/download/info, POST} route
  750. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/download/archive, POST} route
  751. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] DuplicateController {/api/duplicates}:
  752. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/duplicates, GET} route
  753. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] FaceController {/api/faces}:
  754. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/faces, GET} route
  755. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/faces/:id, PUT} route
  756. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] JobController {/api/jobs}:
  757. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/jobs, GET} route
  758. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/jobs, POST} route
  759. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/jobs/:id, PUT} route
  760. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] LibraryController {/api/libraries}:
  761. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries, GET} route
  762. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries, POST} route
  763. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, GET} route
  764. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, PUT} route
  765. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, DELETE} route
  766. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/validate, POST} route
  767. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/statistics, GET} route
  768. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/scan, POST} route
  769. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] MapController {/api/map}:
  770. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/map/markers, GET} route
  771. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/map/reverse-geocode, GET} route
  772. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RoutesResolver] MemoryController {/api/memories}:
  773. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories, GET} route
  774. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories, POST} route
  775. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories/:id, GET} route
  776. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories/:id, PUT} route
  777. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories/:id, DELETE} route
  778. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories/:id/assets, PUT} route
  779. immich_server | [Nest] 17 - 10/02/2024, 12:49:41 PM LOG [Api:RouterExplorer] Mapped {/api/memories/:id/assets, DELETE} route
  780. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] NotificationController {/api/notifications}:
  781. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/notifications/test-email, POST} route
  782. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] OAuthController {/api/oauth}:
  783. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/oauth/mobile-redirect, GET} route
  784. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/oauth/authorize, POST} route
  785. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/oauth/callback, POST} route
  786. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/oauth/link, POST} route
  787. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/oauth/unlink, POST} route
  788. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] PartnerController {/api/partners}:
  789. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/partners, GET} route
  790. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/partners/:id, POST} route
  791. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/partners/:id, PUT} route
  792. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/partners/:id, DELETE} route
  793. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] PersonController {/api/people}:
  794. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people, GET} route
  795. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people, POST} route
  796. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people, PUT} route
  797. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id, GET} route
  798. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id, PUT} route
  799. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id/statistics, GET} route
  800. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id/thumbnail, GET} route
  801. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id/assets, GET} route
  802. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id/reassign, PUT} route
  803. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/people/:id/merge, POST} route
  804. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] ReportController {/api/reports}:
  805. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/reports, GET} route
  806. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/reports/checksum, POST} route
  807. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/reports/fix, POST} route
  808. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SearchController {/api/search}:
  809. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/metadata, POST} route
  810. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/random, POST} route
  811. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/smart, POST} route
  812. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/explore, GET} route
  813. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/person, GET} route
  814. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/places, GET} route
  815. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/cities, GET} route
  816. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/search/suggestions, GET} route
  817. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] ServerController {/api/server}:
  818. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/about, GET} route
  819. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/storage, GET} route
  820. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/ping, GET} route
  821. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/version, GET} route
  822. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/features, GET} route
  823. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/theme, GET} route
  824. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/config, GET} route
  825. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/statistics, GET} route
  826. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/media-types, GET} route
  827. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/license, PUT} route
  828. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/license, DELETE} route
  829. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server/license, GET} route
  830. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] ServerInfoController {/api/server-info}:
  831. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/about, GET} route
  832. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/storage, GET} route
  833. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/ping, GET} route
  834. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/version, GET} route
  835. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/features, GET} route
  836. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/theme, GET} route
  837. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/config, GET} route
  838. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/statistics, GET} route
  839. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/server-info/media-types, GET} route
  840. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SessionController {/api/sessions}:
  841. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/sessions, GET} route
  842. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/sessions, DELETE} route
  843. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/sessions/:id, DELETE} route
  844. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SharedLinkController {/api/shared-links}:
  845. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links, GET} route
  846. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/me, GET} route
  847. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, GET} route
  848. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links, POST} route
  849. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, PATCH} route
  850. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, DELETE} route
  851. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id/assets, PUT} route
  852. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id/assets, DELETE} route
  853. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] StackController {/api/stacks}:
  854. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks, GET} route
  855. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks, POST} route
  856. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks, DELETE} route
  857. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, GET} route
  858. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, PUT} route
  859. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, DELETE} route
  860. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SyncController {/api/sync}:
  861. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/sync/full-sync, POST} route
  862. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/sync/delta-sync, POST} route
  863. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SystemConfigController {/api/system-config}:
  864. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-config, GET} route
  865. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-config/defaults, GET} route
  866. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-config, PUT} route
  867. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-config/storage-template-options, GET} route
  868. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] SystemMetadataController {/api/system-metadata}:
  869. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-metadata/admin-onboarding, GET} route
  870. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-metadata/admin-onboarding, POST} route
  871. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/system-metadata/reverse-geocoding-state, GET} route
  872. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] TagController {/api/tags}:
  873. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags, POST} route
  874. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags, GET} route
  875. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags, PUT} route
  876. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/assets, PUT} route
  877. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/:id, GET} route
  878. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/:id, PUT} route
  879. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/:id, DELETE} route
  880. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/:id/assets, PUT} route
  881. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/tags/:id/assets, DELETE} route
  882. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] TimelineController {/api/timeline}:
  883. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/timeline/buckets, GET} route
  884. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/timeline/bucket, GET} route
  885. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] TrashController {/api/trash}:
  886. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/trash/empty, POST} route
  887. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/trash/restore, POST} route
  888. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/trash/restore/assets, POST} route
  889. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] UserAdminController {/api/admin/users}:
  890. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users, GET} route
  891. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users, POST} route
  892. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, GET} route
  893. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, PUT} route
  894. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, DELETE} route
  895. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/preferences, GET} route
  896. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/preferences, PUT} route
  897. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/restore, POST} route
  898. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] UserController {/api/users}:
  899. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users, GET} route
  900. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me, GET} route
  901. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me, PUT} route
  902. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me/preferences, GET} route
  903. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me/preferences, PUT} route
  904. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me/license, GET} route
  905. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me/license, PUT} route
  906. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/me/license, DELETE} route
  907. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/:id, GET} route
  908. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/profile-image, POST} route
  909. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/profile-image, DELETE} route
  910. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/users/:id/profile-image, GET} route
  911. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RoutesResolver] ViewController {/api/view}:
  912. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/view/folder/unique-paths, GET} route
  913. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:RouterExplorer] Mapped {/api/view/folder, GET} route
  914. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:NestApplication] Nest application successfully started
  915. immich_server | [Nest] 17 - 10/02/2024, 12:49:42 PM LOG [Api:Bootstrap] Immich Server is listening on http://[::1]:3001 [v1.116.2] [PRODUCTION]
  916. immich_server | [Nest] 17 - 10/02/2024, 12:49:46 PM LOG [Api:EventRepository] Websocket Connect: binXE9ypuAC3jJgKAAAB
  917. immich_server | [Nest] 17 - 10/02/2024, 12:49:46 PM ERROR [Api:EventRepository] Websocket connection error: UnauthorizedException: Invalid user token
  918. immich_server | UnauthorizedException: Invalid user token
  919. immich_server | at AuthService.validateSession (/usr/src/app/dist/services/auth.service.js:337:15)
  920. immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  921. immich_server | at async AuthService.authenticate (/usr/src/app/dist/services/auth.service.js:121:25)
  922. immich_server | at async EventRepository.handleConnection (/usr/src/app/dist/repositories/event.repository.js:53:26)
  923. immich_server | [Nest] 17 - 10/02/2024, 12:49:46 PM LOG [Api:EventRepository] Websocket Disconnect: binXE9ypuAC3jJgKAAAB
  924. immich_server | [Nest] 17 - 10/02/2024, 12:49:52 PM LOG [Api:EventRepository] Websocket Connect: Ia5AEMpWUH68yFrKAAAD
  925. immich_server | [Nest] 17 - 10/02/2024, 12:49:52 PM LOG [Api:EventRepository] Websocket Disconnect: Ia5AEMpWUH68yFrKAAAD
  926. immich_server | [Nest] 17 - 10/02/2024, 12:49:52 PM ERROR [Api:EventRepository] Websocket connection error: UnauthorizedException: Invalid user token
  927. immich_server | UnauthorizedException: Invalid user token
  928. immich_server | at AuthService.validateSession (/usr/src/app/dist/services/auth.service.js:337:15)
  929. immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  930. immich_server | at async AuthService.authenticate (/usr/src/app/dist/services/auth.service.js:121:25)
  931. immich_server | at async EventRepository.handleConnection (/usr/src/app/dist/repositories/event.repository.js:53:26)
  932. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:MapRepository] Geodata import completed
  933. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:MetadataService] Initialized local reverse geocoder
  934. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:ServerService] Feature Flags: {
  935. immich_server | "smartSearch": true,
  936. immich_server | "facialRecognition": true,
  937. immich_server | "duplicateDetection": true,
  938. immich_server | "map": true,
  939. immich_server | "reverseGeocoding": true,
  940. immich_server | "importFaces": false,
  941. immich_server | "sidecar": true,
  942. immich_server | "search": true,
  943. immich_server | "trash": true,
  944. immich_server | "oauth": false,
  945. immich_server | "oauthAutoLaunch": false,
  946. immich_server | "passwordLogin": true,
  947. immich_server | "configFile": false,
  948. immich_server | "email": false
  949. immich_server | }
  950. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:StorageService] Verifying system mount folder checks (enabled=true)
  951. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:StorageService] Successfully verified system mount folder checks
  952. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:NestFactory] Starting Nest application...
  953. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
  954. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] OpenTelemetryModule dependencies initialized
  955. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] TypeOrmModule dependencies initialized
  956. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] OpenTelemetryCoreModule dependencies initialized
  957. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] ConfigHostModule dependencies initialized
  958. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] DiscoveryModule dependencies initialized
  959. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] ClsModule dependencies initialized
  960. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] ConfigModule dependencies initialized
  961. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] EventEmitterModule dependencies initialized
  962. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
  963. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
  964. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] TypeOrmCoreModule dependencies initialized
  965. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] TypeOrmModule dependencies initialized
  966. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:InstanceLoader] MicroservicesModule dependencies initialized
  967. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:NestApplication] Nest application successfully started
  968. immich_server | [Nest] 7 - 10/02/2024, 12:51:26 PM LOG [Microservices:Bootstrap] Immich Microservices is running [v1.116.2] [PRODUCTION]
  969.  
Advertisement
Add Comment
Please, Sign In to add comment