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

Fix MF failing to save claimed chunks #1784

Open
dmccoystephenson opened this issue Jan 25, 2024 · 0 comments
Open

Fix MF failing to save claimed chunks #1784

dmccoystephenson opened this issue Jan 25, 2024 · 0 comments

Comments

@dmccoystephenson
Copy link
Member

Error message:

[MedievalFactions] Failed to save claimed chunk: Service error: SQL [merge into "mf_claimed_chunk" using (select "t"."world_id", "t"."x", "t"."z", "t"."faction_id" from (select cast(? as varchar(36)), cast(? as int), cast(? as int), cast(? as varchar(36))) "t" ("world_id", "x", "z", "faction_id")) "t" on ("mf_claimed_chunk"."world_id" = "t"."world_id" and "mf_claimed_chunk"."x" = "t"."x" and "mf_claimed_chunk"."z" = "t"."z") when matched and ("mf_claimed_chunk"."world_id" = cast(? as varchar(36)) and "mf_claimed_chunk"."x" = cast(? as int) and "mf_claimed_chunk"."z" = cast(? as int)) then update set "mf_claimed_chunk"."faction_id" = ? when not matched then insert ("world_id", "x", "z", "faction_id") values ("t"."world_id", "t"."x", "t"."z", "t"."faction_id")]; (Message HY000 not found); SQL statement:
[25.01 01:32:36] [Server] merge into "mf_claimed_chunk" using (select "t"."world_id", "t"."x", "t"."z", "t"."faction_id" from

Context

This is occurring on Spigot 1.20.1 using MF 5.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant