-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All images send error #43
Comments
Maybe Big Sur? The app didn't ask for drive access. |
Probably there's a problem of tinypng.com's service. The app works fine for me on Big Sur. |
Get same error in my new M1 macbook, but work fine in my another old macbook |
On my macbook air M1 work fine |
I have the same error. |
I have the same error |
it seems like you're looking for a solution code to handle errors when sending images. However, your request is quite broad, as there can be various types of errors that might occur during image transmission. Here's a general outline of how you might approach handling errors when sending images over a network using Python's requests library. Keep in mind that this is just a basic example, and you should adapt it to your specific use case: def send_image(image_url): if name == "main": |
Any image send error
The text was updated successfully, but these errors were encountered: