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

unable to get windows version to take options, but runs #360

Open
sdetweil opened this issue Mar 4, 2025 · 0 comments
Open

unable to get windows version to take options, but runs #360

sdetweil opened this issue Mar 4, 2025 · 0 comments

Comments

@sdetweil
Copy link

sdetweil commented Mar 4, 2025

if I type
(this is an arm64 windows, in VM on macos, m1, will there be a windows arm64 version?)
but the amd64 qrcp.exe (which runs)

qrcp receive 

works, finds the right interface and generates the qr code

qrcp receive
Scan the following URL with a QR reader to start the file transfer, press CTRL+C or "q" to exit:
http://192.168.12.137:51402/receive/deak

on linux I create a config file with just interface

{"interface": "192.168.12.137"} 

on windows it throws error

qrcp receive -c qrcp.json
Error: unable to find interface

if I use the full path, I get the same

qrcp receive -c %cd%\qrcp.json

configure fails

qrcp configure
Error: CreateFile configure: The system cannot find the file specified.

if I try to specify, here or full path -c %cd%\qrcp.json
same results

my linux nodejs spawn command

'qrcp', ['-k', "-c",  qrcp_config ,  '--output', p, 'receive']

qrcp_config is the full path to the config file and p is the full path to the receive folder
works on linux and mac

oh, create issue says blank, or see templates, templates returns 404 error

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