Skip to content

SDK Parse 1.0.26 not usable - boolean expression must not be null #371

Closed
@jeansebastienZ

Description

@jeansebastienZ

Hi,

I'm making a new topic , as the old one get no answer and it still problematic in order to use the last SDK .
Issue on Android

  1. Create a new project
  2. Basic initialisation :
 Parse().initialize(
        MyParse.applicationId,
        MyParse.serverURL,
        masterKey: masterKey,
        clientKey: clientKey,
        debug: true,
        liveQueryUrl: liveQueryUrl,
        autoSendSessionId: true);

3)[ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: Failed assertion: boolean expression must not be null

Where is the problem ? seem to refer to :
ParseHTTPClient.send (package:parse_server_sdk/src/network/parse_http_client.dart:40:14)

Using parse_server_sdk: 1.0.21 with the same code , works perfectly . However 1.0.21 is not usable if you need parse live query and subscription.

Can you try to dig and find out whats the problem please ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions