da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 78 forks source link

[BUG] I am getting a null value error while trying to launch yasb #137

Open CasanovaSan opened 3 months ago

CasanovaSan commented 3 months ago

Expected Behavior

The app should open

Current Behavior

I get an error

Possible Solution

No idea

Steps to Reproduce

  1. Install the files via git clone
  2. change directories to the yasb folder
  3. install requirements.txt
  4. try launching main.py

Context (Environment)

image

nahid6970 commented 3 months ago

same did u solved it?

nahid6970 commented 3 months ago

ok i searched in the web and i found someone else config and when i paste it into my config it working but it wont show network traffic and also there were lots of bugs that also went away https://codeberg.org/pantlesscoder/dotfiles/src/branch/main/yasb

rado31 commented 3 months ago

Need to add 4 spaces for "type" and "options" in traffic property. Example, look for another properties

malikkemp commented 2 months ago

Within the .yasb\config.yaml file, there is no indentation for the code beneath 'traffic'

Indent everything below traffic to match the code below and rerun

image