Skip to content

Instantly share code, notes, and snippets.

@codejockie
Created April 5, 2025 18:37
Show Gist options
  • Save codejockie/608af4d3391f70cb4ebb123566ef369e to your computer and use it in GitHub Desktop.
Save codejockie/608af4d3391f70cb4ebb123566ef369e to your computer and use it in GitHub Desktop.
R8_Error.txt
java.lang.IllegalArgumentException: Unable to create call adapter for y8.d<t4.e>
for method g.a
at y8.U.n(Unknown Source:46)
at y8.p.b(Unknown Source:2850)
at y8.M.invoke(Unknown Source:67)
at java.lang.reflect.Proxy.invoke(Proxy.java:1006)
at $Proxy2.a(Unknown Source)
at j4.h0.s(Unknown Source:30)
at j4.h0.h(Unknown Source:12)
at t6.a.f0(Unknown Source:4)
at J7.D.F(Unknown Source:77)
at y4.f.a(Unknown Source:13)
at D4.c.s(Unknown Source:201)
at h6.a.k(Unknown Source:8)
at J7.L.run(Unknown Source:114)
at G3.c.run(Unknown Source:413)
at Q7.j.run(Unknown Source:2)
at Q7.a.run(Unknown Source:93)
Suppressed: O7.d: [v0{Cancelling}@1ecdfed, Dispatchers.IO]
Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
at t4.f.a(Unknown Source:122)
at y8.N.a(Unknown Source:32)
at y8.p.b(Unknown Source:2689)
... 14 more
@Skaldebane
Copy link

Glad that worked! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment