-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
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 |
---|---|---|
@@ -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. |