Skip to content
New issue

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

missing information in UI why an data import fails #481

Open
sseide opened this issue May 25, 2022 · 0 comments
Open

missing information in UI why an data import fails #481

sseide opened this issue May 25, 2022 · 0 comments
Assignees
Labels

Comments

@sseide
Copy link
Collaborator

sseide commented May 25, 2022

importing data into redis via menu "More" -> "Import" does not show error messages when something fails.
It just shows "Inserted: 0 Errors: 0".

In the server-side logs might be a message similar to the following, but no information/hint is shown in the web UI.

Could't not import redis data! ReplyError: NOREPLICAS Not enough good replicas to write.
    at parseError (/redis-commander/node_modules/redis-parser/lib/parser.js:179:12)
    at parseType (/redis-commander/node_modules/redis-parser/lib/parser.js:302:14) {
  command: {
    name: 'set',
    args: [ '/path/to/key', 'value' ]
  }
}
@sseide sseide added the bug label May 25, 2022
@sseide sseide self-assigned this May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant