We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
works, finds the right interface and generates the qr code
on linux I create a config file with just interface
on windows it throws error
if I use the full path, I get the same
configure fails
if I try to specify, here or full path -c %cd%\qrcp.json
same results
my linux nodejs spawn command
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
The text was updated successfully, but these errors were encountered: