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
$ gc trigger mandate_activated
This will trigger a mandate_activated event and create necessary resources in the process ⏳
Event triggered successfully, see dashboard for events 🚀
However, billing_request_fulfilled.* events fail with Error: invalid character '<' looking for beginning of value
To Reproduce
$ gc trigger billing_request_fulfilled
This will trigger a billing_request_fulfilled event and create necessary resources in the process ⏳
2024/07/25 23:53:53 Error: invalid character '<' looking for beginning of value
Expected behavior
I expect the cli command to have a 0 return code, and for the correspondind events to be visible in in gc listen
Desktop (please complete the following information):
OS: Ubuntu 24.04
Version:
$ gc version
GoCardless CLI Version: 1.0.1
Git SHA: 1cb32971ea1fe48e0324c65fc53927d5280b33b8
Go Version: go1.17.13
Go OS/Arch: linux/amd64
Built at: 2024-06-26T09:08:56Z
The text was updated successfully, but these errors were encountered:
Describe the bug
I can successfully trigger most events. E.g.
However,
billing_request_fulfilled.*
events fail withError: invalid character '<' looking for beginning of value
To Reproduce
Expected behavior
I expect the cli command to have a 0 return code, and for the correspondind events to be visible in in
gc listen
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: