Eamonn Martin James Kenny
Eamonn Martin James Kenny
Example of problem Traceback (most recent call last): File "./github-BugConversion.py", line 99, in ? main(sys.argv) File "./github-BugConversion.py", line 93, in main gitHubXMLobject = GitHubToXML( executableFullPath ) File "./github-BugConversion.py", line 19,...
So, we are at the previous bug again... 3rd time fixing it. This now is a better fix, and would have fixed the code 3 times without having to definte...
> The error occurs because Google Images itself returns zero images. "Looks like there aren’t any matches for your search." Everything else works fine, but this has a sys.exit() (Line...
the error is arising inside the format_object function because the try except returns an exception which is None. Might be a good idea to not just print(e) but instead do...
Found the fix Joe, turns out that if you change info = data[11] to info = data[22] it will all start working again.
Is the command line now superslow? I ran the following and its taking an age to run: googleimagesdownload -l 10 -r labeled-for-reuse -k pepper -f jpg
So, we are at the previous bug again... 3rd time fixing it. This now is a better fix, and would have fixed the code 3 times without having to definte...
Hi MrClean, I think that it was rolled back to a really old version. You will need to implement my fix as described in issue #31 to replace lines 406...
This issue is that: start_line = page.find("AF_initDataCallback({key: \\'ds:1\\'") - 10 does not exist anymore, so this value returns -11, since find is -1. So the respData is completely different I...
For me the conda environment worked in WSL Debian for quite some time. Then if you remove it using the correct command "conda env remove -n my_environ" it doesn't work...