5zig-reborn / 5zig-reborn/The-5zig-Mod
Crash When i type in chat in hypixel.
- Langage dominant
- Java
- Étoiles
- 111
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Submitter: AspectOfTheDragon
So when i join Hypixel, i can do everything fine until i type in chat. When i type in chat i instantly freeze and then crash
With this log
[19:59:36] [Client thread/ERROR] [5zig]: Could not fetch Hypixel friends
eu.the5zig.mod.server.hypixel.api.HypixelAPIMissingKeyException
at eu.the5zig.mod.server.hypixel.api.HypixelAPIManager.getKey(HypixelAPIManager.java:161) ~[HypixelAPIManager.class:?]
at eu.the5zig.mod.server.hypixel.api.HypixelAPIManager.get(HypixelAPIManager.java:112) ~[HypixelAPIManager.class:?]
at eu.the5zig.mod.server.hypixel.api.HypixelAPIManager.checkFriendSuggestions(HypixelAPIManager.java:174) [HypixelAPIManager.class:?]
at eu.the5zig.mod.server.hypixel.HypixelListener.onServerConnect(HypixelListener.java:90) [HypixelListener.class:?]
I don't know how to fix this.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
The crash occurs in HypixelAPIManager.java at line 161 where a missing API key exception is thrown. Start by examining the HypixelListener.onServerConnect method at line 90 to understand the flow. Check how the API key is fetched and why it might be missing when typing in chat. Run the mod on Hypixel to reproduce the issue and see if the key retrieval logic needs to be adjusted or if there's a timing issue.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- game-dev
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100