[Bug]: download buton, rename buton and delete button don't work on iphone #12754
-
Describe the problem you are havingI can delete a record under export by directly accessing the frigate URL from chrome on Mac no problem. but when accessing via an iphone with the same URL, the delete button is not accessible. on the export video. There is the same problem with the download button not working on iphone but working on mac. Steps to reproduceVersion0.14.0-da913d8 Frigate config filemqtt:
enabled: true
host: 192.168.0.44
#host: 172.29.8.2
port: 1883
user: jpp
password: xxxxxx
topic_prefix: frigate
client_id: frigate
#logger:
# default: debug
# logs:
# frigate.ptz.onvif: debug
go2rtc:
streams:
JPP_camera-in:
- rtsp://192.168.0.204:554/rtsp
JPP_camera-out:
- rtsp://xxxxxx:[email protected]/channel=1_stream=1.sdp
birdseye:
enabled: true
mode: continuous
detectors:
coral:
type: edgetpu
device: usb
environment_vars:
LIBVA_DRIVER_NAME: radeonsi
cameras:
JPP_camera-in:
detect:
fps: 5
enabled: false
enabled: true
onvif:
host: 192.168.0.204
port: 80
user: admin
password: xxxx
ffmpeg:
inputs:
- path: rtsp://192.168.0.204:554/rtsp
#rtsp://192.168.0.204:554/h264_stream
roles:
- detect
zones: {}
motion:
mask:
- 0.006,0.015,0.258,0.009,0.258,0.066,0.006,0.066
- 0.686,0.188,0.682,0.404,0.95,0.452,0.958,0.195
JPP_camera-out:
detect:
# width: 1280
# height: 720
fps: 5
enabled: true
enabled: true
onvif:
host: 192.168.0.243
port: 8899
user: admin
password: xxxxx
ffmpeg:
inputs:
- path: rtsp://xxx:[email protected]/channel=1_stream=1.sdp
roles:
- detect
motion:
mask:
- 0.62,0.023,0.985,0.025,0.985,0.057,0.621,0.058
- 0.899,0.187,0.858,0.184,0.87,0.225,0.802,0.261,0.927,0.33,0.995,0.278,0.983,0.192
- 0.351,0.09,0.358,0.148,0.659,0.158,0.589,0.073
objects:
track:
- person
- bird
- cat
- dog
filters:
bird:
min_score: 0.7
person:
min_score: 0.75
record:
enabled: true
retain:
days: 10
mode: motion
events:
retain:
default: 10
mode: motion
snapshots:
enabled: true
retain:
default: 20
version: 0.14 Relevant log outputna Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelpg x6 weq 2 + cloudcam Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Aug 5, 2024
Replies: 1 comment 5 replies
-
download is working for me, other buttons fixed in #12755 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HA app doesn't support downloading I believe. This is an issue with the frigate card and other cards as well. I don't believe we can do anything about that.