1

(5 replies, posted in Dropzone Support)

Done! New issue to come:


ITEMS: "https://www.instagram.com/lnytgthr/reel/DBmLOn4sebK/"

Begin_Message: Logging in to Instagram...
Determinate: 0
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
Error when checking if logged in: JSON Query to graphql/query 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D
Loaded session from /Users/-/Library/Application Support/Dropzone/Temp/session.
Saved session to /Users/-/Library/Application Support/Dropzone/Temp/session.
Begin_Message: Downloading Instagram post...
Traceback (most recent call last):
  File "/Applications/Dropzone 4.app/Contents/Actions/lib/python_runner.py", line 13, in <module>
getattr(action, action_name)()
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/action.py", line 55, in dragged
    post = Post.from_shortcode(L.context, shortcode)
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/structures.py", line 207, in from_shortcode
    post._node = post._full_metadata
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/structures.py", line 345, in _full_metadata
    self._obtain_metadata()
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/structures.py", line 326, in _obtain_metadata
    raise BadResponseException("Fetching Post metadata failed.")
instaloader.exceptions.BadResponseException: Fetching Post metadata failed.

[Task completed]


---
no rush here, pls take your time!

2

(5 replies, posted in Dropzone Support)

That was fast, didn't expect you to reply in such a short time:)

I've done what you suggested, getting a new error instead:

Begin_Message: Logging in to Instagram...
Determinate: 0
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
Error when checking if logged in: JSON Query to graphql/query 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D
Loaded session from /Users/-/Library/Application Support/Dropzone/Temp/session.
Traceback (most recent call last):
File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/action.py", line 44, in dragged
    L.login(os.environ['username'], os.environ['password'])
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloader.py", line 656, in login
    self.context.login(user, passwd)
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloadercontext.py", line 325, in login
    raise BadCredentialsException('Login error: Wrong password.')
instaloader.exceptions.BadCredentialsException: Login error Wrong password.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/Applications/Dropzone 4.app/Contents/Actions/lib/python_runner.py", line 13, in <module>
    getattr(action, action_name)()
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/action.py", line 47, in dragged
    L.login(os.environ['username'], os.environ['password'])
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloader.py", line 656, in login
    self.context.login(user, passwd)
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloadercontext.py", line 325, in login
    raise BadCredentialsException('Login error: Wrong password.')
instaloader.exceptions.BadCredentialsException: Login error Wrong password.

3

(5 replies, posted in Dropzone Support)

Hi! Have the following error while using the extension:

[Launching task with command line: runner.rb task-48785]

Task description file task-48785:

ACTION: "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle"
EVENT: "dragged"
VARIABLE: "support_folder" "/Users/-/Library/Application Support/Dropzone"
VARIABLE: "dragged_type" "text"
VARIABLE: "password" "••••"
VARIABLE: "password_variable" "password"
VARIABLE: "app_version" "4.80.36"
VARIABLE: "apple_silicon" "1"
VARIABLE: "os_version" "15.1.0"
VARIABLE: "username" "••••"
VARIABLE: "path" "/Users/-/Downloads"
VARIABLE: "tmp_folder" "/var/folders/0v/gcz1hzgn39n9thjp4l5zr65h0000gn/T/"
ITEMS: "https://www.instagram.com/reel/C8pn4cxo8nN/"

Begin_Message: Logging in to Instagram...
Determinate: 0
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
JSON Query to graphql/query: 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D [retrying; skip with ^C]
Error when checking if logged in: JSON Query to graphql/query 401 Unauthorized - "fail" status, message "Please wait a few minutes before you try again." when accessing https://www.instagram.com/graphql/query … les=%7B%7D
Loaded session from /Users/-/Library/Application Support/Dropzone/Temp/session.
Traceback (most recent call last):
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/action.py", line 44, in dragged
    L.login(os.environ['username'], os.environ['password'])
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloader.py", line 656, in login
    self.context.login(user, passwd)
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloadercontext.py", line 306, in login
raise LoginException(
instaloader.exceptions.LoginException: Login Checkpoint required. Point your browser to /challenge/action/AXGZd8kml6L6XzcTdLjyW4ZMZVhYlvFL8BEmCyWU1BpPlrsQKOje_J6vj8RIdaXJsOHcdFA/Afzw755FZp_jhi_Xx6V2HITU8IQmgdhRziJINY3DDQ5FHVT8ckJ-ym40v4Ama_nAhObmY-dswszvzw/ffc_w8dyA2XJjPbPc7ziEUg2ZY1r4nZ0zrHnaAkTmp2VcXxixdTmVScQRj50ZjpWIE0X/ - follow the instructions, then retry.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/Applications/Dropzone 4.app/Contents/Actions/lib/python_runner.py", line 13, in <module>
    getattr(action, action_name)()
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/action.py", line 47, in dragged
    L.login(os.environ['username'], os.environ['password'])
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloader.py", line 656, in login
    self.context.login(user, passwd)
  File "/Users/-/Library/Application Support/Dropzone/Actions/Instagram Downloader.dzbundle/instaloader/instaloadercontext.py", line 306, in login
    raise LoginException(
instaloader.exceptions.LoginException: Login Checkpoint required. Point your browser to /challenge/action/AXEMzPwzfXuwp2G_SxthYR2m96NHjE7JhZtb375KipBw7T71G3g5LeZU5zddW6cwc8g_zT0/AfzNzwulls2iyB3fTn9b40gY8j4NH425w_fOm0BQxFzfD9HCoEG6H8MN3uFQEQBXIhgSA0fPNjeQmA/ffc_w8dyA2XJjPbPc7ziEUg2ZY1r4nZ0zrHnaAkTmp2VcXxixdTmVScQRj50ZjpWIE0X/ - follow the instructions, then retry.

[Task completed]

---

For obvious reasons I'm using the account without 2fa, however still no luck:(