patrikx3/redis-ui

Long password get trancated

Deadly0 opened this issue · 13 comments

Hi, i use long password for redis and looks like P3X Redis UI trancate it on save.
screencast https://take.ms/pLpnS

on my server i use a 128 length password. i doubt that is the error.
can you paste error log?

How to get error log?

depends are you in electron or website?

electron

patrikx3@workstation:~/opt$ ./P3X-Redis-UI-2020.4.140.AppImage 
using home config is /home/patrikx3/.p3xrs-conns.json
[2020/05/01 17:12:04.411] [P3XRS] [PID: 015417]  [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397
[2020/05/01 17:12:04.747] [P3XRS] [PID: 015417]  [INFO] Checking for update
[2020/05/01 17:12:06.603] [P3XRS] [PID: 015417]  [INFO] socket.io connected lwRN4hVGI3q213dasd
[2020/05/01 17:12:06.749] [P3XRS] [PID: 015417]  [WARN] shared disconnectRedisIo try
[2020/05/01 17:12:06.749] [P3XRS] [PID: 015417]  [INFO] socket.io connection-connect added new socket.id lwRN4hVGI3q213dasd to P3Xidf125214266101123111313123 name with server
[2020/05/01 17:12:06.753] [P3XRS] [PID: 015417]  [INFO] socket.io connection-connect P3Xidf125214266101123111313123 server connected
[2020/05/01 17:12:06.760] [P3XRS] [PID: 015417]  [WARN] socket.io getStreamKeys dbsize 267 count 100
[2020/05/01 17:12:07.219] [P3XRS] [PID: 015417]  [INFO] Update for version 2020.4.140 is not available (latest version: 2020.4.140, downgrade is disallowed).
[2020/05/01 17:12:07.220] [P3XRS] [PID: 015417]  [DEBUG] checkForUpdatesAndNotify called, downloadPromise is null

I can't find any log files in Windows, but i found .p3xrs-conns.json and the password saved correctry.
But I still can't connect.
P3X Redis UI v2020 4 140 2020-05-01 18 25 59 (1)

execute the app from the terminal...

I use redis 5 on my server if it helps

hold on, i release a hotfix.

Thank you, the app is working now