We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot upgrade to NC13.
NC-upgrade itself worked, but spreed won't update.
Error:
Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing 'INSERT INTO HhHvb_talk_rooms (name, token, type, password) VALUES(?, ?, ?, ?)' with params ["", "6634", 3, ""]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '6634' for key 'tr_room_token'
HhHvb_talk_rooms
name
token
type
password
What can I do to have this fixed? Already had spreed installed in NC 12.0.5
Please help.
The text was updated successfully, but these errors were encountered:
cc @Ivansss @nickvergessen
This should be reported in the spreed/talk repo: https://github.com/nextcloud/spreed
Sorry, something went wrong.
Ref nextcloud/spreed#630
No branches or pull requests
Cannot upgrade to NC13.
NC-upgrade itself worked, but spreed won't update.
Error:
Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing 'INSERT INTO
HhHvb_talk_rooms
(name
,token
,type
,password
) VALUES(?, ?, ?, ?)' with params ["", "6634", 3, ""]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '6634' for key 'tr_room_token'What can I do to have this fixed? Already had spreed installed in NC 12.0.5
Please help.
The text was updated successfully, but these errors were encountered: