Coder Social home page Coder Social logo

Comments (7)

ocworld avatar ocworld commented on July 20, 2024

In my case, after updating awscala to 0.8.3, the error is occurred. So, I've tried to use awscala 0.8.2, it is not raised.

I do not know a reason. However, I assume that 0.8.3 version has some problems or changes for using APIs.

You can try to change dependencies option like that,

libraryDependencies += "com.github.seratch" %% "awscala" % "0.8.2" 

from awscala.

seratch avatar seratch commented on July 20, 2024

diff: 0.8.2...0.8.3

-lazy val awsJavaSdkVersion = "1.11.541"
+lazy val awsJavaSdkVersion = "1.11.621"

Which AWS SDK version does your app depend on? I'm afraid the problem may be caused by some binary compatibility issues among AWS SDK versions.

from awscala.

ocworld avatar ocworld commented on July 20, 2024

Surely, the version of sdk used in my app is written in awscala's build sbt file. It is not overwritten and manually set. When I use 0.8.3, awsJavaSdkVersion is "1.11.621".

I'm not sure that it is a general problem among AWS SDK versions. However, In my case, the error is occurred not in 0.8.2 but in 0.8.3.

from awscala.

jurgispods avatar jurgispods commented on July 20, 2024

My problem also started after an (unintentional) upgrade of this library. The AWS SDK used in EMR version 5.20.0 ist 1.11.461, which is "too old" for the current version 0.8.3. I just upgraded to a newer EMR version 5.28.0 and now everything works fine.

@seratch I dont' know if you want to add a workaround for the europe-north-1 region like here? https://github.com/seratch/AWScala/blob/master/core/src/main/scala/awscala/Region0.scala#L54

from awscala.

seratch avatar seratch commented on July 20, 2024

@pederpansen Thanks. I would like to cover all the regions in that code.

from awscala.

 avatar commented on July 20, 2024

This breaks for me as well moving from "0.8.2" to "0.8.3" with same Cannot create enum from eu-north-1 value.

from awscala.

seratch avatar seratch commented on July 20, 2024

Merged #212

The fix will eliminate the possibility to have this exception in future versions. Allow me to close this issue now.

from awscala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.