Re: [akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-05 Thread Scott Lunel
> Thanks > > -- > Konrad `ktoso` Malawski > Akka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 5 August 2016 at 11:46:35, Scott Lunel (scott...@gmail.com > ) wrote: > > Hey, sorry but I have yet another stupid question. > > All of my depe

[akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-05 Thread Scott Lunel
akka.http.javadsl.server to the unmarshalling one shown above. I can't seem to get around this error no matter what I do. On Thursday, August 4, 2016 at 11:28:56 AM UTC-4, Scott Lunel wrote: > > Hello everyone, > > > I seem to be having a problem with Multipart file upload since Akka 2.4

[akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-04 Thread Scott Lunel
: > > Hi Scott, > > Seems like you are mixing different versions of akka-http and > akka-streams. Look over your dependencies! > > -- > Johan > Akka Team > > On Thursday, August 4, 2016 at 5:28:56 PM UTC+2, Scott Lunel wrote: >> >> Hello everyone, >>

[akka-user] Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-04 Thread Scott Lunel
Hello everyone, I seem to be having a problem with Multipart file upload since Akka 2.4.8. It works perfectly fine in 2.4.7. I've google searched for anything related to this and haven't found much, so I've decided to post here. Code to reproduce: val upload = path("upload") { post {