Recent content by tmushy

  1. T

    6.0.3.1 - Broke my webserver

    They we're the same ip address which was odd
  2. T

    6.0.3.1 - Broke my webserver

    I fixed my issue if anyone has the same problem. For some reason hundreds if not thousands of entries were in the LIMIT ACCESS BY IP ADDRESS area. That can be found under Settings / Web Server / Advanced. I cleared them all and its working fine again
  3. T

    6.0.3.1 - Broke my webserver

    Im wondering why we are focusing on user agent blocking? This is one of the easiest things to spoof. Seems like a false sense of security. The past 2 updates have had some weird consequences for me. Even on my local lan loading ui3 is extremely slow.
  4. T

    Full ALPR Database System for Blue Iris!

    Look at your logs. Its probably the database issue that I posted fixes on just a few posts before this one.
  5. T

    Any reason to still have 3rd party AI now that BI have it built in?

    Also my reason on of my setups. No real graphics card on it and and older cpu. Built in AI does work but id rather save the cpu useage. Coral chip doing great. Really wish he added hardware decoder support.
  6. T

    New BI built in AI support Coral AI TPU?

    I also second this. Would love some sort of hardware accelerator device support. I run blueiris CPU only no graphics card.
  7. T

    Send Pushover notifications with pictures and hyperlinks

    Same setup. Actually nothing has really changed for me in terms of settings. Everything continued to work just fine.
  8. T

    I built a Virtual ONVIF RTSP Server with Custom Camera Layouts

    I wanted to share a project I’ve been working on. This project was originally built with UniFi Protect in mind, but it has since evolved into something much more. One of my favorite features is GridFusion, which lets you create custom camera layouts and stream them over RTSP as a single...
  9. T

    Full ALPR Database System for Blue Iris!

    Your welcome I was also getting this error and here is the fix for it "plate_notifications_plate_number_key" for table "plate_notifications" does not exist -- Add UNIQUE constraint for plate_number ALTER TABLE plate_notifications ADD CONSTRAINT plate_notifications_plate_number_key UNIQUE...
  10. T

    Full ALPR Database System for Blue Iris!

    Here is the fix I applied I ran this in the console section of portainer. I was in container alpr_database-db-1 #to get into PostgresSQL psql -U postgres #Then I applied this fix. Just copy and paste it -- Create a sequence for the id column CREATE SEQUENCE IF NOT EXISTS...
  11. T

    Full ALPR Database System for Blue Iris!

    well by golly that fixed it. Im now seeing results and its working again. Let me post what I ran
  12. T

    Full ALPR Database System for Blue Iris!

    Let me give that a go. I was going to go that route but I saw so many people having this issue I thought someone for sure would have fixed it by now
  13. T

    Full ALPR Database System for Blue Iris!

    Im running in Ubuntu 25 . I have had this working before but it stopped after watch tower did some update to the database. So I started fresh
  14. T

    Full ALPR Database System for Blue Iris!

    This is a fresh install using the script. Iv googled it and others are having the same issue. I'm also using version 6 of blueiris if it makes a difference
  15. T

    Full ALPR Database System for Blue Iris!

    Anyone ever figure out the solution to Error processing request: error: null value in column "id" of relation "plate_reads" violates not-null constraint I ran two fresh install on two different systems, and still same issue