Skip to content

Bolts conflicts #1036

Closed
parse-community/ParseLiveQuery-Android
#111
@rlatapy-luna

Description

@rlatapy-luna

Hello, I'm using https://github.com/parse-community/Parse-SDK-Android + https://github.com/parse-community/ParseLiveQuery-Android + https://github.com/BoltsFramework/Bolts-Android

I tried to update these 3 dependencies but I got a runtime error (with respective versions 1.24.2, 1.2.0 & 1.4.0). I did not find any workaround, should I move from Bolts-Android to parse's internal bolts?

    java.lang.NoSuchMethodError: No static method getCurrentSessionTokenAsync()Lbolts/Task; in class Lcom/parse/ParseUser; or its super classes (declaration of 'com.parse.ParseUser' appears in /data/app/~~vl-z29yK_GYHloVpqsw9dg==/studio.lunabee.lunabeelibrairies-VGje_wxj3G1TZHAYdU6ZTQ==/base.apk)
        at com.parse.livequery.ParseLiveQueryClientImpl$4.onOpen(ParseLiveQueryClientImpl.java:385)
        at com.parse.livequery.OkHttp3SocketClientFactory$OkHttp3WebSocketClient$1.onOpen(OkHttp3SocketClientFactory.java:48)
        at okhttp3.internal.ws.RealWebSocket$1.onResponse(RealWebSocket.java:208)
        at okhttp3.RealCall$AsyncCall.execute(RealCall.java:174)
        at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:923)

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