This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 8116bc12e147c3bfa735b82618058343d0cc889d
Author: chaokunyang <[email protected]>
AuthorDate: Tue Jan 13 03:51:40 2026 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/xlang/troubleshooting.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/docs/guide/xlang/troubleshooting.md 
b/docs/guide/xlang/troubleshooting.md
index bba9d51e3..52419484c 100644
--- a/docs/guide/xlang/troubleshooting.md
+++ b/docs/guide/xlang/troubleshooting.md
@@ -200,25 +200,6 @@ fory = pyfory.Fory(ref_tracking=True)
 
 ## Language Mode Issues
 
-### "Invalid magic number" Error
-
-**Symptom:**
-
-```
-Error: Invalid magic number in header
-```
-
-**Cause:** One side is using Java-native mode instead of xlang mode.
-
-**Solution:** Ensure both sides use xlang mode:
-
-```java
-// Java - must use Language.XLANG
-Fory fory = Fory.builder()
-    .withLanguage(Language.XLANG)
-    .build();
-```
-
 ### Incompatible Types in Xlang Mode
 
 **Symptom:**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to