[BUG]: not able to set default gear #54

Closed
opened 2025-07-08 08:38:44 -04:00 by AtHeartEngineer · 0 comments

Originally created by @spiezmaestro on 6/2/2025

Checklist

  • I have searched existing issues to make sure this bug hasn't already been reported.
  • I have checked the documentation at https://docs.endurain.com and didn't find a solution.

Description

This is almost the same as issue https://github.com/joaovitoriasilva/endurain/issues/124 where default gear can't be set. In that issue the error message was related to an error 500 on a GET. In this case I can't set default gear where the error message is 500 on a PUT

INFO: 192.168.3.10:44330 - "GET /api/v1/gears HTTP/1.1" 200 OK
INFO: 192.168.3.10:44330 - "GET /api/v1/profile/default_gear HTTP/1.1" 200 OK
INFO: 192.168.3.10:44330 - "PUT /api/v1/profile/default_gear HTTP/1.1" 500 Internal Server Error

Am on version 0.11.3.

*Originally created by @spiezmaestro on 6/2/2025* ## Checklist - [X] I have searched **existing issues** to make sure this bug hasn't already been reported. - [X] I have checked the **documentation** at [https://docs.endurain.com](https://docs.endurain.com) and didn't find a solution. ## Description This is almost the same as issue https://github.com/joaovitoriasilva/endurain/issues/124 where default gear can't be set. In that issue the error message was related to an error 500 on a GET. In this case I can't set default gear where the error message is 500 on a PUT INFO: 192.168.3.10:44330 - "GET /api/v1/gears HTTP/1.1" 200 OK INFO: 192.168.3.10:44330 - "GET /api/v1/profile/default_gear HTTP/1.1" 200 OK INFO: 192.168.3.10:44330 - "PUT /api/v1/profile/default_gear HTTP/1.1" 500 Internal Server Error Am on version 0.11.3.
AtHeartEngineer added the bugbugbugbugbugbugbugbugbugbugbugbug labels 2025-07-08 08:38:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#54