You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server-side command execution with a very long string as an argument failed with the error: 'Serialization of the -1316139068 packet failed. Please report this error at https://github.com/citizenfx/fivem.'
Use case:
I’m using a server-side command with JSON-encoded data as an argument and sending the data to the client. For example, JSON-encoded data for vehicle properties, ped clothing data (drawables, decorations, props, etc.). If the string is too long, the command fails.
Client-side command works as intended.
Expected result
The command should execute successfully with a very long string as an argument.
What happened?
Server-side command execution with a very long string as an argument failed with the error: 'Serialization of the -1316139068 packet failed. Please report this error at https://github.com/citizenfx/fivem.'
Use case:
I’m using a server-side command with JSON-encoded data as an argument and sending the data to the client. For example, JSON-encoded data for vehicle properties, ped clothing data (drawables, decorations, props, etc.). If the string is too long, the command fails.
Client-side command works as intended.
Expected result
The command should execute successfully with a very long string as an argument.
Reproduction steps
Example repro string: https://pastebin.com/it1gRKCV
Result:
Importancy
Slight inconvenience
Area(s)
FiveM, FXServer
Specific version(s)
Fivem (Beta) b3095, Windows FxServer: 11535 (latest at the moment)
Additional information
No response
The text was updated successfully, but these errors were encountered: