Closed avephill closed 1 year ago
Also forgot to mention that this is an incredibly useful service and I'd really like to get it to work. I fully understand that it's likely my fault that I'm getting a 404. Thanks for all you do!
you need to use http://fftc:8080/classify
as the webhook address. but I am still trying to fix following issue where classify result request back to firefly got a 404 error.
also you can also add webhook to update the classifier using http://fftc:8080/learn
also you can also add webhook to update the classifier using
http://fftc:8080/learn
please do not use this feature for now as I'm investigating some weird behaviour with that hook. It gets triggered even when /classify
hook is called.
Thank you @Jack-XHP ! Adding /classify solved it. Thanks for adding it to the readme as well. Thanks for a really helpful service
I've double and triple-checked that I have the right setup, but every time I trigger the webhook I receive:
The model trained on my transactions, apparently. And when I trigger the webhook I see
ffiiitc | 2023/11/03 20:31:05 192.168.16.3:45130 POST /
while runningdocker-compose logs -f fftc
, so it's triggering something.I'm running it in a docker-compose.yaml which looks like:
And finally, this is what my webhook config looks like in firefly: