invernyx / smartcars-3-bugs

The bug tracker for the smartCARS 3 application
3 stars 0 forks source link

[BUG] - Passengers count is weird #308

Closed EpicHax7 closed 12 months ago

EpicHax7 commented 1 year ago

Describe the bug

so we have deployed both smartcarsv2 and v3 in our VA v2 reads passengers just fine but in v3 the passenger count is somewhat weird as u can see in the screenshot i ve carried some 124125 passengers in a single flight Screenshot_714

we are using api 0.3.4 and smartcarsv2 works fine with the passengers issue

How do you reproduce this bug?

Passengers issue in PIREP

Expected behavior

the passenger count should be something realistic

Screenshots

Screenshot_714

Operating system

Windows 10 /11

Community airline

Airlink Virtual

smartCARS Version

0.12.1

Plugins installed

logbook flight tracking chat simbrief

Additional context

No response

GenericNerd commented 12 months ago

The passenger and load information is (in 0.3.5 of the public API) entirely handled by the virtual airline. You can replicate this behaviour by removing the following line:

https://github.com/invernyx/smartcars-3-public-api/blob/master/0.3.4/handlers/phpvms5/flights/complete.php#L42

For this reason, this isn't an issue anymore and will not be fixed.

EpicHax7 commented 12 months ago

thanks will check it out

bryan737dfw commented 11 months ago

Is removing this one line the only thing that will need to be done? Is the passenger count coming from somewhere else, as it is not entered in SC3 like it was in SC2?

EpicHax7 commented 11 months ago

Is removing this one line the only thing that will need to be done? Is the passenger count coming from somewhere else, as it is not entered in SC3 like it was in SC2?

yeah man this didnt fix it our devs tried this but nno luck