-
Notifications
You must be signed in to change notification settings - Fork 156
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
Inara plugin attempts to send empty/zero Major Reputation #581
Comments
Update https://github.com/EDCD/EDMarketConnector/wiki/New-user-guide when fixed. |
This was referenced Jul 15, 2020
Open
The Journal event is literally just:
This means |
Athanasius
added a commit
that referenced
this issue
Apr 6, 2021
…Reputations Sure the `for k, v in ...` means not sending any that are empty/none, but it will still send the event, just with *no* reputations. When you're on a fresh character you have no reputations yet, so avoid causing an Inara API error, including status line text. Close #581
Fix will be in 5.0.0-beta5. |
Athanasius
added a commit
that referenced
this issue
Apr 12, 2021
…Reputations Sure the `for k, v in ...` means not sending any that are empty/none, but it will still send the event, just with *no* reputations. When you're on a fresh character you have no reputations yet, so avoid causing an Inara API error, including status line text. Close #581
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After filling in Inara API Key for new second account I saw this on the EDMC status line:
Error: Inara setCommanderReputationMajorFaction, No reputation value provided.
The code should check this and just not attempt to send.
The text was updated successfully, but these errors were encountered: