Code Monkey home page Code Monkey logo

Comments (11)

zizifn avatar zizifn commented on June 25, 2024 1

solved, please check https://github.com/zizifn/edgetunnel/blob/main/src/worker-vless.js

from edgetunnel.

marco9989 avatar marco9989 commented on June 25, 2024

same Error,this afternoon

from edgetunnel.

jingjiecb avatar jingjiecb commented on June 25, 2024

1101 too, have you found any solution?

from edgetunnel.

wrackful avatar wrackful commented on June 25, 2024

1101 too, have you found any solution?

No, currently no solution has been found and no one is responding anywhere, I am investigating

from edgetunnel.

wrackful avatar wrackful commented on June 25, 2024

solved, please check https://github.com/zizifn/edgetunnel/blob/main/src/worker-vless.js

Thanks for the reply, but no, the problem has not been solved , please create a new worker and test

from edgetunnel.

wrackful avatar wrackful commented on June 25, 2024

I think the problem can be for these 3 functions
stringify
unsafeStringify
isValidUUID

from edgetunnel.

wrackful avatar wrackful commented on June 25, 2024

when change return to true is problem solved ,But this is not a principled solution , I am still working on the method
function isValidUUID(uuid) {
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i;
return true
}

from edgetunnel.

zizifn avatar zizifn commented on June 25, 2024

solved, please check https://github.com/zizifn/edgetunnel/blob/main/src/worker-vless.js

Thanks for the reply, but no, the problem has not been solved , please create a new worker and test

from my testing New script on new worker is working fine. could you test it in new worker?

from edgetunnel.

wrackful avatar wrackful commented on June 25, 2024

i tested on new worker , I found the problem, I am searching for the solution, the problem is this code at the beginning of the codes :
if (!isValidUUID(userID)) { throw new Error('uuid is not valid'); }

from edgetunnel.

farahmahmoudm avatar farahmahmoudm commented on June 25, 2024

is there any solution for this problem?

from edgetunnel.

zizifn avatar zizifn commented on June 25, 2024

is there any solution for this problem?

#283 (comment)

please create new worker and try it with updated code

from edgetunnel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.