We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.10
Server
3.10.5: Using Edit Build -> Buying parts off of flea doesn't error.
At [2025-01-11T00:23:18.710Z] error: TypeError: matchingOffers is not iterable in the server log. const matchingOffers = this.ragfairOfferService.getOffersOfType(desiredItemTpl); can be undefined when no errors are found resulting in an error.
const matchingOffers = this.ragfairOfferService.getOffersOfType(desiredItemTpl);
server-2025-01-11.log
FullLogOutput.log
2025.01.10_23-28-41_0.15.5.1.33420 traces.log
No response
The text was updated successfully, but these errors were encountered:
Fixed with: accedf2
Sorry, something went wrong.
No branches or pull requests
SPT Version
3.10
Project Type
Server
Expected Result
3.10.5: Using Edit Build -> Buying parts off of flea doesn't error.
Actual Result
At [2025-01-11T00:23:18.710Z] error: TypeError: matchingOffers is not iterable in the server log.
const matchingOffers = this.ragfairOfferService.getOffersOfType(desiredItemTpl);
can be undefined when no errors are found resulting in an error.Steps To Reproduce
Server Log
server-2025-01-11.log
BepinEx Log
FullLogOutput.log
Client Log
2025.01.10_23-28-41_0.15.5.1.33420 traces.log
Player Profile
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: