diff --git a/liblastfm.cabal b/liblastfm.cabal
--- a/liblastfm.cabal
+++ b/liblastfm.cabal
@@ -1,5 +1,5 @@
 name: liblastfm
-version: 0.1.0.0
+version: 0.1.1.0
 synopsis: Lastfm API interface
 license: MIT
 license-file: LICENSE
diff --git a/src/Network/Lastfm/Response.hs b/src/Network/Lastfm/Response.hs
--- a/src/Network/Lastfm/Response.hs
+++ b/src/Network/Lastfm/Response.hs
@@ -57,7 +57,7 @@
     v ← decode b
     case parseMaybe ((.: "error") <=< parseJSON) v of
       Just (_ ∷ Int) →
-        throw (C.StatusCodeException C.status400 (("Response", Strict.concat $ Lazy.toChunks b) : hs))
+        throw (C.StatusCodeException C.status400 (("Response", Strict.concat $ Lazy.toChunks b) : hs) (C.createCookieJar []))
       _ → return v
   base = R
     { _host = "https://ws.audioscrobbler.com/2.0/"
