Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install problem #110

Open
Epharim112 opened this issue Mar 13, 2024 · 1 comment
Open

Install problem #110

Epharim112 opened this issue Mar 13, 2024 · 1 comment

Comments

@Epharim112
Copy link

Traceback (most recent call last):
File "/opt/coindicator/venv/bin/./coindicator", line 8, in
sys.exit(main())
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 354, in main
Coin(config)
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 57, in init
self._load_settings()
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 125, in _load_settings
"asset_pair": self.assets[first_code][0].get("pair"),
IndexError: list index out of range

lager version

python3.10/site-packages/coin/exchanges/unocoin.py

code object from '/opt/coindicator/venv/lib/python3.10/site-packages/coin/exchanges/pycache/unocoin.cpython-310.pyc'

import 'coin.exchanges.unocoin' # <_frozen_importlib_external.SourceFileLoader object at 0x77d50958ff70>

/usr/lib/python3.10/pycache/netrc.cpython-310.pyc matches /usr/lib/python3.10/netrc.py

code object from '/usr/lib/python3.10/pycache/netrc.cpython-310.pyc'

/usr/lib/python3.10/pycache/shlex.cpython-310.pyc matches /usr/lib/python3.10/shlex.py

code object from '/usr/lib/python3.10/pycache/shlex.cpython-310.pyc'

import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x77d5095d4ac0>
import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x77d5095d47f0>
Traceback (most recent call last):
File "/opt/coindicator/venv/bin/./coindicator", line 8, in
sys.exit(main())
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 354, in main
Coin(config)
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 57, in init
self._load_settings()
File "/opt/coindicator/venv/lib/python3.10/site-packages/coin/coin.py", line 125, in _load_settings
"asset_pair": self.assets[first_code][0].get("pair"),
IndexError: list index out of range

/opt/coindicator/venv/lib/python3.10/site-packages/pygame/pycache/freetype.cpython-310.pyc matches /opt/coindicator/venv/lib/python3.10/site-packages/pygame/freetype.py

code object from '/opt/coindicator/venv/lib/python3.10/site-packages/pygame/pycache/freetype.cpython-310.pyc'

extension module 'pygame._freetype' loaded from '/opt/coindicator/venv/lib/python3.10/site-packages/pygame/_freetype.cpython-310-x86_64-linux-gnu.so'

extension module 'pygame._freetype' executed from '/opt/coindicator/venv/lib/python3.10/site-packages/pygame/_freetype.cpython-310-x86_64-linux-gnu.so'

import 'pygame._freetype' # <_frozen_importlib_external.ExtensionFileLoader object at 0x77d51075baf0>
import 'pygame.freetype' # <_frozen_importlib_external.SourceFileLoader object at 0x77d51075af20>

clear builtins._

@greenozon
Copy link

Please provide your env (OS, etc) and steps your have executed,
also
please take into account a step from readme -

Before reporting bugs or issues, please try removing/renaming the ~/.config/coindicator folder first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants