Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported version of Picasso found #45

Open
developerjohan01 opened this issue Jul 15, 2020 · 0 comments
Open

Unsupported version of Picasso found #45

developerjohan01 opened this issue Jul 15, 2020 · 0 comments

Comments

@developerjohan01
Copy link

We are having an Ionic app and we now are getting

Freshchat: exception while perfroming action:init
    java.lang.IllegalArgumentException: Unsupported version of Picasso found. Please create and set custom Image loader using Freshchat.setImageLoader().

This is linked to this issue https://github.com/freshdesk/freshchat-android/issues/52

Freshchat SDK is shipped with Picasso version 2.5.2. This error is thrown if your application is using 2.71828

There is a workaround as mentioned in the error message which is described here.

Please create and set custom Image loader using Freshchat.setImageLoader().

But this workaround would possibly require changing the generated code which is not great when you are using CI.
Alternatively forking and changing both this plugin and the android-freshchat library...

How do you get around this issue using freshchat-phonegap? Is it possible to work around it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant