Richie
(Richie Rich)
6월 14, 2021, 11:26오전
1
If I try to edit a post which I have just created, I get the following error:
That post was edited by another user and your changes can no longer be saved
eg:
The “Save Edit” button also renames itself to “Overwrite Edit”.
This has only started happening since I updated on Friday to “2.8.0.beta2” ( 4681c670c0 )
If it helps, I update weekly, so this is a new issue which has appeared between Friday 4th June 2021 and Friday 11th June 2021.
It happens here on meta too (as per my screen shot).
I cannot work out the pattern to it. It does not happen every time, just sometimes
Several of our users have reported this too.
9개의 좋아요
Richie
(Richie Rich)
6월 14, 2021, 12:31오후
3
Sounds like the exact same issue
1개의 좋아요
Richie
(Richie Rich)
6월 14, 2021, 12:32오후
4
Just happened again right here!
2개의 좋아요
justin
(Justin DiRose)
6월 14, 2021, 7:35오후
6
A few of us on the team have seen this as well. We’re aware and looking into it.
9개의 좋아요
sam
(Sam Saffron)
6월 15, 2021, 2:34오전
7
Yes I just got one of these today, @nbianca is going to have a look.
3개의 좋아요
andrei
(Andrei Prigorshnev)
6월 15, 2021, 9:35오전
10
The topic Error message when editing posts is a duplicate of this one.
1개의 좋아요
nbianca
(Bianca)
6월 15, 2021, 9:24오후
13
Yes, all known problems are fixed.
8개의 좋아요
sam
(Sam Saffron)
6월 16, 2021, 12:50오전
15
This is now merged, should be live here in a 20-30 minutes.
10개의 좋아요
Unfortunately this is not yet fixed. My users are still getting the overwrite edits message and I just saw it myself. Running 2.8.0.beta2 ( 0f9d31a85e ).
On another note, when trying to upload the first screenshot to meta.discourse I just got an error
PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "uploads_pkey"
Retrying it worked.
1개의 좋아요
jomaxro
(Joshua Rosenfeld)
6월 16, 2021, 4:33오후
17
I too can still reproduce this here on Meta.
5개의 좋아요
sam
(Sam Saffron)
6월 17, 2021, 12:59오전
19
@nbianca this was very hard to isolate but I have a 100% consistent repro.
Make a post with the text:
hello world 123 hello world
Make sure there is a trailing space after the final world word.
Type in world SPACE
Then quickly try to edit your post adding a few letters to the end.
Something about our internal logic is “stripping” trailing and leading spaces and then tripping up the algorithm that detects that a post changed.
10개의 좋아요
nbianca
(Bianca)
6월 17, 2021, 8:27오전
20
I tested this so long, but never thought about adding spaces. I was focused on timing rather than on content.
https://github.com/discourse/discourse/pull/13414
The PR above will let the server return the raw and use that to update the post record.
14개의 좋아요
I’m impressed you found it, given what it was! So far the fix looks good, thanks again everybody.
1개의 좋아요
Sorry, not fixed @nbianca . The exact sequence @sam noted still triggers the bug. Running 2.8.0.beta2 ( 0c42a29dc4 ).
And in fact I just got the error editing this very post on meta.discourse.
nbianca
(Bianca)
6월 17, 2021, 5:15오후
24
Is there anything special you did about this? Did you post and then tried to immediately edit the post or did you wait some time (refresh the page) and then attempted to edit?
Did your post have any whitespaces like before?
1개의 좋아요
For testing on my own site, I followed Sam’s instructions. For here, I went to edit in your tag and got the error.
Hmm, I have an easy repro on try.discourse.org .. post, then edit and add characters, I get
That post was edited by another user and your changes can no longer be saved.
I’m a little worried about this code path if we’re breaking it so easily and having such trouble fixing it
6개의 좋아요