Skip to content

Commit

Permalink
Add new FAQ #840
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Oct 11, 2023
1 parent 904e102 commit 4c2634f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/_faq/known_errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Known errors
categories: [Website, FAQ]
tags: [errors]
---

The software can produce some warning and deprecation messages. And here is a list of known messages which you can ignore.

## Bottle
```
/home/pi/TerrariumPI/venv/lib/python3.7/site-packages/bottle.py:3383: DeprecationWarning: Absolute template path names are deprecated.
fname = self.search(name, self.lookup)
```

This message is very old, and TerrariumPI does not use bottle template engines. So this message can be ignored.

0 comments on commit 4c2634f

Please sign in to comment.