Search found 3 matches

by geschriever
Monday 02 August 2021 11:47
Forum: Other questions and discussions
Topic: What is "Returned a status: 301"
Replies: 7
Views: 1069

Re: What is "Returned a status: 301"

Hi, I have solved it this way: In the plugin.py in the earthquake folder in plugins of domotica, change: __API_PORT = "80" in __API_PORT = "443" and change the reference HTTP to HTTPS in (see below): # Connection self.__rssConn = Domoticz.Connection( Name="KNMI", Transport="TCP/IP", Protocol="HTTP ...
by geschriever
Sunday 13 June 2021 23:10
Forum: Other questions and discussions
Topic: What is "Returned a status: 301"
Replies: 7
Views: 1069

Re: What is "Returned a status: 301"

I have also the same error.
The link in the code is working but if you use the code in Domoticz you get the 301

error:2021-06-13 23:06:40.183 Error: Dutch earthquakes: (Dutch earthquakes) Returned a status: 301

Does anyone have a clue what the issue is?
by geschriever
Thursday 03 June 2021 16:59
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Change of SSH port causes Domoticz to crash by saving settings
Replies: 1
Views: 242

Change of SSH port causes Domoticz to crash by saving settings

Hi, I have an issue with changing the SSH port from 443 to e.g. 445. If I do this Domoticz is running but however I want to save the settings on the setting page, Domoticz crashes. By changing back to 443 to problem is solved, but this is not what I want. Is there something I do forget ...