panel icon indicating copy to clipboard operation
panel copied to clipboard

[Bug]: Ptero server description not handled correctly

Open S0ly opened this issue 11 months ago • 3 comments

What is your request about?

wen a server on pterodactyl panel have a description too long it make the syncing process of the databases impossible and give a error 500 because the cpgg database visibly dont have the same description lengths

Branch

main

Solution idea

just make the same database as pterodactyl and check if other things would not get the same problems, like eggs description idk...

Controlpanel Logs

No response

Additional Info

No response

S0ly avatar Mar 21 '24 18:03 S0ly

I wonder who needs a million characters in their description? Anyways, We use String, while Pterodactyl uses Text for that specific field, seems to be a bit annoying (migration file has to be created for that change) to be changed..

AGuyNamedJens avatar May 07 '24 22:05 AGuyNamedJens

yep we are just putting the servers specs in their descriptions but here a few hundreds of character make the thing crash

S0ly avatar May 07 '24 22:05 S0ly

Ah right, guess i'll have to add a new migration to fix that, not sure if it will delete all existing descriptions yet (it probably will, rip)

AGuyNamedJens avatar May 07 '24 22:05 AGuyNamedJens

Closed by PR #950

S0ly avatar Jun 12 '24 11:06 S0ly