iffy-pi / apple-shortcuts

A repository for handling the updates and versioning of my apple shortcuts
https://iffy-pi.github.io/apple-shortcuts/
4 stars 0 forks source link

PushBullet - Can't push files in iOS 18 #70

Closed iffy-pi closed 2 weeks ago

iffy-pi commented 2 weeks ago

When trying to push an image, I get the item error code 6 but there is no message. This was a bug purely introduced in iOS 18 beta.

iffy-pi commented 2 weeks ago

Turns out the issue was because of how I was checking for errors. I originally would do if Text(error) is None, but in iOS 18, an empty text string is no longer equivalent to not having any value, so it would be flagged as an error even if no error occurred. Fixing this was just adding quotes to properly check for empty string. I also updated the error codes so that they are more descriptive.

iffy-pi commented 2 weeks ago

Waiting for user to get back to me and verify that it fixed the issue

iffy-pi commented 2 weeks ago

It did fix the issue, will be part of PushBullet release #68