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

Server interrupts requests when Python application packed by PyInstaller #269

Open
vololev opened this issue Aug 23, 2023 · 0 comments
Open

Comments

@vololev
Copy link

vololev commented Aug 23, 2023

If your application is packaged with PyInstaller and the --noconsole option is set, JsonRpcServer will not process the request, but will simply return a completely empty response.
If you do not use --noconsole, the application will have a console window, but will work fine.

System: Win7 x64 pro, Python 3.8.10 x32, PyInstaller 5.13, jsonrpcserver 5.0.9

Found, that exe file made by PyInstaller up to 5.6.2 is working normal. Newer versions not working with --noconsole parameter.

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

1 participant