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

ncurl.exe: error: unrecognized arguments #59

Open
insane-develop opened this issue Dec 19, 2024 · 1 comment
Open

ncurl.exe: error: unrecognized arguments #59

insane-develop opened this issue Dec 19, 2024 · 1 comment

Comments

@insane-develop
Copy link

insane-develop commented Dec 19, 2024

I copied curl from chrom, and then typed uncurl on the command line. It automatically read my clipboard, but doing so it reported an error.
I tried a different version of uncurl and the error was 0.11
uncurl
usage: uncurl.exe [-h] [-d DATA] [-b DATA_BINARY] [-X X] [-H HEADER] [--compressed] [-k] [--user USER] [-i] [-s] command url
ncurl.exe: error: unrecognized arguments:

@atenaafshar
Copy link

yes seems there is an issue , in my case this is my original --data-raw :
'{"locale":"fa-IR","device_type":6,"version_code":2,"os_version":"macOS","device_name":"Chrome","referrer":0}'
but seems uncurl escapes the quotes and turns it to :
'{locale:fa-IR,device_type:6,version_code:2,os_version:macOS,device_name:Chrome,referrer:0}'
and it is not recognizable any more

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

2 participants