Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError: _ref2 is not defined #25

Open
LorhanSohaky opened this issue Mar 2, 2020 · 2 comments
Open

Uncaught ReferenceError: _ref2 is not defined #25

LorhanSohaky opened this issue Mar 2, 2020 · 2 comments

Comments

@LorhanSohaky
Copy link

submitFlag() {
      const { flag, token } = this.$data;
      const info = this.info;
      const local = { owner: "user", repository: "repo" };
      const upstream = {
        owner: config.owner,
        repository: config.submissionsRepo
      };

      this.$worker
        .run(
          async (flag, info, token, local, upstream) => {
            const NIZKCTF = require("../services/nizkctf");
            const nizkctf = new NIZKCTF(token, local, upstream);

            return await nizkctf.submitFlag(flag, info);
          },
          [flag, info, token, local, upstream]
        )
        .then(r => console.log(r))
        .catch(r => console.log("Error", r));
    }
@ThomasFindlay
Copy link

Stumbled into exact same issue. The code was fine and it worked first, but then it suddenly stopped for some reason

@Dinert
Copy link

Dinert commented Apr 19, 2023

Stumbled into exact same issue. The code was fine and it worked first, but then it suddenly stopped for some reason

me too. Is it settled now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants