setup.exe
from the Github pageIf run into any issues, please check out the "Troubleshooting" section below.
The 17Lands client can be installed with Homebrew. To do so, you'll need to open your terminal program and enter a couple of commands.Note that 17Lands will not work if you are running 17Lands through Nvidia GeForce.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install rconroy293/seventeenlands/seventeenlands
brew services start rconroy293/seventeenlands/seventeenlands
seventeenlands
brew update && brew upgrade seventeenlands && brew services stop seventeenlands && brew services start seventeenlands
brew services stop seventeenlands
If you are unable to use Homebrew for whatever reason, you may also install the Python package directly following the instructions under "Linux" below.
If run into any issues, please check out the "Troubleshooting" section below.
The 17Lands client is available as a package for Python3. It is installable with pip.
pip3 install --user seventeenlands
seventeenlands
python3 -m seventeenlands.mtga_follower
pip3 install --user --upgrade seventeenlands
C:/users/{username}/AppData/LocalLow/Wizards Of The Coast/MTGA/Player.log
. If you can't find the log file, try pasting the following into the file browser: %userprofile%\appdata\locallow\Wizards Of The Coast\MTGA
as highlighted in pink here:~/.steam/steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/LocalLow/Wizards Of The Coast/MTGA/Player.log
or ~/.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/LocalLow/Wizards Of The Coast/MTGA/Player.log
, unless you selected a custom location for Steam, in that case adjust the path accordinglyPeople occasionally run into errors when trying to get 17Lands set up. See if your error is listed here, and if not, check out the FAQ for other ways to try to get some help.
Problem: An error dialog appears that says, "An error occurred attempting to install 17Lands MTGA Client" and the details mention an error occurred trying to download a file from https://raw.githubusercontent.com/.
Solution: Download the file manually by visiting https://raw.githubusercontent.com/rconroy293/mtga-log-client/master/clickonce/17Lands%20MTGA%20Client.application, right click, and hitting "Save As...". Make sure to save it with an extension of ".application". Then run that file. The installation should proceed normally.
Problem: On Windows 7, 17Lands installs properly, but it crashes anytime you start it up.
Solution: Windows 7 doesn't have TLS v1.2 enabled by default, which is needed to communicate with our server. See this page for an example of how to enable this.
Problem: When upgrading or installing the client, you get a message that includes some text like "Bootstrap failed: 5: Input/output error"
Solution: For some reason, Homebrew was unable to swap out the client. You can do so manually by running the following in the terminal:
launchctl remove 17Lands && brew services restart rconroy293/seventeenlands/seventeenlands
Problem: When running the client in the terminal, it exits abruptly. There may or may not be a message like "macOS 11 or later required !" or "_tkinter.TclError: version conflict for package Tcl".
Solution: We've pushed out what we believe is a fix for this, but in case you still run into it, you can enter the following into the terminal, substituting in your token from your account page in place of abc123
:
echo $'[client]\ntoken=abc123' > ~/.mtga_follower.ini
Problem: Brew commands to update don't seem to work correctly.
Solution: This could be caused by a wide variety of problems, but it can often be addressed by running brew doctor
and/or brew cleanup
and following any instructions it generates.
If you would like to uninstall the 17Lands client, follow the instructions below for your operating system.
If you installed with Homebrew, you'll want to stop the process from running in the background first by executing the following command in your terminal:
brew services stop seventeenlands
You'll then want to uninstall the software with:
brew uninstall seventeenlands
If you installed with pip, please see the Linux instructions below.
If you installed with pip, you'll want to uninstall by executing the following command in your terminal:
pip3 uninstall seventeenlands
This website uses cookies and other related technologies to improve your experience. For more information, please refer to our Privacy Policy. By continuing to use our site and services, you agree to our Terms of Service. Use the following options to manage your cookie preferences.