You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: LightweightChart Integration Exception in Android App (3.7.0)
Description
Experiencing an issue with Lightweight Chart integration in our Android application when using version 3.7.0.
Exception Details
The application throws a java.lang.IllegalStateException error under specific conditions.
Stack Trace
Exception : java.lang.IllegalStateException Error
at jsCode.DataLayer._internal_updateSeriesData (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:10676)
at jsCode.ChartApi._internal_updateData (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:11637)
at jsCode.SeriesApi.update (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:11002)
at jsCode.Object. (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:12344)
at jsCode.SeriesInstanceService._findSeries (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:12217)
at jsCode.Object.functionRef (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:12174)
at jsCode.FunctionManager.call (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:11809)
at jsCode.port.onmessage (file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:13127)
Caused by java.lang.IllegalStateException:
at com.tradingview.lightweightcharts.api.delegates.SeriesApiDelegate.update (SeriesApiDelegate.kt:124)
The text was updated successfully, but these errors were encountered:
Issue: LightweightChart Integration Exception in Android App (3.7.0)
Description
Experiencing an issue with Lightweight Chart integration in our Android application when using version 3.7.0.
Exception Details
The application throws a
java.lang.IllegalStateException
error under specific conditions.Stack Trace
The text was updated successfully, but these errors were encountered: