ErrorCode: INVALID_INPUT_DATA ErrorDetails: ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gary1234
    Junior Member
    • May 2021
    • 2

    #1

    ErrorCode: INVALID_INPUT_DATA ErrorDetails: ...

    Hello dear friends,

    A few years ago my betfair API was running smoothly.

    I'm trying to run the API-NG-Sample-code (https://github.com/betfair/API-NG-sa.../betfair/aping).

    However when I run it now on my Eclipse with Java I get the following returning log:


    Welcome to the Betfair API NG!
    1.(listEventTypes) Get all Event Types...

    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.google.gson.internal.bind.ReflectiveTypeAdapte rFactory (file:/C:/Users/Gary/.m2/repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar) to field java.lang.Throwable.detailMessage
    WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.bind.ReflectiveTypeAdapte rFactory
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    ErrorCode: INVALID_INPUT_DATA ErrorDetails: locale must use valid iso-639 locale names RequestUUID: ie2-ang16b-prd-05120754-001762188b



    I'm trying to find a solution. Does anyone have a clue?

    Hope someone can help

    Kind regards,
    Gary
  • Gary1234
    Junior Member
    • May 2021
    • 2

    #2
    In the meantime the warning error is solved by changing JRE system library.
    However I didn't copy and paste my whole code it is now:

    Welcome to the Betfair API NG!
    1.(listEventTypes) Get all Event Types...
    ErrorCode: INVALID_INPUT_DATA ErrorDetails: locale must use valid iso-639 locale names RequestUUID: ie2-ang18b-prd-05120754-001839540b

    Comment

    Working...
    X