recursivetree / seat-transport

MIT License
2 stars 1 forks source link

BUG: Receiving 500 server error when I try to calculate #22

Closed martinskalicky closed 6 months ago

martinskalicky commented 8 months ago

Hello,

I do get server error 500 when I try to calculate anything.

Steps to reproduce:

  1. Define any way to go
  2. Select some items in the game and paste them to the calculate section
  3. Server error 500
recursivetree commented 8 months ago

can you either provide a screenshoot of your settings and the exact items you used, or enable debug mode to show the error that occured?

martinskalicky commented 8 months ago

Screenshot 2023-11-19 at 19 48 58 Screenshot 2023-11-19 at 19 48 48

martinskalicky commented 8 months ago

Screenshot 2023-11-19 at 19 49 30

recursivetree commented 8 months ago

Enable the debug mode or look at the logs and report the error you are encountering.

Maxos-programming commented 6 months ago

image Thats the Error behind i think so.

It can be reproduced by a fresh installation

recursivetree commented 6 months ago

A 500 error means internal server error in general, it is most likely not the same error. Are you on a docker or bare install? In any case, you need to force-update your sde

Maxos-programming commented 6 months ago

SDE Redownloaded and now: image After a litte bit Debug i found out its a Null error because the item not foundable over the given ID

PS: Bare Install

martinskalicky commented 6 months ago

SDE Redownloaded and now:

image

After a litte bit Debug i found out its a Null error because the item not foundable over the given ID

PS: Bare Install

Exactly same for me.

recursivetree commented 6 months ago

Are you guys on SeAT 5?

recursivetree commented 6 months ago

It should be possible to resolve this issue by configuring a price provider in the plugin settings.

Maxos-programming commented 6 months ago

Yes I'm on SeAT5 already. And no the Price Provider is fine. The null error comes because in the invVolumes the given Id dont exists.

Maxos-programming commented 6 months ago

Last Update Fixed it. Thanks

recursivetree commented 6 months ago

Yes I'm on SeAT5 already. And no the Price Provider is fine. The null error comes because in the invVolumes the given Id dont exists.

The null error is not related to invVolumes. The invVolume was another, independent issue. But great to hear you got it working.