lukepistrol/TimeMachineStatus

๐Ÿž: No text showing up in window

Closed this issue ยท 6 comments

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

Screen.Recording.2023-11-15.at.9.19.02.am.mov

Additional context

  • Two different TM drives, only one connected a time (on-site / off-site)
  • M2 Sonoma 14.0
  • Full disk access is permitted, app rebooted, system rebooted

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! ๐Ÿ˜Š

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

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

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?

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

Seems to be working in 0.0.6!

Screenshot 2023-11-16 at 4 17 14โ€ฏpm