-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"index": "Introduction", | ||
"config": "Configuration" | ||
"config": "Configuration", | ||
"troubleshooting": "Troubleshooting" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { Callout } from 'nextra-theme-docs' | ||
|
||
# Dragonite Troubleshooting | ||
|
||
<Callout type="info" emoji="🚧"> | ||
This page is still under construction | ||
</Callout> | ||
|
||
## Quests not scanning | ||
|
||
- Check your **Area** in Dragonite Admin. Make sure: | ||
|
||
- A quest route is saved | ||
- **Quest Mode** is Enabled | ||
- **Quest Hours** has at least one number in the Array. | ||
|
||
<Callout type="info" emoji="🚧"> | ||
Validate your Quest Hours are saved properly inside your database! [Issue #10](https://github.com/UnownHash/Dragonite-Public/issues/10) | ||
</Callout> | ||
|
||
|
||
- Check your Dragonite Logs: `grep QUESTCHECK` | ||
|
||
## Koji route issues | ||
|
||
- Check your Dragonite Logs: `grep KOJI` | ||
- Check your Dragonite Logs: `grep CRON` |