-
-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Step 1. Before you submit
- I have read the above instructions and am sure that this is supposed to be posted here.
- I've successfully updated to the latest versions following the updating guide.
- I've successfully updated the system packages to the latest.
- I've ticked the checkboxes without reading their contents
Step 2. Version info
Version info
Packages:
caelestia-shell 1.4.0-1
caelestia-cli 1.0.2-1
caelestia-meta r151.cadf1e2-1
Caelestia:
Last commit: 40412d343bb6aac37b85dcb9f3024ff23894cf3d
Commit message: hypr: fix new hyprland rules (#256)
Shell:
caelestia-shell 1.4.0, revision e9d13d0c29eea13f5ae55da7eac07dc159b91b6b, distrubuted by: AUR (package: caelestia-shell)
Quickshell:
quickshell 0.2.1, revision 6742148cf4a8415a9c51fdeb11d8c3ea716c2e14, distributed by: AUR (package: quickshell-git)
Step 3. Describe the issue
When reviewing the weather tab of the dashboard module, the date for "today's" forecast is yesterday.
System has been rebooted and shell restarted with no change. Located in UTC-6 if relevant.
Output of 'caelestia shell -l'
◄ 0s ○ caelestia shell -l ⌂ 11:40
Traceback (most recent call last):
File "/usr/bin/caelestia", line 8, in <module>
sys.exit(main())
~~~~^^
File "/usr/lib/python3.13/site-packages/caelestia/__init__.py", line 10, in main
args.cls(args).run()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/caelestia/subcommands/shell.py", line 19, in run
self.print_log()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/caelestia/subcommands/shell.py", line 53, in print_log
log = self.shell("log")
File "/usr/lib/python3.13/site-packages/caelestia/subcommands/shell.py", line 41, in shell
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['qs', '-c', 'caelestia', 'log']' returned non-zero exit status 255.
Reminder
- I agree that it's usually impossible for others to help me without my logs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working