Thanks to @iconnor for suggesting converting the message from plain text to html, all the images are now rendered as expected.
Original message at https://github.com/ZoneMinder/zoneminde ... 1892796826
Search found 26 matches
- Fri Mar 08, 2024 11:49 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: EI1 and EM1 macros not working in Thunderbird or on iPhone
- Replies: 3
- Views: 6115
- Mon Oct 02, 2023 8:15 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: EI1 and EM1 macros not working in Thunderbird or on iPhone
- Replies: 3
- Views: 6115
Re: EI1 and EM1 macros not working in Thunderbird or on iPhone
@iconnor is reporting that the PR isn't necessary as attachments and links work fine for him in Thunderbird. (I'm also seeing it in the iPhone email client). Can someone else confirm that they're seeing the same issues as me (images not appearing, or appearing as attachments), or am I the only one ...
- Sun Sep 24, 2023 6:37 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: EI1 and EM1 macros not working in Thunderbird or on iPhone
- Replies: 3
- Views: 6115
Re: EI1 and EM1 macros not working in Thunderbird or on iPhone
The cause of Thunderbird and iPhone not displaying the images in-line is placing the images in a nested multipart message. I've checked that it appears correctly in Thunderbird, web gmail, iOS iPhone email, fastmail web mail and fastmail iOS email. Issue: https://github.com/ZoneMinder/zoneminder ...
- Sat Sep 16, 2023 9:53 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: EI1 and EM1 macros not working in Thunderbird or on iPhone
- Replies: 3
- Views: 6115
EI1 and EM1 macros not working in Thunderbird or on iPhone
Hi All, The image macros (%EI1%, %EM1%, etc.) appear to be generating badly formed content when viewed in Thunderbird or the Apple iPhone email program. The relevant part of the email source is: This is a multi-part message in MIME format. --_----------=_169484928125998620 Content-Transfer-Encoding ...
- Fri Nov 03, 2017 12:27 pm
- Forum: ZoneMinder 1.30.x
- Topic: API not working
- Replies: 8
- Views: 4052
Re: API not working
The API is what allows external programs such as zmNinja to access zoneminder, it stands for Application Programming Interface (from memory). First you'll need to ensure that the API is installed, my Ubuntu 16.04 1.30.x installation has it in /usr/share/zoneminder/www/api. The ensure that it is ...
- Thu Nov 02, 2017 3:36 pm
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
Re: API was working from zmNinja, but has stopped
Hi @kenworth, Thanks for your reply. I've also got HTTPS only access. If the crosswalk version ever becomes the default I'll look at re-enabling basic auth and re-configuring Apache so that it is only enabled on the internet interface. For now I'll rely on the ZM authentication and that it is ...
- Wed Nov 01, 2017 3:49 pm
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
Re: API was working from zmNinja, but has stopped
Sounds like you are using Chrome on your mobile. See this thread....I had the same problem. https://forums.zoneminder.com/viewtopic.php?f=33&t=26493 Thanks, @kenworth! That was indeed the problem. Disabling basic authentication and only using zoneminder's internal authentication means that zmNinja ...
- Wed Nov 01, 2017 11:09 am
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
Re: API was working from zmNinja, but has stopped
$ curl https://user:password@hmcz.duckdns.org/zm/api/host/getVersion.json { "version": "1.30.0", "apiversion": "1.0" } $ curl https://user:password@hmcz.duckdns.org/zm/api/monitors.json { "monitors": [ { "Monitor": { "Id": "1", "Name": "Kam61", "ServerId": "0", "Type": "Ffmpeg", "Function": "Mocord ...
- Wed Nov 01, 2017 11:09 am
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
Re: API was working from zmNinja, but has stopped
The apache error log doesn't contain any errors near that time. The access log shows: 192.168.0.1 - - [20/Oct/2017:11:23:48 +0200] "GET /zm/api/host/getVersion.json HTTP/1.1" 401 3962 "-" "Mozilla/5.0 (Linux; Android 7.1.1; ONEPLUS A3003 Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko ...
- Wed Nov 01, 2017 11:08 am
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
Re: API was working from zmNinja, but has stopped
The ZoneMinder logs don't show any errors (the logon was at 11:23): 2017-10-20 11:22:22.075821 zmc_m1[676].INF-zm_monitor.cpp/3116 [Kam61: 5000 - Capturing at 5.00 fps] 2017-10-20 11:22:22.180138 zmc_m2[690].INF-zm_monitor.cpp/3116 [Kam62: 5000 - Capturing at 5.00 fps] 2017-10-20 11:22:23.406442 zmc ...
- Wed Nov 01, 2017 11:07 am
- Forum: ZoneMinder 1.30.x
- Topic: API was working from zmNinja, but has stopped
- Replies: 7
- Views: 17657
API was working from zmNinja, but has stopped
Hi Everyone, I'm trying to get zmNinja 1.2.504 working again with my ZoneMinder 1.30.0 installation. (It was working up to a while ago, and has inexplicably stopped working.) Operating system patches have been applied regularly, but no ZM updates since then. The normal ZM web interface works without ...
- Wed Nov 01, 2017 10:42 am
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 in Arch Linux - troubleshooting ...
- Replies: 7
- Views: 4830
Re: ZoneMinder 1.30.4 in Arch Linux - troubleshooting ...
Check that you have enough free space in /dev/shm. I have 6 cameras, and each requires 176M for corresponding zm.mmap.x file.
- Fri Aug 04, 2017 7:33 am
- Forum: ZoneMinder 1.30.x
- Topic: [SOLVED] Sending email in ZM 1.30 with SSMTP
- Replies: 5
- Views: 12931
Re: [SOLVED] Sending email in ZM 1.30 with SSMTP
Hi @yippeeee25,
I'm a bit out of my depth here, but I think the problem is that the files are owned by "nobody":
-rw-r----- 1 root www-data 296 Oct 3 2016 revaliases
-rw-r----- 1 root www-data 194 Oct 3 2016 ssmtp.conf
HTH,
Alistair
I'm a bit out of my depth here, but I think the problem is that the files are owned by "nobody":
-rw-r----- 1 root www-data 296 Oct 3 2016 revaliases
-rw-r----- 1 root www-data 194 Oct 3 2016 ssmtp.conf
HTH,
Alistair
- Wed Oct 12, 2016 5:38 pm
- Forum: ZoneMinder 1.29.x
- Topic: [Solved] Zoneminder constantly crashing entire system
- Replies: 14
- Views: 7100
Re: Zoneminder constantly crashing entire system
You can mark the thread solved by editing your original post, which will allow you to edit the subject, and insert [SOLVED] at the start.
- Thu Oct 06, 2016 5:37 pm
- Forum: ZoneMinder 1.30.x
- Topic: [SOLVED] Sending email in ZM 1.30 with SSMTP
- Replies: 5
- Views: 12931
Re: Sending email in ZM 1.30 with SSMTP
I eventually figured this one out... The problem was that the apache server user, www-data, didn't have access to the ssmtp configuration files. To get it working, I just granted read access to the www-data user, the real solution can be found at: https://wiki.archlinux.org/index.php/SSMTP HTH ...