thingsboard / flutter_thingsboard_app

ThingsBoard Mobile Application
https://thingsboard.io/products/mobile/
BSD 3-Clause "New" or "Revised" License
207 stars 153 forks source link

The versions after 2453bd9 are not working with ThingsBoard 3.6.3 #79

Closed maksonlee closed 3 months ago

maksonlee commented 3 months ago
ThingsboardError (ThingsboardError: message: [Path '/api/notifications/unread/count': Not Found], errorCode: 32, status: 404
#0      toThingsboardError (package:thingsboard_client/src/error/_thingsboard_error_handler_io.dart:89:18)
#1      HttpInterceptor.onError (package:thingsboard_client/src/interceptor/http_interceptor.dart:104:19)
#2      QueuedInterceptor._handleQueue (package:dio/src/interceptor.dart:423:17)
#3      QueuedInterceptor._handleError (package:dio/src/interceptor.dart:399:5)
#4      DioMixin.fetch.errorInterceptorWrapper.<anonymous closure>.handleError (package:dio/src/dio_mixin.dart:429:13)
#5      new Future.<anonymous closure> (dart:async/future.dart:256:37)

thingsboard_client 1.1.1 is not working with ThingsBoard 3.6.3, we don't have '/api/notifications/unread/count' there. image

ybeshkarov commented 3 months ago

Hello @maksonlee!

The system is functional, but you might encounter the error messages you described. This is due to a pending backend update, after which these errors should disappear.

We apologize for the inconvenience.

maksonlee commented 3 months ago

Never mind, just want to know the version compatibility between this App and ThingsBoard.

maksonlee commented 2 months ago

After upgraded to ThingsBoard 3.6.4, the latest version of this App works fine now.