Closed rVnPower closed 3 years ago
@rVnPower Hi!
I made same request. This isn't library bug. SauceNao doesn't return any urls for this request, so urls
list is empty. Before printing first url, you must check that it exists. For example:
if best.urls:
print(best.urls[0])
else:
print('URL not found')
This is server full response:
best.raw = {
'header': {
'similarity': '95.67',
'thumbnail': 'https://img3.saucenao.com/ehentai/...',
'index_id': 38,
'index_name': 'Index #38: H-Misc (E-Hentai) - da3e4bcf3836a484032d86c35f5072d1f8555045.jpg',
'dupes': 0,
},
'data': {
'source': 'Rangu',
'creator': [
'rangu',
],
'eng_name': '[Pixiv] Rangu (33844486)',
'jp_name': '[Pixiv] らんぐ (33844486)',
}
}
Result on site also doesn't contain urls:
I got this error when I am trying to find the URL.
Error
Code
Other images works just fine.