java - Picasso: Unrecognized type of request for HTTP scheme -


i loading images synchronously display notification once image loaded.

bitmap = picasso.load(imageurl).get(); 

it working fine today got exception:

fatal exception: java.lang.illegalstateexception: unrecognized type of request: request{ http://www.fulbori.com/mp/resources/image/19/17/e.jpg}        @ com.squareup.picasso.bitmaphunter$2.load(bitmaphunter.java:66)        @ com.squareup.picasso.bitmaphunter.hunt(bitmaphunter.java:206)        @ com.squareup.picasso.requestcreator.get(requestcreator.java:396)        @ com.jumbotail.app.utils.jtimageloader.loadimagesync(jtimageloader.java:397)        @ com.jumbotail.app.notifs.jumbogcmintentservice.readinboundintent(jumbogcmintentservice.java:213)        @ com.jumbotail.app.notifs.jumbogcmintentservice.buildnotification(jumbogcmintentservice.java:273)        @ com.jumbotail.app.notifs.jumbogcmintentservice.onhandleintent(jumbogcmintentservice.java:49)        @ android.app.intentservice$servicehandler.handlemessage(intentservice.java:65)        @ android.os.handler.dispatchmessage(handler.java:99)        @ android.os.looper.loop(looper.java:174)        @ android.os.handlerthread.run(handlerthread.java:60) 

i understand error thrown picasso when no request handlers can handle request.

now, per uri scheme of request (which http) canhandlerequest(request data) method of networkrequesthandler should have returned true.

but request handlers returned false including networkrequesthandler. thus, erroring_handler returned picasso resulting exception : illegalstateexception("unrecognized type of request: " + request).

is there other explanation exception?

edit: have raised an issue in picasso.

in particular had error because url getting, error mentions, not valid url handler can use. in particular, url string had spaces before "http", like:

" http://example.com/image.jpg".

so had call trim() on url string, before loading picasso, , worked great!


Comments

  1. Java - Picasso: Unrecognized Type Of Request For Http Scheme - >>>>> Download Now

    >>>>> Download Full

    Java - Picasso: Unrecognized Type Of Request For Http Scheme - >>>>> Download LINK

    >>>>> Download Now

    Java - Picasso: Unrecognized Type Of Request For Http Scheme - >>>>> Download Full

    >>>>> Download LINK cF

    ReplyDelete

Post a Comment

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -