Skip to content

Invalid Tickers from Tradestie Api #10

Description

@xmcnulty

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions