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

readme instructions lead to unexpected result #2

Open
nthiad opened this issue Apr 6, 2023 · 3 comments
Open

readme instructions lead to unexpected result #2

nthiad opened this issue Apr 6, 2023 · 3 comments
Labels

Comments

@nthiad
Copy link

nthiad commented Apr 6, 2023

When I follow the steps from the readme, the first curl command works ok:

$ curl -d "address=12341234" https://nuntium-stg.instedd.org/tickets.json
{"code":"XXXX","secret_key":"...","status":"pending","data":{"address":"12341234"}}

but the second one returns a response identical to the first:

$ curl 'https://nuntium-stg.instedd.org/tickets/XXXX.json?secret_key=....'
{"code":"XXXX","secret_key":"...","status":"pending","data":{"address":"12341234"}}
@nthiad nthiad changed the title curl instructions curl instructions lead to unexpected result Apr 6, 2023
@nthiad nthiad changed the title curl instructions lead to unexpected result readme instructions lead to unexpected result Apr 6, 2023
@ysbaddaden
Copy link
Contributor

ysbaddaden commented Apr 7, 2023

I can only make hypothesis, here, but I suppose the channel didn't get properly setup with the 4 digits pin (not associated, or a network issue, or a plain bug)? @matiasgarciaisaia probably knows much better.

@ysbaddaden
Copy link
Contributor

I doubt it, but maybe one of Nuntium's worker isn't running (workerfast, workerslow or sched or cron maybe), and a request from Nuntium to the QST simulator is pending?

@matiasgarciaisaia
Copy link
Member

Where have you created the QST Server channel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants