-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
Georg Jähnig edited this page Dec 19, 2022
·
11 revisions
Enter debugging mode with
- https://trovu.net/?#debug=1 , or
- a query starting with
debug:
, e.g.:debug:g foobar
In debug, all the processing will be done – but without the actual redirect. You will be able to see
- which config and shortcut URLs are being fetched
- whether they are found in the browser cache or not
- how a query got matched.
This might be a caching issue.
First of all, make sure that data.trovu.net
has updated the raw version of the shortcut file you edited. For example,
-
o
-namespace (planet) shortcuts are at https://data.trovu.net/data/shortcuts/o.yml. -
de
-namespace (German language) shortcuts are at https://data.trovu.net/data/shortcuts/de.yml. -
.de
-namespace (Germany) shortcuts are at https://data.trovu.net/data/shortcuts/.de.yml.
Then, you can either
- call a query containing only
reload
. - call your query prefixed with
reload:
, e.g.reload:g foobar
.
Both will cause your browser to reload the shortcut files from data.trovu.net
.
If that did not help, try debugging mode (see above).
And if that did not help, clear your browser cache. There are extensions that make this easy, such as Clear Cache for Firefox or Clear Cache for Chrome.