lukepistrol / TimeMachineStatus

TimeMachineStatus is a little menu bar application for macOS which aims to show more useful information than the system default.
Other
235 stars 3 forks source link

🐞: No text showing up in window #11

Closed markbattistella closed 10 months ago

markbattistella commented 10 months ago

Describe the bug No progress text (like the images) when performing a backup.

To Reproduce Steps to reproduce the behavior:

  1. Go to app
  2. Click on "Play" button

Expected behavior To see something like this:

image

Screenshots

https://github.com/lukepistrol/TimeMachineStatus/assets/17962160/c984ed39-69c1-4ec2-9b05-0a6e79199117

Additional context

lukepistrol commented 10 months ago

Thanks for your report! This might be a problem because of the way apple encodes the volume info. This unfortunately is not documented very well and there might be some unexpected data points or data points missing in your specific configuration.

To fix this I need a bit more information.

Please open your Terminal.app and type in the following command to save the logs to a file on your Desktop. Ideally right after you restarted the app. Make sure to change the time stamp to before the error occurred.

log show --predicate 'sender == "TimeMachineStatus"' --start '2023-11-15 00:05:00' > ~/Desktop/TMS.log

Then please attach the file here.

Thanks again for your report! 😊

markbattistella commented 10 months ago

No issue - happy to help on such a nice app.

The repeated error is:

2023-11-15 10:26:01.838501+1100 0x9697 Error 0x0 2051 0 TimeMachineStatus: [com.lukaspistrol.TimeMachineStatus.TMUtility:] Error reading preferences: keyNotFound(CodingKeys(stringValue: "ExcludedVolumeUUIDs", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"ExcludedVolumeUUIDs\", intValue: nil) (\"ExcludedVolumeUUIDs\").", underlyingError: nil))

TMS.log

lukepistrol commented 10 months ago

Can you please check whether this is fixed in version 0.0.3? You can just update from within the app:

Screenshot 2023-11-14 at 03 20 01

markbattistella commented 10 months ago

There is a visible error message now, but still no UI for progress:

image

My drives are encrypted though - so I wonder too if that is an edge case?

lukepistrol commented 10 months ago

Ok, could you send me the logs once again please?

markbattistella commented 10 months ago

Seems to be working in 0.0.6!

Screenshot 2023-11-16 at 4 17 14 pm