-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
tomasvana10 edited this page Aug 7, 2024
·
6 revisions
Warning
This wiki is outdated. Please visit the official documentation instead. Thank you.
-
The crossword game is too big or too small
- This is an issue on some browsers/computers. To fix it, simply press
CTRL and + or -on Windows/Linux orCMD and + or -on MacOS to resize your web browser appropriately.
- This is an issue on some browsers/computers. To fix it, simply press
-
Zooming doesn't work. Why?
- You likely did not have an active internet connection while opening the web app. This will prevent the
jqueryscript from being fetched, thus removing the zoom plugin's functionality. Try connecting to the internet, reloading the crossword page (or loading a new crossword and opening it in a new tab), then try zooming again.
- You likely did not have an active internet connection while opening the web app. This will prevent the
-
pip/python doesn't work when I type it into my terminal
-
I opened the web app and the crossword did not appear.
- You may have opened the web app without a browser open. Because of this, the browser will likely forget that it has to open a new tab with the crossword. Try pressing
Openonce more, or manually enter the address to the crossword game, which consists of a loopback address (it will most likely be127.0.0.1), and a port (forxpuz, this port defaults to5000). When these two are combined, the address will look something like127.0.0.1:5000.
- You may have opened the web app without a browser open. Because of this, the browser will likely forget that it has to open a new tab with the crossword. Try pressing
crossword_puzzle (2024)