You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# p8dl
need a cart-id as argument! (for example, 10022 gets you Hug Arena)
# p8dl 10022
Traceback (most recent call last):
File "/home/arthur/.virtualenvs/p8dl/bin/p8dl", line 10, in <module>
sys.exit(main())
File "/home/arthur/.virtualenvs/p8dl/lib/python3.6/site-packages/p8dl/cli.py", line 12, in main
path, httpmsg = cartretrieve(cart_id)
File "/home/arthur/.virtualenvs/p8dl/lib/python3.6/site-packages/p8dl/downloader.py", line 37, in cartretrieve
url, path = cart_url(cart_id), cart_path(cart_id)
File "/home/arthur/.virtualenvs/p8dl/lib/python3.6/site-packages/p8dl/downloader.py", line 31, in cart_path
pico8_config_var('root_path'),
File "/home/arthur/.virtualenvs/p8dl/lib/python3.6/site-packages/p8dl/downloader.py", line 23, in pico8_config_var
with open(os.path.join(pico8_path(), 'config.txt')) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/arthur/.lexaloffle/pico-8/config.txt'
Would there be a way to work without this configuration file ? Or a way to create it ?
The text was updated successfully, but these errors were encountered:
Would there be a way to work without this configuration file ? Or a way to create it ?
The text was updated successfully, but these errors were encountered: