Skip to content

Issue running disconnect w/ webpack #64

@atsnipes

Description

@atsnipes

This issue is related to mhart/aws4#46.

When running the example code:

collection.getReleases('username', 1, { page: page, per_page: pageSize }, function (err, data) {
      console.log(data)
    })

I get there error:

TypeError: queryString.escape is not a function
    at Object.util.escape (util.js?fc66:38)
    at Object.collection.getReleases (collection.js?bd01:87)
    at DiscogsClient.getCollection (discogsClient.js?b7f8:22)
    at _callee$ (discoStore.js?6ac2:19)
    at tryCatch (runtime.js?96cf:45)
    at Generator.invoke [as _invoke] (runtime.js?96cf:274)
    at Generator.prototype.<computed> [as next] (runtime.js?96cf:97)
    at asyncGeneratorStep (asyncToGenerator.js?1da1:3)
    at _next (asyncToGenerator.js?1da1:25)
    at eval (asyncToGenerator.js?1da1:32)
_callee$ @ discoStore.js?6ac2:27

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions