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

package loveoneanother.at/tiedot: unrecognized import path "loveoneanother.at/ti edot" #28

Closed
Archs opened this issue Oct 21, 2013 · 10 comments

Comments

@Archs
Copy link

Archs commented Oct 21, 2013

When using go get loveoneanother.at/tiedot, the cmd just finished with message:
package loveoneanother.at/tiedot: unrecognized import path "loveoneanother.at/ti edot"

And the code could not be downloaded, so what's wrong?

@HouzuoGuo
Copy link
Owner

Good morning!

My apologise. My web server was down yesterday, it was fixed last night.

Would you like to try again please?

@Archs
Copy link
Author

Archs commented Oct 21, 2013

Well I tried it just now, but it won't work

@Archs
Copy link
Author

Archs commented Oct 21, 2013

I can ping through loveoneanother.at(54.229.227.0), but go get won't work.

@HouzuoGuo
Copy link
Owner

Which version of Go are you using?

I see a number of:
x.x.166.234 - - [21/Oct/2013:09:04:49 +0200] "GET /tiedot?go-get=1 HTTP/1.1" 200 99 "-" "Go 1.1 package http"
in my httpd log entries

@HouzuoGuo
Copy link
Owner

Please visit:

http://loveoneanother.at/tiedot

in your web browser, can you see:

<meta name="go-import" content="loveoneanother.at/tiedot git https://github.com/HouzuoGuo/tiedot">

?

@DisposaBoy
Copy link

I dunno if there is a bug or feature request for this. But, AFAIK, go get expects the meta tag to be in <head> and loveoneanother.at/tiedot only has the <meta>

@HouzuoGuo
Copy link
Owner

tiedot was originally a Golang exercise, hence I hosted it under my domain name ... as an exercise =)

Thanks very much DisposaBoy, I very much enjoyed using your Sublime plugin.

Yesterday Amazon's spot instance price raised from $0.13 to a whooping $3, then my server was terminated and unfortunately there was not an uptodoate backup.

I must have forgotten the correct usage of meta tag when I rebuilt the web service, my apologize.

Please try again, I have updated the file on server to include html/head.

@DisposaBoy
Copy link

It's now working correctly for me:

$ go get -v loveoneanother.at/tiedot
Fetching https://loveoneanother.at/tiedot?go-get=1
https fetch failed.
Fetching http://loveoneanother.at/tiedot?go-get=1
Parsing meta tags from http://loveoneanother.at/tiedot?go-get=1 (status code 200)
get "loveoneanother.at/tiedot": found meta tag main.metaImport{Prefix:"loveoneanother.at/tiedot", VCS:"git", RepoRoot:"https://github.com/HouzuoGuo/tiedot"} at http://loveoneanother.at/tiedot?go-get=1
loveoneanother.at/tiedot (download)
loveoneanother.at/tiedot/gommap
loveoneanother.at/tiedot/uid
loveoneanother.at/tiedot/file
loveoneanother.at/tiedot/db
loveoneanother.at/tiedot/srv/v1
loveoneanother.at/tiedot/srv/v2
loveoneanother.at/tiedot/srv/v3
loveoneanother.at/tiedot

@HouzuoGuo
Copy link
Owner

Archs could you please try again?

@Archs
Copy link
Author

Archs commented Oct 21, 2013

Yes, It now works. Thank you!

@Archs Archs closed this as completed Oct 21, 2013
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

3 participants