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
On Windows 10 I'm getting Fatal: there are problems with fetch_image.cgi popup on web-page opening and then on each of Next image clicks which fail. I looked inside Apache error log and found this:
(OS 2)The system cannot find the file specified. : [client ::1:63885] AH01223: couldn't spawn child process: C:/git/LabelMeAnnotationTool/annotationTools/perl/write_logfile.cgi
(OS 2)The system cannot find the file specified. : [client ::1:63886] couldn't create child process: 720002: write_logfile.cgi
I have installed Active Perl and the shebang line in my cgi scripts points to the where my perl.exe sits.
I have included these lines in my Apache conf:
Hello @safooray , From the comments you mentioned in the issues, I understand that you are also setting this on Windows. I have recently started following this and wanted your help in setting up the environment. Especially the fetch_image.cgi. I am very confused on where and how to edit the file and where to add the code. Can you please share your code for the fetch_image.cgi? It would be of a great help. Thank you!
On Windows 10 I'm getting Fatal: there are problems with fetch_image.cgi popup on web-page opening and then on each of Next image clicks which fail. I looked inside Apache error log and found this:
(OS 2)The system cannot find the file specified. : [client ::1:63885] AH01223: couldn't spawn child process: C:/git/LabelMeAnnotationTool/annotationTools/perl/write_logfile.cgi
(OS 2)The system cannot find the file specified. : [client ::1:63886] couldn't create child process: 720002: write_logfile.cgi
I have installed Active Perl and the shebang line in my cgi scripts points to the where my perl.exe sits.
I have included these lines in my Apache conf:
The text was updated successfully, but these errors were encountered: