Closed S0ulf3re closed 9 months ago
I do not reproduce crash, tested with Online docker 23.05.4 and 23.05.6.
@S0ulf3re Do you have LanguageTool server running? Did that work before for you?
Yes, the app is running through docker. I'm not using the official collabora image though. All the requests also seem to be going through to LanguageTool as well based on what I've seen in the logs. It seems to be an issue with collabora itself.
Not clear if you set own or remote LanguageTool server and how exactly.
I set my own. Specifically through docker compose like
# Collabora - LibreOffice Online
nextcloud-office:
container_name: collabora
image: collabora/code:latest
environment:
#- "domain=office\\.example\\.com"
- "aliasgroup1=https://drive\\.example\\.com:443"
- username=${COLLABORA_USERNAME}
- password=${COLLABORA_PASSWORD}
- "dictionaries=en_GB en_US"
- "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:server_name=office.example.com --o:languagetool.enabled=true --o:languagetool.base_url=http://languagetool:8010/v2"
- ALLOWED_HOSTS=drive.example.com
cap_add:
- MKNOD
- NET_ADMIN
depends_on:
- nextcloud
networks:
- traefik-public
- nextcloud
# Languagetool - for Collabora
languagetool:
image: erikvl87/languagetool:latest
container_name: languagetool
ports:
- 8463:8010 # Using default port from the image
environment:
- langtool_languageModel=/ngrams # OPTIONAL: Using ngrams data
- Java_Xms=512m # OPTIONAL: Setting a minimal Java heap size of 512 mib
- Java_Xmx=2g # OPTIONAL: Setting a maximum Java heap size of 1 Gib
volumes:
- /docker/collabora/languagetool/ngrams:/ngrams
networks:
- nextcloud
On Monday, January 1, 2024 07:59:48 (-05:00), Timur wrote:
Not clear if you set own or remote LanguageTool server and how exactly.
— Reply to this email directly, view it on GitHub https://github.com/CollaboraOnline/online/issues/7880#issuecomment-1873318263 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7YXTBCXUG6DCDCYZTBLXDYMKXMJAVCNFSM6AAAAABA6IFVF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTGMYTQMRWGM . You are receiving this because you were mentioned.
There was some fix in 23.05.7, please see if you reproduce still. Which language do you use for UI and language in this case?
I'm using english for the UI and language, and it seems to be working fine on Firefox 121.0.1 now having applied the update.
Thanks, let us close.
Describe the Bug
Instead of opening the window to check spelling, collabora simply restarts when it's button is clicked
Steps to Reproduce
Expected Behavior
The spelling button opens the spelling window
Actual Behavior
The editor simply restarts and gives a backtrace in the logs
Desktop
(Please complete the following information)
Additional Context
Related Fourm Post Backtrace