Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid URL for Wail-WarCreate #76

Closed
weiglemc opened this issue Apr 13, 2017 · 3 comments
Closed

Invalid URL for Wail-WarCreate #76

weiglemc opened this issue Apr 13, 2017 · 3 comments

Comments

@weiglemc
Copy link

Tried to archive www.freemasonstreet.org using Page Only, but got an error with Wail-WarCreate:

There was an error while using Wail-WarCreate ERR_INVALID_URL. Resorting to using Heritrix

(Also, we should change the capitalization on this to WARCreate.)

@realtrueheather
Copy link

I also had this issue for 3 different urls, all using Page Only
screen shot 2017-04-22 at 12 39 38 pm

N0taN3rd added a commit that referenced this issue May 4, 2017
#76

using travis compiled pywb/wail_utils (xcode6.4,osx 10.10) runs on 10.12 for #75
@machawk1
Copy link

I was able to replicate the issue @weiglemc reported with the same URI (www.freemasonstreet.org) using v1.1.0beta on macOS 10.12.4.

I repeated the process but added http:// before www.freemasonstreet.org. WAIL no longer reported the error in a notification and the crawl looks to have completed successfully. With this in mind, the error might be attributed to URI parsing with particular emphasis on checking if a scheme is present.

screen shot 2017-05-10 at 10 54 11 am

@N0taN3rd
Copy link
Owner

@machawk1 @weiglemc @realtrueheather
The scheme parsing was indeed the issue. The when "loading" the URI-R into the webview chokes when the URI-R is schemeless for some reason.
Commit 2d26cb5 address this issue and expect to have a new release with the fix by end of the week bringing in fixes to #77 #70 #73.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants