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

Invalid Tickers from Tradestie Api #10

Open
xmcnulty opened this issue Dec 1, 2022 · 0 comments
Open

Invalid Tickers from Tradestie Api #10

xmcnulty opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xmcnulty
Copy link
Owner

xmcnulty commented Dec 1, 2022

It appears the tradestie API mistakes some strings in comments for tickers when they are not. Which leads to a NullPointerException being thrown:

"Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter ticker"

This occurs when mapping the DTO to a StockOverview object because there was no data returned ... the stock doesn't actually exist.
Need to figure out a way to handle this.

@xmcnulty xmcnulty added the bug Something isn't working label Dec 1, 2022
@xmcnulty xmcnulty self-assigned this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant