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

nextCloudCmd throws error 'Sqlite exec statement error: 5 "database is locked"' #3840

Closed
pb-businessacts opened this issue Sep 27, 2021 · 72 comments
Assignees
Labels

Comments

@pb-businessacts
Copy link

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Expected behaviour

nextCloudCmd shoud start and work.

Actual behaviour

I get the error 'Sqlite exec statement error: 5 "database is locked" (see screenshot) and somtimes after a long waitingtime the synchronisation starts.
image

Steps to reproduce

  1. Start nexcloudCmd for initialize the clientside files
  2. After initial sychronisation start nextcloudCmd again

My call:
"C:\Program Files (x86)\appdir\nextcloudcmd.exe" --trust --path "sellify_documents_dev/sellifyontoursync" --non-interactive -u myuser -p mypassword --unsyncedfolders "C:\Program Files (x86)\IgnoreLists\default_ignore.txt" C:\sellify_documents https://myserver/nextcloud

Client configuration

Client version:
Nextcloud version 3.3.2stable-Win64 (build 20210826)
Git revision 50453d9
Using Qt 5.12.9, built against Qt 5.12.9
Using 'OpenSSL 1.1.1g 21 Apr 2020'
Running on Windows Server 2016 (10.0), x86_64

Operating system:
Windows Server 2019 Standard 64bit

OS language:
German

Installation path of client:

Storage backend (external storage):
Networkdrive

@FlexW
Copy link

FlexW commented Sep 27, 2021

Is your nextcloud client running? You probably need to stop it. The database gets locked exclusively by it.

@pb-businessacts
Copy link
Author

No, nextCloudClient is not running on this machine.

@Tachi107
Copy link

Tachi107 commented Oct 8, 2021

Maybe this happens because the exclusive lock is not released when nextcloudcmd terminates?

Edit: this seems related to #3422 and maybe #3222

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Nov 6, 2021
@Senth
Copy link

Senth commented Nov 12, 2021

I get the same problem, and with 10+ folders to sync, this means my sync takes approx 10min when I used selective sync.

Also commenting so this issue won't be closed like the two others :(

@github-actions github-actions bot removed the stale label Nov 13, 2021
@beardhatcode
Copy link

I also have this issue with:

Nextcloud version 3.3.6git
Git revision 6d3270dd251db42293233d5622a610ea172dabef
Using Qt 5.15.3, built against Qt 5.15.3
Using 'OpenSSL 1.1.1l  24 Aug 2021'
Running on NixOS 22.05 (Quokka), x86_64

@uwe347
Copy link

uwe347 commented Dec 1, 2021

Same problem with:

$ nextcloudcmd --version
Nextcloud version 3.4.0-20211129.184724.c004db207-1.0~focal1
Using Qt 5.12.8, built against Qt 5.12.8
Using 'OpenSSL 1.1.1f  31 Mar 2020'
Running on Ubuntu 20.04.3 LTS, x86_64

I observed that this only happens together with option --unsyncedfolders. Logging output shows:

12-01 09:23:47:292 [ info nextcloud.sync.database ]:	sqlite3 version "3.31.1"
12-01 09:23:47:292 [ info nextcloud.sync.database ]:	sqlite3 locking_mode= "exclusive"
12-01 09:23:47:292 [ info nextcloud.sync.database ]:	sqlite3 journal_mode= "wal"
12-01 09:23:47:292 [ info nextcloud.sync.database ]:	sqlite3 synchronous= "NORMAL"
12-01 09:25:29:542 [ warning nextcloud.sync.database.sql ]:	Sqlite exec statement error: 5 "database is locked" in "UPDATE metadata SET md5='_invalid_' WHERE (?1 == path OR (?1 > (path||'/') AND ?1 < (path||'0'))) AND type == 2;"
12-01 09:27:11:788 [ warning nextcloud.sync.database.sql ]:	Sqlite exec statement error: 5 "database is locked" in "DELETE FROM selectivesync WHERE type == ?1"
12-01 09:27:11:788 [ warning nextcloud.sync.database ]:	SQL error when deleting selective sync list ("Archiv/", "weitereDOTX/") "database is locked"
12-01 09:28:54:030 [ warning nextcloud.sync.database.sql ]:	Sqlite exec statement error: 5 "database is locked" in "INSERT INTO selectivesync VALUES (?1, ?2)"
12-01 09:28:54:030 [ warning nextcloud.sync.database ]:	SQL error when inserting into selective sync 1 "Archiv/" "database is locked"
12-01 09:30:36:282 [ warning nextcloud.sync.database.sql ]:	Sqlite exec statement error: 5 "database is locked" in "INSERT INTO selectivesync VALUES (?1, ?2)"
12-01 09:30:36:282 [ warning nextcloud.sync.database ]:	SQL error when inserting into selective sync 1 "weitereDOTX/" "database is locked"
12-01 09:30:36:282 [ warning nextcloud.sync.database ]:	ERROR committing to the database: "cannot commit transaction - SQL statements in progress"

After this, syncing resumes quite normally - but a change in my --unsyncedfolders -file is not obeyed. This is not surprising since the above "warning"-Message tells "SQL error when inserting into selective sync" (in that case i added the line "weitereDOTX" to my --unsyncedfolders -file, which before had only one line: "Archiv"). So fixing this bug is not only necessary to avoid the "database locked" -delay (which takes about five minutes), but also to bring any change in --unsyncedfolders -file to work.

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Jan 1, 2022
@beardhatcode
Copy link

Problem still exists on 3.4.1 fa32c10

$ nextcloudcmd --version
Nextcloud version 3.4.1git
Git revision fa32c100148925092c9a320e6f8e2e0130b9cb6a
Using Qt 5.15.3, built against Qt 5.15.3
Using 'OpenSSL 1.1.1l  24 Aug 2021'
Running on NixOS 22.05 (Quokka), x86_64

@github-actions

This comment was marked as outdated.

@Tachi107

This comment was marked as resolved.

@beardhatcode
Copy link

I get the error for DELETE FROM selectivesync WHERE type == ?1.

01-25 11:10:06:228 [ info nextcloud.sync.accessmanager ]:       2 "" "https://HOST/ocs/v1.php/cloud/capabilities?format=json" has X-Request-ID "b8962a4e-2aa8-4305-b0a4-8608b739d654"
01-25 11:10:06:228 [ info nextcloud.sync.networkjob ]:  OCC::JsonApiJob created for "https://HOST" + "ocs/v1.php/cloud/capabilities" ""
01-25 11:10:09:876 [ info nextcloud.sync.networkjob.jsonapi ]:  JsonApiJob of QUrl("https://HOST/ocs/v1.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
01-25 11:10:09:876 [ debug default ]    [ main(int, char**)::<lambda ]: Server capabilities QJsonObject(...REDACTED...)
01-25 11:10:09:876 [ info nextcloud.sync.accessmanager ]:       2 "" "https://HOST/ocs/v1.php/cloud/user?format=json" has X-Request-ID "REDACTED"
01-25 11:10:09:877 [ info nextcloud.sync.networkjob ]:  OCC::JsonApiJob created for "https://HOST" + "ocs/v1.php/cloud/user" ""
01-25 11:10:11:588 [ info nextcloud.sync.networkjob.jsonapi ]:  JsonApiJob of QUrl("https://HOST/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
01-25 11:10:11:733 [ info nextcloud.sync.database ]:    sqlite3 version "3.37.0"
01-25 11:10:11:733 [ info nextcloud.sync.database ]:    sqlite3 locking_mode= "exclusive"
01-25 11:10:11:733 [ info nextcloud.sync.database ]:    sqlite3 journal_mode= "wal"
01-25 11:10:11:733 [ info nextcloud.sync.database ]:    sqlite3 synchronous= "NORMAL"
01-25 11:11:53:926 [ warning nextcloud.sync.database.sql ]:     Sqlite exec statement error: 5 "database is locked" in "DELETE FROM selectivesync WHERE type == ?1"
01-25 11:11:53:927 [ warning nextcloud.sync.database ]: SQL error when deleting selective sync list ("InstantUpload/") "database is locked"
01-25 11:13:36:152 [ warning nextcloud.sync.database.sql ]:     Sqlite exec statement error: 5 "database is locked" in "INSERT INTO selectivesync VALUES (?1, ?2)"
01-25 11:13:36:152 [ warning nextcloud.sync.database ]: SQL error when inserting into selective sync 1 "InstantUpload/" "database is locked"
01-25 11:13:36:152 [ warning nextcloud.sync.database ]: ERROR committing to the database: "cannot commit transaction - SQL statements in progress"
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      There are 1175386542080 bytes available at "/home/beardhatcode/Nextcloud/"
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      Sync with existing sync journal
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      "Using Qt 5.15.3 SSL library OpenSSL 1.1.1l  24 Aug 2021 on NixOS 22.05 (Quokka)"
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      Using Selective Sync
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      #### Discovery start ####################################################
01-25 11:13:36:160 [ info nextcloud.sync.engine ]:      Server ""
01-25 11:13:36:167 [ info sync.discovery ]:     STARTING "" OCC::ProcessDirectoryJob::NormalQuery "" OCC::ProcessDirectoryJob::NormalQuery
...

With

[nix-shell:~]$ nextcloudcmd --version
Nextcloud version 3.4.1git
Git revision fa32c100148925092c9a320e6f8e2e0130b9cb6a
Using Qt 5.15.3, built against Qt 5.15.3
Using 'OpenSSL 1.1.1l  24 Aug 2021'
Running on NixOS 22.05 (Quokka), x86_64

@beardhatcode beardhatcode reopened this Jan 25, 2022
@github-actions github-actions bot removed the stale label Jan 25, 2022
@brendan-pike
Copy link

Also effecting me.
02-07 19:36:10:571 [ warning nextcloud.sync.database ]: ERROR committing to the database: "database is locked"

ps. auto closing tickets is such a false economy.

@Adspectus
Copy link

Adspectus commented Feb 22, 2022

I have the same problem with:

Nextcloud version 3.4.2-20220209.150345.b0791e51c-1.0~focal1
Using Qt 5.12.8, built against Qt 5.12.8
Using 'OpenSSL 1.1.1f  31 Mar 2020'
Running on Ubuntu 20.04.4 LTS, x86_64

Additional Info:

I run nextcloudcmd twice in the last 24 hours, this is the output from the commands (I have deleted the sync file in between):

/usr/bin/nextcloudcmd -u USER -p PASSWORD --exclude FILE LOCALPATH https://MYSERVER.COM 
02-21 20:13:55:053 [ info nextcloud.sync.accessmanager ]:	2 "" "https://MYSERVER.COM/ocs/v1.php/cloud/capabilities?format=json" has X-Request-ID "cdd63e1b-ed37-44b5-831b-528a418c7620"
02-21 20:13:55:053 [ info nextcloud.sync.networkjob ]:	OCC::JsonApiJob created for "https://MYSERVER.COM" + "ocs/v1.php/cloud/capabilities" ""
02-21 20:13:55:493 [ info nextcloud.sync.networkjob.jsonapi ]:	JsonApiJob of QUrl("https://MYSERVER.COM/ocs/v1.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
02-21 20:13:55:495 [ debug default ]	[ main(int, char**)::<lambda ]:	Server capabilities QJsonObject(...)
02-21 20:13:55:495 [ info nextcloud.sync.accessmanager ]:	2 "" "https://MYSERVER.COM/ocs/v1.php/cloud/user?format=json" has X-Request-ID "d635bd30-a175-4651-8f2e-0adb1c72f480"
02-21 20:13:55:495 [ info nextcloud.sync.networkjob ]:	OCC::JsonApiJob created for "https://MYSERVER.COM" + "ocs/v1.php/cloud/user" ""
02-21 20:13:55:989 [ info nextcloud.sync.networkjob.jsonapi ]:	JsonApiJob of QUrl("https://MYSERVER.COM/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
02-21 22:20:59:682 [ warning nextcloud.sync.database.sql ]:	Sqlite prepare statement error: "database is locked" in "PRAGMA quick_check;"
02-21 22:20:59:682 [ warning nextcloud.sync.database.sql ]:	Error preparing quick_check on database
02-21 22:20:59:697 [ critical nextcloud.sync.database.sql ]:	Consistency check failed, removing broken db "LOCALPATH/.sync_ffedc7c1e0f1.db"
02-21 22:20:59:715 [ info nextcloud.sync.database ]:	sqlite3 version "3.31.1"
02-21 22:20:59:715 [ info nextcloud.sync.database ]:	sqlite3 locking_mode= "exclusive"
02-22 00:28:03:304 [ warning nextcloud.sync.database.sql ]:	Sqlite prepare statement error: "database is locked" in "PRAGMA journal_mode=WAL;"
02-22 00:28:03:304 [ fatal default ]:	ENFORCE: "allow_failure" in file /build/nextcloud-desktop-PbyeRD/nextcloud-desktop-3.4.2-20220209.150345.b0791e51c/src/common/ownsql.cpp, line 265 with message: SQLITE Prepare error
Abgebrochen (Speicherabzug geschrieben)
/usr/bin/nextcloudcmd -u USER -p PASSWORD --exclude FILE LOCALPATH https://MYSERVER.COM 
02-22 08:17:15:239 [ info nextcloud.sync.accessmanager ]:	2 "" "https://MYSERVER.COM/ocs/v1.php/cloud/capabilities?format=json" has X-Request-ID "6f692f11-49b7-4749-a75b-476b6387fe81"
02-22 08:17:15:239 [ info nextcloud.sync.networkjob ]:	OCC::JsonApiJob created for "https://MYSERVER.COM" + "ocs/v1.php/cloud/capabilities" ""
02-22 08:17:16:187 [ info nextcloud.sync.networkjob.jsonapi ]:	JsonApiJob of QUrl("https://MYSERVER.COM/ocs/v1.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
02-22 08:17:16:188 [ debug default ]	[ main(int, char**)::<lambda ]:	Server capabilities QJsonObject(...)
02-22 08:17:16:189 [ info nextcloud.sync.accessmanager ]:	2 "" "https://MYSERVER.COM/ocs/v1.php/cloud/user?format=json" has X-Request-ID "d457ce1f-5c5b-4249-bb98-8135c91ffc2e"
02-22 08:17:16:189 [ info nextcloud.sync.networkjob ]:	OCC::JsonApiJob created for "https://MYSERVER.COM" + "ocs/v1.php/cloud/user" ""
02-22 08:17:16:648 [ info nextcloud.sync.networkjob.jsonapi ]:	JsonApiJob of QUrl("https://MYSERVER.COM/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
02-22 08:17:16:673 [ info nextcloud.sync.engine ]:	There are 254127112192 bytes available at "LOCALPATH/"
02-22 08:17:16:674 [ info nextcloud.sync.engine ]:	New sync (no sync journal exists)
02-22 08:17:16:674 [ info nextcloud.sync.engine ]:	"Using Qt 5.12.8 SSL library OpenSSL 1.1.1f  31 Mar 2020 on Ubuntu 20.04.4 LTS"
02-22 10:24:20:327 [ warning nextcloud.sync.database.sql ]:	Sqlite prepare statement error: "database is locked" in "PRAGMA quick_check;"
02-22 10:24:20:327 [ warning nextcloud.sync.database.sql ]:	Error preparing quick_check on database
02-22 10:24:20:343 [ critical nextcloud.sync.database.sql ]:	Consistency check failed, removing broken db "LOCALPATH/.sync_ffedc7c1e0f1.db"
02-22 10:24:20:357 [ info nextcloud.sync.database ]:	sqlite3 version "3.31.1"
02-22 10:24:20:357 [ info nextcloud.sync.database ]:	sqlite3 locking_mode= "exclusive"
02-22 12:31:52:227 [ warning nextcloud.sync.database.sql ]:	Sqlite prepare statement error: "database is locked" in "PRAGMA journal_mode=WAL;"
02-22 12:31:52:227 [ fatal default ]:	ENFORCE: "allow_failure" in file /build/nextcloud-desktop-PbyeRD/nextcloud-desktop-3.4.2-20220209.150345.b0791e51c/src/common/ownsql.cpp, line 265 with message: SQLITE Prepare error
Abgebrochen (Speicherabzug geschrieben)

Interesting that in both invocations, the timelag between the last info message and the first warning about Sqlite prepare statement error is exactly the same, 2h 7m and 4s... And the second waring after 2h 7m almost the same...

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Mar 22, 2022
@Adspectus
Copy link

I noticed that the error happen, when the local dir is on a NFS4 mounted directory from another machine. On the local filesystem, all went well.

@github-actions

This comment was marked as outdated.

@github-actions github-actions bot closed this as completed Apr 6, 2022
@Tachi107

This comment was marked as resolved.

@STonEDSTonE
Copy link

I do not understand why this issue does get closed automatically all the time even if there clearly are people being affected.

I also am afffected, running Nextcloud 23.0.4 running on Ubuntu 20.04.4 LTS, using mysql 8.0.28 as database and apache 2.4.53 as webserver. For sync i use nextcloudcmd version 3.4.4.
When i run nextcloudcmd, it prints out some sqlite3 Infos, takes several minutes (see timestamps) while printing out SQL Errors and then starts sync without much hassle.

nextcloudcmd -u "$USER1" -p "$PW1" --unsyncedfolders "$PATH"/sunsyncedfolders_"$USER1".lst "$DIR" "$URL"

04-28 10:44:27:227 [ info nextcloud.sync.accessmanager ]: 2 "" "URL/ocs/v1.php/cloud/user?format=json" has X-Request-ID "763105b6-2d8b-4c86-886a-f0d3ce91a104"
04-28 10:44:27:227 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for "URL" + "ocs/v1.php/cloud/user" ""
04-28 10:44:38:657 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl("URL/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
04-28 10:44:38:752 [ info nextcloud.sync.database ]: sqlite3 version "3.31.1"
04-28 10:44:38:752 [ info nextcloud.sync.database ]: sqlite3 locking_mode= "exclusive"
04-28 10:44:38:752 [ info nextcloud.sync.database ]: sqlite3 journal_mode= "wal"
04-28 10:44:38:752 [ info nextcloud.sync.database ]: sqlite3 synchronous= "NORMAL"
04-28 10:46:20:918 [ warning nextcloud.sync.database.sql ]: Sqlite exec statement error: 5 "database is locked" in "DELETE FROM selectivesync WHERE type == ?1"
04-28 10:46:20:918 [ warning nextcloud.sync.database ]: SQL error when deleting selective sync list ("Temp/", "Talk/") "database is locked"
04-28 10:48:03:086 [ warning nextcloud.sync.database.sql ]: Sqlite exec statement error: 5 "database is locked" in "INSERT INTO selectivesync VALUES (?1, ?2)"
04-28 10:48:03:086 [ warning nextcloud.sync.database ]: SQL error when inserting into selective sync 1 "Temp/" "database is locked"
04-28 10:49:45:258 [ warning nextcloud.sync.database.sql ]: Sqlite exec statement error: 5 "database is locked" in "INSERT INTO selectivesync VALUES (?1, ?2)"
04-28 10:49:45:258 [ warning nextcloud.sync.database ]: SQL error when inserting into selective sync 1 "Talk/" "database is locked"
04-28 10:49:45:258 [ warning nextcloud.sync.database ]: ERROR committing to the database: "cannot commit transaction - SQL statements in progress"
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: There are 1790521798656 bytes available at "PATH"
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: Sync with existing sync journal
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: "Using Qt 5.12.8 SSL library OpenSSL 1.1.1f 31 Mar 2020 on Ubuntu 20.04.4 LTS"
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: Using Selective Sync
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: #### Discovery start ####################################################
04-28 10:49:45:267 [ info nextcloud.sync.engine ]: Server ""
04-28 10:49:45:267 [ info sync.discovery ]: STARTING "" OCC::ProcessDirectoryJob::NormalQuery "" OCC::ProcessDirectoryJob::NormalQuery
04-28 10:49:45:267 [ info nextcloud.sync.accessmanager ]: 6 "PROPFIND" "URL/remote.php/dav/files/USER/" has X-Request-ID "7a617833-6bd3-42b9-8b50-8c6d4acfe085"
04-28 10:49:45:268 [ info nextcloud.sync.networkjob ]: OCC::LsColJob created for "URL" + "/" "OCC::DiscoverySingleDirectoryJob"
04-28 10:49:46:021 [ info nextcloud.sync.networkjob.lscol ]: LSCOL of QUrl("URL/remote.php/dav/files/USER/") FINISHED WITH STATUS "OK"
04-28 10:49:46:022 [ warning default ]: System exclude list file could not be read: "PATH/.sync-exclude.lst"
04-28 10:49:46:022 [ info sync.discovery ]: Processing "FOLDER" | valid: true/true/true | mtime: 1651072305/1650819234/1651072305 | size: 0/4096/0 | etag: "62695d31d7e79"//"62695d31d7e79" | checksum: ""//"" | perm: "DNVCKR"//"DNVCKR" | fileid: "00000429oc3h0w4dc64t"//"00000429oc3h0w4dc64t" | inode: 74973190/74973190/ | type: CSyncEnums::ItemTypeDirectory/CSyncEnums::ItemTypeDirectory/CSyncEnums::ItemTypeDirectory | e2ee: false/false | e2eeMangledName: ""/""

I also have several nextcloudcmd syncs running per hour so this takes up quite some time, so it would be good to see this fixed.
Can someone reopen this please?

@mayonezo

This comment was marked as resolved.

@patrickunderscore
Copy link

I had the same issue on one of my linux clients after migration from owncloud (auto import parameters)...
After opening client parameters - and waiting a lot that the window appears - I saw that I had 2 times the same root sync folder, one fully synchronized, other still active. I deleted the last, and now all works fine !
Hope this help.

@camilasan camilasan self-assigned this Aug 28, 2023
@camilasan camilasan removed the stale label Aug 28, 2023
@camilasan camilasan reopened this Aug 28, 2023
@camilasan
Copy link
Member

I had the same issue on one of my linux clients after migration from owncloud (auto import parameters)...

Were you running before the oc 4.2 desktop client? Or the previous version?

@camilasan
Copy link
Member

Could you try the fix for this in:
Linux: https://cloud.nextcloud.com/s/FkM35fmi6qd2XSp
Windows: https://cloud.nextcloud.com/s/9S2kx3SPebKkyqf
Mac OS: https://cloud.nextcloud.com/s/88G642Kir7aTdZF
⚠️ These are a test version, remember to use a test account and test data.

@camilasan

This comment was marked as resolved.

@tgwaste

This comment was marked as abuse.

@mayonezo

This comment was marked as resolved.

@camilasan camilasan reopened this Sep 18, 2023
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Oct 16, 2023
@mayonezo

This comment was marked as resolved.

@camilasan camilasan removed the stale label Oct 16, 2023

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Nov 14, 2023
@mayonezo

This comment was marked as resolved.

@NeXX451

This comment was marked as duplicate.

@theFork

This comment was marked as duplicate.

@DimanNe

This comment was marked as off-topic.

@joshtrichards
Copy link
Member

Duplicate of #3422

@joshtrichards joshtrichards marked this as a duplicate of #3422 Aug 14, 2024
@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2024
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