Giter Site home page Giter Site logo

cloud-polymer-go's People

Contributors

campoy avatar naokigoogle avatar piperchester avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloud-polymer-go's Issues

Problem with "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go

Hi,

I'm trying to set up and run this project here is what I have done and attached and below is the issue that I am facing.

  1. Installed the Google App Engine SDK for GO
  2. Cloned the repository to my local machine
  3. Set my GOPATH to the backend sub-directory
  4. Created a src sub-directory under backend
  5. Moved posts.go into the src sub-directory
  6. Imported the dependencies using goapp get in posts.go
  7. Went to the project parent directory and ran goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml

When running this I get the following error
2016/03/07 14:49:09 go-app-builder: Failed parsing input: parser: bad import "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go

I also tried doing a goapp get syscall but this did not help.
Attached is the log file, also doing some quick searches I found this issue which appears similar
https://code.google.com/p/googleappengine/issues/detail?id=12555
Also below the results of goapp version
Johns-MacBook-Pro:~ johnwhitton$ goapp version
go version go1.4.2 (appengine-1.9.33) darwin/amd64

Any advice is appreciated.

Regards,

John
ErrorCloudPolymerGo.txt

Network not reachable

I'm getting this error:

$ goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml
INFO     2015-10-12 17:29:08,926 devappserver2.py:763] Skipping SDK update check.
INFO     2015-10-12 17:29:08,992 api_server.py:205] Starting API server at: http://localhost:51422
INFO     2015-10-12 17:29:08,992 dispatcher.py:185] Starting dispatcher running at: http://localhost:8080
INFO     2015-10-12 17:29:08,995 dispatcher.py:197] Starting module "frontend" running at: http://localhost:8081
INFO     2015-10-12 17:29:09,001 dispatcher.py:197] Starting module "default" running at: http://localhost:8082
INFO     2015-10-12 17:29:09,001 admin_server.py:116] Starting admin server at: http://localhost:8000
WARNING  2015-10-12 17:29:43,558 dispatcher.py:762] Skipping dispatch.yaml rules because /_ah/api/explorer is not a dispatchable path.
INFO     2015-10-12 17:29:43,570 module.py:786] default: "GET /_ah/api/explorer HTTP/1.1" 302 -
socket.error 101
Traceback (most recent call last):
  File "/home/robert/applib/appEngine/go_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 1302, in communicate
    req.respond()
  File "/home/robert/applib/appEngine/go_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 831, in respond
    self.server.gateway(self).respond()
  File "/home/robert/applib/appEngine/go_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 2117, in respond
    for chunk in response:
  File "/home/robert/applib/appEngine/go_appengine/google/appengine/tools/devappserver2/endpoints/endpoints_server.py", line 121, in __call__
    yield self.dispatch(request, start_response)
  File "/home/robert/applib/appEngine/go_appengine/google/appengine/tools/devappserver2/endpoints/endpoints_server.py", line 138, in dispatch
    start_response)
  File "/home/robert/applib/appEngine/go_appengine/google/appengine/tools/devappserver2/endpoints/endpoints_server.py", line 172, in dispatch_non_api_requests
    return dispatch_function(request, start_response)
  File "/home/robert/applib/appEngine/go_appengine/google/appengine/tools/devappserver2/endpoints/endpoints_server.py", line 212, in handle_api_static_request
    response, body = discovery_api.get_static_file(request.relative_url)
  File "/home/robert/applib/appEngine/go_appengine/google/appengine/tools/devappserver2/endpoints/discovery_api_proxy.py", line 113, in get_static_file
    connection.request('GET', path, None, {})
  File "/usr/lib/python2.7/httplib.py", line 979, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 1013, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 975, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 835, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 797, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1178, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
error: [Errno 101] Network is unreachable

I'm behind a proxy but:

$ echo $http_proxy 
http://localhost:31288/
$ echo $https_proxy 
http://localhost:31288/

Are correctly set. What could this be?

When connected directly to the internet it works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.