You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: