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

Added in-line troubleshooting step and FAQ for FCM-Listener #392

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@ This occurs for some people when their PC crash, there is still no solution for

If the rustplusplus credential application looks like the image below after you've logged in with your steam details this might be because of where you live or something else blocking you from generating. The solution for you would be to try it on the [rustplusplus website](https://rustplusplus-credentials.netlify.app/) instead.

![credential app empty](docs/images/faq/empty-credential-app.png)
![credential app empty](docs/images/faq/empty-credential-app.png)

<a name="Console-Stuck-at-FCM-Listener-Will-Start-in-5-Seconds"
## I'm not getting any notifications and the application is stuck starting at "FCM-listener Host will start in 5 seconds..."

If the console is not progressing please verify you have connected to the server under the discord channel "servers", if it is not connected there is nothing for the FCM-Listener to listen for.
6 changes: 3 additions & 3 deletions src/languages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@
"failedToScrapeProfileName": "Failed to scrape profile name: {link}.",
"failedToScrapeProfilePicture": "Failed to scrape profile picture: {link}.",
"fcmCredentials": "FCM Credentials",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"ferryTerminal": "Ferry Terminal",
"fishingVillage": "Fishing Village",
"five": "Five",
Expand Down Expand Up @@ -775,4 +775,4 @@
"yield": "Úrodnost",
"youAreAlreadyLeader": "Už jsi vůdce.",
"youAreNotPairedWithServer": "Příkaz na vůdce nefunguje, protože nejsi spárován se serverem."
}
}
6 changes: 3 additions & 3 deletions src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@
"failedToScrapeProfileName": "Failed to scrape profile name: {link}.",
"failedToScrapeProfilePicture": "Failed to scrape profile picture: {link}.",
"fcmCredentials": "FCM Credentials",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"ferryTerminal": "Ferry Terminal",
"fishingVillage": "Fishing Village",
"five": "Five",
Expand Down Expand Up @@ -775,4 +775,4 @@
"yield": "Yield",
"youAreAlreadyLeader": "You are already leader.",
"youAreNotPairedWithServer": "Leader command does not work because you're not paired with the server."
}
}
6 changes: 3 additions & 3 deletions src/languages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@
"failedToScrapeProfileName": "Failed to scrape profile name: {link}.",
"failedToScrapeProfilePicture": "Failed to scrape profile picture: {link}.",
"fcmCredentials": "Dane logowania FCM",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}.",
"fcmListenerStartHost": "FCM-listener Host will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"fcmListenerStartLite": "FCM-listener Lite will start in 5 seconds for guildId: {guildId}, steamId: {steamId}. After 5 seconds verify discord server channel has a connected server.",
"ferryTerminal": "Ferry Terminal",
"fishingVillage": "Wioska rybacka",
"five": "Pięć",
Expand Down Expand Up @@ -775,4 +775,4 @@
"yield": "Plon",
"youAreAlreadyLeader": "You are already leader.",
"youAreNotPairedWithServer": "Leader command does not work because you're not paired with the server."
}
}