mricim
mricim
Could you load a very simple html like this ``` My First Heading My first paragraph. ``` and paste the result from the browser console here?
Hi @Leonardoih ! With this configuration: ``` // Mainly for static files "liveServer.settings.useWebExt": true, // This means that you change your real URL (current PHP url) // to another URL...
I highly recommend that you configure it in proxy mode. You will save a lot of headaches: #50 [Click here](https://github.com/ritwickdey/live-server-web-extension/issues/50#issuecomment-827884253)
> When I was running my files on local host using xampp the form seemed to work just fine....but when i created a new online database on my sql website...
The server you use is on and allows you access?
Same. Did you get any progress?
@arun-hel Yeah. Many times it keeps processing and everything is fine, the other times I run again and it works fine.
Same mistake. The problem seems to be in: ``` def get_domain_from_fqdn(fqdn): regex = r"(?:(?:\w|-)+\.)+(\w+\.\w+)$" return re.search(regex, fqdn, re.IGNORECASE).group(1) domain = get_domain_from_fqdn(fqdn) ``` The line `re.search(regex, fqdn, re.IGNORECASE).group(1)` return "**None**" If...
It turns out that the script was configured only to work with **"www."** prefixes in domain names. I've submitted [pull request #6](https://github.com/lazaroblanc/IONOS-DynDNS/pull/6) to make it now accept both **"domain.com"** and...
Same problem, same error... With the camera I get the error 2200