Course: CSCI 1400
Support Specialist Field Guide
Role
- My role was the âknowledge base managerâ, in the scenario, my tasks would be to manage the knowledge baseâranging from creating knowledge base articles on potential issues within the company to working with teams to find potential fixes.
Scenarios
Scenario 1: The Phantom Ping Spikes
Context
- Affects a small percent of players across North America
- Periodic ping spikes every â10-12 minutes
- Affected players are mainly using 2.4 GHz Wi-Fi
- Server shows no issues during the spikes
Troubleshooting Steps
- Verified the playerâs connection with
ping
/traceroute
tests - Identified periodic interference on the playerâs Wi-Fi
- Tested switching to 5 GHz Wi-Fi or Ethernet
Resolution
- Determined interference from nearby devices (such as microwaves) causing disruptions
- Advised the player to change to 5 GHz Wi-Fi or use Ethernet
Prevention
- Include network tips in the knowledge base
- Recommend minimum network hardware
Knowledge Base Article
- âHow to Resolve Periodic Ping Spikesâ
- Include advice on switching to either 5 GHz Wi-Fi or Ethernet
Customer Follow-Up
Hi {{player name}}, Thank you for reaching out about your ping spike issue. After analyzing your connection, your network is experiencing periodic interference likely caused by nearby devices, such as a microwave oven. We recommend switching to a 5 GHz Wi-Fi connection, or potentially using an Ethernet cable for a more stable connection.
Best regards, {{support team}}
Scenario 2: The Invisible Chat Lag
Context
- Only affects the reporting player
- Issue started after the latest update
- Playerâs connection is otherwise stable
- Logs show delays processing guild chat messages for this account
Troubleshooting Steps
- Checked server logs for player chat timestamps
- Reviewed account-specific settings for anomalies
- Cleared the playerâs local cache and retested
Resolution
- Found excessive guild notifications tied to the playerâs account
- Cleared the notifications manually
- Advised the player to limit guild activity logging to prevent future issues
Prevention
- Implement automatic pruning of guild notifications
- Add diagnostics to the chat system to detect potential delays
Knowledge Base Article
- âFixing Delayed Guild Chat Messagesâ
- Provide steps to clear notifications and adjust logging settings
Customer Follow-Up
Hi {{player name}},
Weâve resolved the delay in your guild chat messages by clearing excessive notifications from your account. To avoid similar issues in the future, we recommend limiting guild activity logging in your settings.Best regards,
{{support team}}
Scenario 3: The Disappearing Guild Banner
Context
- Affects all members of a specific guild
- Guild banners fail to display during raids
- Issue started after the most recent patch
- Server logs show failed attempts to retrieve the banner file
Troubleshooting Steps
- Verified the guildâs banner file exists on the server
- Reproduced the issue in a test environment
- Checked patch notes for file path changes affecting banner rendering
Resolution
- Found a bug in the recent patch altering file path structures
- Fixed the guildâs banner file path and restarted the affected server
- Confirmed the banner appeared during raid tests
Prevention
- Add automated tests for guild banner rendering in future patches
- Document file path changes more clearly in patch notes
Knowledge Base Article
- âHow to Resolve Missing Guild Banners in Raidsâ
- Include steps to verify server file paths and update them if needed
Customer Follow-Up
Hi {{player name}},
The issue with your guild banner has been resolved. It was caused by a file path update in our latest patch. Weâve corrected the file path, and your banner should now display correctly during raids.Thank you for your patience! Let us know if you encounter further issues.
Best regards,
{{support team}}
Personal Tips
- Use tools such as
traceroute
and logs to quickly find network-related issues - Document steps taken when troubleshooting
- Try to find temporary fixes for problems
Recommendations for Improving Support
- Implement networking monitoring tools to find issues before players encounter them
- Make video tutorials and/or articles on problems
- Establish communication with ISPs for faster resolution of ISP-related issues
- Implement something like (Atlassian) Statuspage