Skip to content

Commit

Permalink
docs: Basic Drago troubleshooting
Browse files Browse the repository at this point in the history
This is missing stuff for sure
  • Loading branch information
clburlison committed Nov 17, 2023
1 parent 2b2e1c4 commit cd9e4b0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/docs/dragonite/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"index": "Introduction",
"config": "Configuration"
"config": "Configuration",
"troubleshooting": "Troubleshooting"
}
27 changes: 27 additions & 0 deletions pages/docs/dragonite/troubleshooting.mdx
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`

0 comments on commit cd9e4b0

Please sign in to comment.