anasfik / openai

Dart/Flutter SDK for ChatGPT and all OpenAI APIs (GPT, Dall-e..)
https://pub.dev/packages/dart_openai
MIT License
539 stars 151 forks source link

Unhandled Exception caused by jsonDecode(data) in postStream() #154

Closed masa8 closed 4 months ago

masa8 commented 4 months ago

On 12 October 2023, when calling postStream() with version 4.0.0, the following error occurred about once every two times.

ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unterminated string (at character 27) "{"rate_limit_usage": {

Note: Version 5.0.0 could be reproduced by debugger.

masa8 commented 4 months ago

Fixed by this PR #153

anasfik commented 4 months ago

Thank you, it was merged.