Code Monkey home page Code Monkey logo

Comments (8)

xhlove avatar xhlove commented on September 28, 2024

have no idea for this ……

from wvguesser.

anaveem avatar anaveem commented on September 28, 2024

I get the same error. And the compiled exe copy doesn't work either. It just runs and exits abruptly. The only forked copy I found to work is this: https://github.com/1453374029/WVGuesser

Could be due to users using different versions of Python and its libraries. I would encourage anyone who is developing this further to list the version of Python and required libraries. If it helps, I'm using a freshly installed copy of Python.

C:\anon\desktop\xhlove WVGuesser-master>python -m wvguesser.mainv2
Traceback (most recent call last):
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\anon\desktop\xhlove WVGuesser-master\wvguesser\mainv2.py", line 26, in <module>
    client.connect(('127.0.0.1', port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it

from wvguesser.

PuMa2006 avatar PuMa2006 commented on September 28, 2024

I get the same error. And the compiled exe copy doesn't work either. It just runs and exits abruptly. The only forked copy I found to work is this: https://github.com/1453374029/WVGuesser

Could be due to users using different versions of Python and its libraries. I would encourage anyone who is developing this further to list the version of Python and required libraries. If it helps, I'm using a freshly installed copy of Python.

C:\anon\desktop\xhlove WVGuesser-master>python -m wvguesser.mainv2
Traceback (most recent call last):
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\anon\desktop\xhlove WVGuesser-master\wvguesser\mainv2.py", line 26, in <module>
    client.connect(('127.0.0.1', port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it

Yup. Same problem here. But compiled (1.2.0) works

from wvguesser.

TiRajo avatar TiRajo commented on September 28, 2024

I get the same error. And the compiled exe copy doesn't work either. It just runs and exits abruptly. The only forked copy I found to work is this: https://github.com/1453374029/WVGuesser
Could be due to users using different versions of Python and its libraries. I would encourage anyone who is developing this further to list the version of Python and required libraries. If it helps, I'm using a freshly installed copy of Python.

C:\anon\desktop\xhlove WVGuesser-master>python -m wvguesser.mainv2
Traceback (most recent call last):
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\anon\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\anon\desktop\xhlove WVGuesser-master\wvguesser\mainv2.py", line 26, in <module>
    client.connect(('127.0.0.1', port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it

Yup. Same problem here. But compiled (1.2.0) works

Got fixed its due to space in Folder name Please Remove the Space In Folder Name ! Even in v1.2.0 face connection refuse issues so rename the folder without space.

from wvguesser.

anaveem avatar anaveem commented on September 28, 2024

@TiRajo, can you be more specific? Which space, in which folder name? thanks

from wvguesser.

TiRajo avatar TiRajo commented on September 28, 2024

@TiRajo, can you be more specific? Which space, in which folder name? thanks

C:\anon\desktop\xhlove(remove this space)WVGuesser-master>python -m wvguesser.mainv2 - ! use this files in folder without special characters so it will be fine in running

from wvguesser.

anaveem avatar anaveem commented on September 28, 2024

Ah, ok, thanks, yes that was the problem. I thought you were referring to spaces in the program folders, because users shouldn't have to avoid using spaces in their folder names. I believe what's happening is that mainv2.py is calling the program path without quotes ' ', so anyone who placed the program in a folder with spaces will get that error. @xhlove it would be great if you could fix that in your code for the next commit. Thanks

from wvguesser.

xhlove avatar xhlove commented on September 28, 2024

its fixed in v1.3.0.

from wvguesser.

Related Issues (6)

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.