You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, any gallery-dl command fails when used with the account @cari.
Here's the command output:
gallery-dl -vK https://baraag.net/@cari
[gallery-dl][debug] Version 1.13.4
[gallery-dl][debug] Python 3.7.3 - Windows-10-10.0.18362-SP0
[gallery-dl][debug] requests 2.23.0 - urllib3 1.25.9
[gallery-dl][debug] Starting KeywordJob for 'https://baraag.net/@cari'
[baraag][debug] Using BaraagUserExtractor for 'https://baraag.net/@cari'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): baraag.net:443
[urllib3.connectionpool][debug] https://baraag.net:443 "GET /api/v1/accounts/search?q=%40cari&limit=1 HTTP/1.1" 200 None
[baraag][error] NotFoundError: Requested account could not be found
I tried making a request myself using curl by passing https://baraag.net/api/v1/accounts/search?q=%40cari&limit=1 and it found their account information as well as the information on a number of similarly named accounts. The only fields that looked odd in the response were "display_name":"" and "discoverable":false.
The text was updated successfully, but these errors were encountered:
For some reason, any gallery-dl command fails when used with the account
@cari
.Here's the command output:
I tried making a request myself using curl by passing
https://baraag.net/api/v1/accounts/search?q=%40cari&limit=1
and it found their account information as well as the information on a number of similarly named accounts. The only fields that looked odd in the response were"display_name":""
and"discoverable":false
.The text was updated successfully, but these errors were encountered: