Jump to content

Featured Replies

Posted

Could contain: Text, PageCould contain: Page, Text, File, Webpage

the emoji in twitter style don't work, i have many errors in the logs

Solved by Stuart Silvester

Go to solution

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

This is a temporary error due to server unavailability https://twemoji.maxcdn.com

Edited by SeNioR-

  • Author
10 hours ago, Jim M said:

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

ok, i'm wait your fix thanks

7 hours ago, PPlanet said:

I hope it's temporary but this sort of post makes me think it may not:

Yes you are right, sorry for the mistake. It's not a server. MaxCDN is now StackPath so the sub-domain will no longer work.

Edited by SeNioR-

  • Solution

This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).

1 hour ago, Stuart Silvester said:

This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).

Is there a temp solution I could use?

@Stuart Silvester curious - any reason why you went with @14.0.2 instead of @latest in the CDN URL? I would have thought that going with @latest would be better going forward, considering the files being retrieved are only images (as opposed to CSS/JS)

2 hours ago, Stuart Silvester said:

This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).

When will the fix be applied to my forum? Seems some of my users are experiencing the problem (including me), but not others?

4 minutes ago, Em Dee said:

When will the fix be applied to my forum? Seems some of my users are experiencing the problem (including me), but not others?

You would upgrade your site to the latest release to get the fix there 🙂 

Thanks. I hunted it out and have applied it. Thanks for the fix.

No problem. Glad to hear that worked for you 🙂 

  • Author
3 hours ago, Stuart Silvester said:

This has been fixed in 4.7.6, StackPath is apparently not continuing the free CDN for OSS projects (such as Twitter Emoji). We've switched it over to a different CDN (JSDelivr).

updated to 4.7.6 and problem solved thanks

3 hours ago, Em Dee said:

When will the fix be applied to my forum? Seems some of my users are experiencing the problem (including me), but not others?

I also don't have the issue but some of my users have. What is happening is that my browser have the emojis in cache, so they are working. If i enter my site in private mode, i will also have the issue.

11 minutes ago, RevengeFNF said:

I also don't have the issue but some of my users have. What is happening is that my browser have the emojis in cache, so they are working. If i enter my site in private mode, i will also have the issue.

As mentioned above, please upgrade to the latest release where the CDN URL has been updated.

6 hours ago, Stuart Silvester said:

We've switched it over to a different CDN (JSDelivr).

but what if this domain also becomes unavailable someday? Isn't it better to add emoji to own server, like FB or Twitter did? I ask out of curiosity, thanks 😛

8 minutes ago, Jim M said:

As mentioned above, please upgrade to the latest release where the CDN URL has been updated.

Yes, i will do that once i get home 😉

5 hours ago, Nathan Explosion said:

@Stuart Silvester curious - any reason why you went with @14.0.2 instead of @latest in the CDN URL? I would have thought that going with @latest would be better going forward, considering the files being retrieved are only images (as opposed to CSS/JS)

It doesn't greatly matter, there's nothing stopping us changing it in the future. At least we know what we're getting with this specific version. We'll likely add Unicode 14 to the Emoji soon too, then they'll match up nicely.

5 hours ago, PPlanet said:

Is there a temp solution I could use?

The solution is to upgrade I'm afraid. The last 3 releases have been more minor in nature due to the holidays so there aren't any huge changes.

5 minutes ago, SeNioR- said:

but what if this domain also becomes unavailable someday? Isn't it better to add emoji to own server, like FB or Twitter did? I ask out of curiosity, thanks 😛

If there's a CDN available it's better to use that for this kind of thing, plusses are potentially more performance for your end-users if they use another community/site/Twitter that also use the same CDN and you're not having to store and serve an extra 3,660 images on your server.

3 hours ago, Stuart Silvester said:

We'll likely add Unicode 14 to the Emoji soon too, then they'll match up nicely.

That would be super helpful! Much appreciated! 

I still see an error after the upgrade on twitter style:

Could contain: Text

Edited by AlexJ

5 minutes ago, AlexJ said:

That would be super helpful! Much appreciated! 

I still see an error after the upgrade on twitter style:

Could contain: Text

Have you cleared your browser and system caches?

1 minute ago, Jim M said:

Have you cleared your browser and system caches?

Yes  - did browser cache removal, purged ACP cache .. let me try clearing cloudflare cache and report back. 

Update: Clearing Cloudflare cache did the trick! @Jim M - Thanks!

Glad to hear things are functioning!

I still have an issue... is it coming from ChatBox? I am unable to figure out why we still have maxcdn calls.. on website:

Could contain: Page, Text, Menu

21 minutes ago, AlexJ said:

I still have an issue... is it coming from ChatBox? I am unable to figure out why we still have maxcdn calls.. on website:

Could contain: Page, Text, Menu

Yes, it looks like Chatbox is hardcoded to use the old CDN.

            text = (text = (text = self._parseForContent(text)).replace(this.lmn11, function(callback) {
                return 0 > self.lmn12.indexOf(callback) ? "twemoji" != ips.getSetting("emoji_style") ? "<span class='chatboxEmoji'>" + callback + "</span>" : "<img class='chatboxEmoji' src='" + ("https://twemoji.maxcdn.com/2/72x72/" + self._emojiUnicode(callback) + ".png") + "'>" : callback;
            })).replace("!", "&#33;");

 

Recently Browsing 0

  • No registered users viewing this page.