-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Truncation of Message - Developer Tools and App #182
Comments
Separate issue I am running Beta Frigate... opened an bug over there. The video is accessible but automation failed with the following: Reverting to own automation using camera snapshot. I see previously you had discussed adding snapshot feature would help with this. |
Is the truncation only for the title? There is a limit for how many tokens should be generated for the title. I will increase it for the next release. |
The other issue you're seeing has been mentioned a couple of times in different bug reports so you're not the only one... I have so far however not been able to reproduce it. It seems to be from the similarity score function where numpy arrays are compared. I'll try to figure out why exactly this happens tomorrow. |
Hey! Sorry for the delay! It was truncating title and message response. only change was unchecking generate title. This was done from developer tools. |
Bug Description
Response is truncated to what appears to be a set number of characters.
Version: 1.3.6
Service Call
Directly from blueprint
Recreated in developer tools
In this condition it will not post anything after the automation even when I created my own automation. I was trying to write system log even post notify to capture the response variable but it would not write it despite the trace showing complete.
Logs
Additional context
Please see above. The response is being tructated when a title is being generated. Adding delays does not change it. Even on manual snapshot events it will force truncation of responses.
Does not fix frigate 404 issue. I can access the same link via my local network will try adding longer delay.
The text was updated successfully, but these errors were encountered: