Python library to communicate with xray core

1 Open Issue Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a bug in the `xtlsapi` Python library where adding clients to a Vmess inbound fails. The issue arises when using the `add_client` function with the Vmess protocol, resulting in an error indicating the user does not exist in the Xray core logs, even though no error is thrown by the library. The fix likely involves correctly handling Vmess-specific parameters within the `add_client` function to ensure proper user creation and association with the inbound.

Complexity: 4/5
bug help wanted

Python library to communicate with xray core

Python