lanager icon indicating copy to clipboard operation
lanager copied to clipboard

[Bug] I am not able to add or rename the LAN Party

Open 0xmex opened this issue 1 year ago • 3 comments

Docker image information

[<system> lanager-docker-compose]# docker images zeropingheroes/lanager
REPOSITORY               TAG       IMAGE ID       CREATED       SIZE
zeropingheroes/lanager   develop   1b07d902aa8e   3 weeks ago   197MB
[<system> lanager-docker-compose]#

Bug description After getting the login working in #175 I cannot add or rename the LAN party. Only deleting is possible. Before that I've renamed the location. Resulting in this message without any valid log entry in lanager container:

Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

The db also hasn't any log entry mentioning any error.

Reproduction steps

  1. Set up a fresh LANager install
  2. Rename the location and give it a address (without country name - but is the same even mit Country Name)
  3. Try to rename the example lan or try to create a new one

Expected behavior Error message as seen above

0xmex avatar Oct 17 '24 17:10 0xmex

Hey there, please can you edit your .env file and change APP_DEBUG to true and paste the exception details here. Thanks

ilumos avatar Oct 17 '24 19:10 ilumos

Will do tomorrow or Monday if ok?

0xmex avatar Oct 17 '24 21:10 0xmex

Same here. All other menus work. But not the LANs one.

grafik

sgcgoliath avatar Nov 16 '24 17:11 sgcgoliath

Apologies for the delay. I had the stable branch of lanager-docker-compose pulling in the develop Docker image - oops.

I've fixed this in https://github.com/zeropingheroes/lanager-docker-compose/commit/c906f7b3c657b160e2f0cd133f2bf198d223ba64

To get the fix, in your lanager-docker-compose directory, run git pull.

Let me know if that fixes for you.

ilumos avatar Jan 07 '25 14:01 ilumos

Apologies for the delay. I had the stable branch of lanager-docker-compose pulling in the develop Docker image - oops.

Also same for the update.sh script on line 16: docker pull zeropingheroes/lanager:develop

0xmex avatar Jan 08 '25 12:01 0xmex