Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simbrief ACARS not working properly #1005

Closed
nabeelio opened this issue Jan 24, 2021 · 1 comment · Fixed by #1006
Closed

Simbrief ACARS not working properly #1005

nabeelio opened this issue Jan 24, 2021 · 1 comment · Fixed by #1006
Labels
Milestone

Comments

@nabeelio
Copy link
Owner

nabeelio commented Jan 24, 2021

Gives an stacktrace of API route missing parameters

[2021-01-24 22:59:18] dev.ERROR: Missing required parameters for [Route: api.flights.briefing] 
[URI: api/flights/{id}/briefing]. {"userId":1,"exception":"[object] (Illuminate\\Routing\\Exceptions\\UrlGenerationException(code: 0): Missing required parameters for [Route: api.flights.briefing]
[URI: api/flights/{id}/briefing]. at /var/www/demo.phpvms/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php:17)
@nabeelio nabeelio added the bug label Jan 24, 2021
@nabeelio nabeelio added this to the 7.0.0 milestone Jan 24, 2021
@nabeelio
Copy link
Owner Author

Source is the HTTP response generation for either the PIREP or Flight. When the association between the flight id and simbrief ID is removed, then the value is blank, and then it thinks that the ID is empty.

nabeelio added a commit that referenced this issue Jan 25, 2021
* Refactoring for Simbrief not working #1005

* Style fixes

* Update tests for new briefing URL

* Check the OFP user

* Comment out user check temporarily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant