Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emojis not Loading #4907

Closed
4 tasks done
lucas19961 opened this issue Oct 19, 2023 · 5 comments
Closed
4 tasks done

Emojis not Loading #4907

lucas19961 opened this issue Oct 19, 2023 · 5 comments
Assignees
Labels
issue-report An issue reported by a user.

Comments

@lucas19961
Copy link

Checklist

  • I'm reporting a problem with Chatterino
  • I've verified that I'm running the most recent nightly build or stable release
  • I've looked for my problem on the wiki
  • I've searched the issues and pull requests for similar looking reports

Describe your issue

In the Emotes Menu The Emojis wont load and i dont see them in the Chat. I tried all 4 Emoji Styles and reinstalling/ cache clear wont help.

Screenshots

276725283-92513c78-7711-4aff-a695-525224d5b531
276725379-cad12ea8-97d9-498c-9ed6-783c5930dd91
276725332-1a5f4414-40b7-40d2-8791-24da2f10e0b9

OS and Chatterino Version

Chatterino Nightly 7.4.6 (commit c7a11eb) built on 2023-10-16 with Qt 6.5.0, MSVC 193532217 Running on Windows 11 Version 22H2, kernel: 10.0.22621

@lucas19961 lucas19961 added the issue-report An issue reported by a user. label Oct 19, 2023
@Felanbird
Copy link
Collaborator

ye the server is dying/died

@Nerixyz
Copy link
Contributor

Nerixyz commented Oct 19, 2023

As a sidenote:

if (data->requestType_ == NetworkRequestType::Get)
{
qCDebug(chatterinoHTTP)
<< QString("%1 %2 %3")
.arg(networkRequestTypes.at(
int(data->requestType_)),
QString::number(status.toInt()),
data->request_.url().toString());
}
else
{
qCDebug(chatterinoHTTP)
<< QString("%1 %2 %3 %4")
.arg(networkRequestTypes.at(
int(data->requestType_)),
QString::number(status.toInt()),
data->request_.url().toString(),
QString(data->payload_));
}
should log the error instead of 0 (see #4704).

@CaptainFlint
Copy link

For me it did report a code. 523 it was, I think.

@francorz
Copy link

also happen to me, weird thing is that some people that i talk about this, they can see emojis, but don't work for me

@pajlada
Copy link
Member

pajlada commented Oct 25, 2023

Should work after your next Chatterino reboot now. Thanks for the report!

@pajlada pajlada closed this as completed Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue-report An issue reported by a user.
Projects
None yet
Development

No branches or pull requests

6 participants