Topic: TinyPNG doesn't work

Does anyone know how to get the untested app TinyPNG to work? I've installed python that was initially the issue is I didn't have the latest version as it requires now I can't seem to figure out whats next.

This is the log

Launching task with command line: runner.rb task-24383]

Task description file task-24383:

ACTION: "/Users/tonylewis/Library/Application Support/Dropzone 3/Actions/Tinify.dzbundle"
EVENT: "clicked"
VARIABLE: "api_key" "••••"
VARIABLE: "app_version" "3.7.0"
VARIABLE: "support_folder" "/Users/tonylewis/Library/Application Support/Dropzone 3"

Traceback (most recent call last):
  File "/Applications/Dropzone 3.app/Contents/Actions/lib/python_runner.py", line 7, in <module>
    import action
  File "/Users/tonylewis/Library/Application Support/Dropzone 3/Actions/Tinify.dzbundle/action.py", line 20, in <module>
    import tinify
  File "/Users/tonylewis/Library/Application Support/Dropzone 3/Actions/Tinify.dzbundle/tinify/__init__.py", line 78, in <module>
    from .client import Client
  File "/Users/tonylewis/Library/Application Support/Dropzone 3/Actions/Tinify.dzbundle/tinify/client.py", line 7, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

[Task completed]

Re: TinyPNG doesn't work

Nobody?

Re: TinyPNG doesn't work

I too wish to get Tinify working with Dropzone. This would be a huge help for my workload. Have you figured it out?

Re: TinyPNG doesn't work

I have rewritten the Tinify action to work again. You can install it from here: https://aptonic.com/actions/install.php … ame=Tinify

Note that it requires the Dropzone 4 non-Mac App Store version. Also it requires an API key which you can get for free at https://tinypng.com/developers

If you have an old version of the action installed then you will want to install it again from the above link so you get the latest version.