sok777
(sok)
30 augustus 2022 om 23:04
1
New bug found, not sure why but it seems to have happened after updating chat plugin?
/message-bus/14465e3bdd9d46ca82926e066feb90c5/poll?dlp=t:1 Failed to load resource: the server responded with a status of 429 ()
direct_messages.json?usernames=demo1:1 Failed to load resource: the server responded with a status of 404 ()
direct_messages/create.json:1 Failed to load resource: the server responded with a status of 500 ()
j.jaffeux
(Joffrey Jaffeux)
30 augustus 2022 om 23:05
2
Hi sok, it seems related to your environment, we don’t have any report of this kind of issues in any other setup. Do you have any error in /logs ?
sok777
(sok)
30 augustus 2022 om 23:10
3
This is what I can find:
@j.jaffeux TIA
Edit:
I should mention previous personal chats are working fine!
1 like
j.jaffeux
(Joffrey Jaffeux)
30 augustus 2022 om 23:24
4
Did you only update the plugin and not discourse itself? If not please try to update discourse too.
1 like
sok777
(sok)
30 augustus 2022 om 23:25
5
I did. I avoided jumping onto 2.9 beta. Would that do the trick? Normally we update using a re-build so we want to avoid downtime. Would it work via the dashboard?
sam
(Sam Saffron)
30 augustus 2022 om 23:41
7
At the moment while we are in beta we only support latest tests-passed
with chat. In a few months this decoupled update will not even be an option. We will distribute the discourse-chat plugin directly in the Discourse repository.
3 likes
sok777
(sok)
30 augustus 2022 om 23:44
8
So this means if I’m not on the latest discourse release (beta/official) chat won’t work? slightly confused. Thanks @sam
sok777
(sok)
30 augustus 2022 om 23:47
10
Got ya. Thx!
How do I opt out of Discourse beta branch? I can’t even remember how we set it up
1 like
sam
(Sam Saffron)
30 augustus 2022 om 23:50
11
Just comment out this line in your container config and do a rebuild.
params:
db_default_text_search_config: "pg_catalog.english"
## Set db_shared_buffers to a max of 25% of the total memory.
## will be set automatically by bootstrap based on detected RAM, or you can override
#db_shared_buffers: "256MB"
## can improve sorting performance, but adds memory usage per-connection
#db_work_mem: "40MB"
## Which Git revision should this container use? (default: tests-passed)
#version: tests-passed
env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
# DISCOURSE_DEFAULT_LOCALE: en
## How many concurrent web requests are supported? Depends on memory and CPU cores.
2 likes
sok777
(sok)
30 augustus 2022 om 23:51
12
Thanks! I thought so. Just trying to avoid downtime.
The version I’m showed now is 2.9.0.beta9 - I assume this isn’t classified as “tests-passed”.
sam
(Sam Saffron)
30 augustus 2022 om 23:55
13
beta9 atm is tests passed beta8 is beta… we probably want to clean up some of our naming here cause it gets a bit confusing.
I think all you need to do is use your web updater and update everything. There is no downtime for that.
4 likes
mcwumbly
(Dave McClure)
31 augustus 2022 om 20:55
15
I’ve added the following note at the top of the docs as well:
For compatibility, Discourse must also be kept up to date with the tests-passed
branch when updating to new versions of the chat plugin.
5 likes
system
(system)
gesloten
30 september 2022 om 20:55
16
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.