Persistant Error on my site: Punycode label

Permalink
When I open my logs it is basically pages and pages of this error:

Exception Occurred: /home/mywebsite/public_html/updates/concrete5-8.2.1_remote_updater/concrete/vendor/true/punycode/src/Punycode.php:84 The length of any one label is limited to between 1 and 63 octets, but 0 given. (0)


Can someone explain to me what this means please? Thanks

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi wilfordbrimley,

When did the error start displaying?

The error appears related to Punycode.
"A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)."
https://github.com/true/php-punycode...

Do you have an internationalized domain name or domain name with special characters, etc?
wilfordbrimley replied on at Permalink Reply
Thanks, it's just a regular domain, i.e. mywebsite.com. It looks like the first occurrence was on Sept. 7th. It always occurs with 'Guest' users. I can't personally seem to replicate the issue anywhere when logged out.
FaganSystems replied on at Permalink Reply
FaganSystems
I know this is a bit late to the party and I know its on a different version of Concrete5 5.8.4.5.
I am working on launching a website on the Google Cloud Platform.
This morning when trying to access the site I got
The length of any one label is limited to between 1 and 63 octets, but 0 given.

I first suspected a change I had deployed but it turned out to be a trailing .
when xxxx.xxxx.com. was changed to xxxx.xxxx.com it worked fine.

Just hope this will save someone an age tearing out their hair

Martyn