Freesound API error message

I am trying to set up the Freesound API extension but I get an error when I get at this part from the help file. I am just copy-pasting the code I received at the browser. Also, each time I evaluate the line it creats an txt file here C:\Users\user\AppData\Local\SuperCollider but it is empty! Any ideas?What am I doing wrong?

Freesound.getToken("<the_code_that_appeared_in_the_web_page>")

THE ERROR:

→ Freesound
nil
ERROR: Message ‘includesKey’ not understood.
RECEIVER:
nil
ARGS:
Instance of String { (0000020F2B3B9A00, gc=01, fmt=07, flg=11, set=02)
indexed slots [12]
0 : a
1 : c
2 : c
3 : e
4 : s
5 : s
6 : _
7 : t
8 : o
9 : k
10 : e
11 : n
}
CALL STACK:
DoesNotUnderstandError:reportError
arg this =
Nil:handleError
arg this = nil
arg error =
Thread:handleError
arg this =
arg error =
Object:throw
arg this =
Object:doesNotUnderstand
arg this = nil
arg selector = ‘includesKey’
arg args = [*1]
< FunctionDef in Method Meta_Freesound:getToken >
arg res = 0
arg pid = 8628
var tokenObj = nil
Meta_String:doUnixCmdAction
arg this =
arg res = 0
arg pid = 8628
^^ The preceding error dump is for ERROR: Message ‘includesKey’ not understood.
RECEIVER: nil

Hello, there were a few days of “down time” for the Freesound quark, due to a change in the Freesound API urls, so you probably need to update the quark.

HI i am stuck in the same place, any solution?