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
I have tried multi incrementing in ranges.
I followed the instructions on your help guide, but it seems like I am missing something.
I would like to find the other photos this listing has. I noticed only the first 5 and last 4 numbers change.
This is why I want to do multi range incrementation. To threat those parts of numbers as one.
Hi placeholder10 thank you for opening this issue! 💜
Yes, so unfortunately that's just way too high a multi range for the browser and system to handle and so it will hang for a bit and then throw an Out of Memory error. What you're basically asking for is to multi-increment 99,999 * 9,999 = ~1,000,000,000 URLs, which is a huge amount of text to store in memory.
The multi increment was really designed to handle more reasonable URL ranges that are broken up into typical smaller directory levels like https://example.com/files/1/1/001.jpg.
You bring up a good point and I should maybe put some validation/warning text to give the user a warning. I just need to come up with a good "warning limit," since I believe it's dependent on your available memory, which varies.
Can you try doing smaller ranges? Something in the tens of thousands of URLs total should be OK based on my testing on an 8GB RAM device. Your second range is already at 10,000 so that first range probably needs to be a lot smaller. Though I can't imagine you're going to want to be incrementing even that many times.
Please let me know if I can provide any more assistance. I think you might need to find ways to break the problem down even further so it's something more manageable to solve.
Description
I have tried multi incrementing in ranges.
I followed the instructions on your help guide, but it seems like I am missing something.
I would like to find the other photos this listing has. I noticed only the first 5 and last 4 numbers change.
This is why I want to do multi range incrementation. To threat those parts of numbers as one.
This is the URL:
https://img.jofogas.hu/hdimages/E_mozgo_elektromos_kerekpar_elado__851232547195571.jpg
This is what I tried:
https://img.jofogas.hu/hdimages/E_mozgo_elektromos_kerekpar_elado__[85123-99999]254719[0000-9999].jpg
I selected the first one in brackets then multi increment button, then did the same with the second one. I click accept and the site crashes.
URL
https://img.jofogas.hu/hdimages/E_mozgo_elektromos_kerekpar_elado__851232547195571.jpg
Version
6.1
Browser
Chrome 131.0.6778.205
OS
Windows 10
Device
PC
The text was updated successfully, but these errors were encountered: