securesocial icon indicating copy to clipboard operation
securesocial copied to clipboard

Ambiguous implicit values

Open JackHopkins opened this issue 6 years ago • 1 comments

When trying to use the SS views in my Java play implementation, I get the following templating error:

ambiguous implicit values: both method requestHeader in object PlayMagicForJava of type => play.api.mvc.RequestHeader and value request of type play.api.mvc.RequestHeader match expected type play.api.mvc.RequestHeader

Are there any known solutions?

JackHopkins avatar Jul 31 '18 13:07 JackHopkins

Do you have a sample that produces the error?

On Tue, Jul 31, 2018 at 10:31 AM Jack Hopkins [email protected] wrote:

When trying to use the SS views in my Java play implementation, I get the following templating error:

ambiguous implicit values: both method requestHeader in object PlayMagicForJava of type => play.api.mvc.RequestHeader and value request of type play.api.mvc.RequestHeader match expected type play.api.mvc.RequestHeader

Are there any known solutions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jaliss/securesocial/issues/623, or mute the thread https://github.com/notifications/unsubscribe-auth/AA82-urQSkx7cGH958CuvMpE_hqlBSCUks5uMFwugaJpZM4VoQjN .

jaliss avatar Jul 31 '18 20:07 jaliss