Guest User

shines homarr error log

a guest
Feb 27th, 2024
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. Exporting hostname...
  2. Migrating database...
  3. yarn run v1.22.19
  4. $ ts-node ./migrate.ts
  5. Done in 1.49s.
  6. Starting production server...
  7. Listening on port 7575 url: http://50243eeefefe:7575
  8. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  9. ℹ Database is writeable
  10. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  11. ℹ Database is writeable
  12. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  13. ℹ Database is writeable
  14. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  15. ℹ Database is writeable
  16. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  17. ℹ Database is writeable
  18. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  19. ℹ Database is writeable
  20. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  21. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  22. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  23. ℹ Database is writeable
  24. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  25. ℹ Database is writeable
  26. ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
  27. ℹ Database is writeable
  28. user shines is trying to log in. checking password...
  29. user shines successfully authorized
  30. ℹ Local icons repository directory exists and contains 0 icons
  31. ℹ Saving updated configuration of 'default' config.
  32. ℹ Local icons repository directory exists and contains 0 icons
  33. ℹ Local icons repository directory exists and contains 0 icons
  34. ℹ Local icons repository directory exists and contains 0 icons
  35. ℹ Local icons repository directory exists and contains 0 icons
  36. ℹ Saving updated configuration of 'default' config.
  37. ℹ Saving updated configuration of 'default' config.
  38. ℹ Local icons repository directory exists and contains 0 icons
  39. ℹ Local icons repository directory exists and contains 0 icons
  40. ℹ Local icons repository directory exists and contains 0 icons
  41. Stacktrace:
  42. ptr1=0x2ba327b82151
  43. ptr2=0x500000000
  44. ptr3=0x2114dc99af9
  45. ptr4=(nil)
  46. 
  47. ptr5=0x8
  48. ptr6=0x2114dc99b31
  49. failure_message_object=0x7fff357401f0
  50. Error: socket hang up
  51. at connResetException (node:internal/errors:714:14)
  52. at Socket.socketOnEnd (node:_http_client:519:23)
  53. at Socket.emit (node:events:523:35)
  54. at endReadableNT (node:internal/streams/readable:1367:12)
  55. at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  56. code: 'ECONNRESET'
  57. }
  58. Error: socket hang up
  59. at connResetException (node:internal/errors:714:14)
  60. at Socket.socketOnEnd (node:_http_client:519:23)
  61. at Socket.emit (node:events:523:35)
  62. at endReadableNT (node:internal/streams/readable:1367:12)
  63. at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  64. code: 'ECONNRESET'
  65. }
  66. [next-auth][error][CLIENT_FETCH_ERROR]
  67. https://next-auth.js.org/errors#client_fetch_error fetch failed {
  68. error: {
  69. message: 'fetch failed',
  70. stack: 'TypeError: fetch failed\n' +
  71. ' at Object.fetch (/app/node_modules/next/dist/compiled/undici/index.js:1:26669)',
  72. name: 'TypeError'
  73. },
  74. url: 'http://50243eeefefe:7575/api/auth/session',
  75. message: 'fetch failed'
  76. }
Advertisement
Add Comment
Please, Sign In to add comment