wail icon indicating copy to clipboard operation
wail copied to clipboard

Unable to start archive Now! on windows- WindowsError: [Error 2] The system cannot find the file specified

Open kanihal opened this issue 6 years ago • 11 comments

Traceback (most recent call last):
  File "<string>", line 138, in archiveNow
  File "<string>", line 263, in startTomcat
  File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 679, in __init__
  File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

some

Am I missing something?

kanihal avatar Aug 19 '17 17:08 kanihal

Thanks for the report, @kanihal. The Windows version of this codebase is not actively maintained, as I currently do not have a Windows machine on which to test. For replication, what version of Windows are you using?

machawk1 avatar Aug 30 '17 18:08 machawk1

@machawk1 I am using window 10 (edu license)

kanihal avatar Aug 30 '17 18:08 kanihal

Hi, I'm also having a similar problem. Running Windows 10, 64-bit. I get a similar error.

Traceback (most recent call last):
File "<string>", line 138, in archiveNow
File "<string>", line 263, in startTomcat
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 679, in __init__
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 304, in launchWARCProxy
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 679, in __init__
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 304, in launchWARCProxy
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 679, in __init__
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 179, in checkIfURLIsInArchive
File "<string>", line 279, in toggleTomcat
File "<string>", line 263, in startTomcat
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 679, in __init__
File "C:\Downloads\pyinstaller-2.0\WAIL\build\pyi.win32\WAIL\out00-PYZ.pyz\subprocess", line 893, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

milliem-3923 avatar Dec 03 '18 16:12 milliem-3923

@milliem-3923 Thanks for the update. Are you using the binary/released version of WAIL or building from source? I think this issue should be resolved in a fresh build but I have yet to get the Windows version to the quality I think it needs to mint a new release.

machawk1 avatar Dec 03 '18 16:12 machawk1

Thanks for the swift reply.

I'm using the released version that I got here:http://machawk1.github.io/wail/#download. I'm an amateur so I don't really have any flexibility when it comes to building from source or what not. I look forward to the upcoming release. Is there a rough time frame in which we can expect it?

milliem-3923 avatar Dec 03 '18 16:12 milliem-3923

@milliem-3923 Not a problem. I don't expect you to have to compile the application from source to use WAIL -- that would be counter to the intention of the application.

I am hoping to push a new release by the end of 2018. I can @ you on this ticket when I can verify that it's resolved if you would like.

In the meantime, per the README in this repo, we created a reimagined version of WAIL at https://github.com/n0tan3rd/wail. While this includes different capture tools than what is included here, the tools included in the re-imagining version are capable of high-fidelity web archiving using a headless browser. Feel free to check it out or stay tuned to this GitHub issue as I get it resolved.

/cc @n0tan3rd

machawk1 avatar Dec 03 '18 16:12 machawk1

@machawk1 That would be great, I'll keep an eye out for it. In the meantime I'll check out the alternate version. Many thanks!

milliem-3923 avatar Dec 03 '18 17:12 milliem-3923

For what it's worth, I'm also having the same trouble that the OP mentioned. I'll keep an eye here and see if it gets resolved.

AtLastForgot avatar Feb 18 '19 18:02 AtLastForgot

@AtLastForgot Thanks for the ping on this. I have updated the code a bit since the last release, which might remedy this issue. I am working to get a new release for Windows. When this occurs, I can send out a response here to let you (and @milliem-3923) know that a new version for Windows is ready for testing.

machawk1 avatar Feb 18 '19 18:02 machawk1

The issue remains (Windows 10 Pro, 64-bit). Is there a way to solve it by explicitly specifying the path? wail error

inkouper avatar Apr 06 '22 12:04 inkouper

Hi @inkouper, it is not as straightforward as changing the paths. There is a long-standing issue with the binary (.exe) provided for Windows that is resolved in source but a new build has not been released in some time. Pings like yours here indicate to me that there is still interest, so I will work toward resolving the remaining issue and getting another release for Windows out.

machawk1 avatar Apr 06 '22 17:04 machawk1