GithubHelp home page GithubHelp logo

joeduncko / cede.io Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 1.95 MB

A true time tower defense browser game

Home Page: http://cede.io/

License: Apache License 2.0

JavaScript 78.70% CSS 8.45% HTML 12.21% Makefile 0.64%

cede.io's Introduction

Hi, I'm Joe!

Frontend engineer and community organizer based in Youngstown, Ohio

I am currently an Engineering Manager at BlastPoint.

I also serve as an Entrepreneur in Residence (EIR) at the Youngstown Business Incubator (YBI), where I run the MVP Development Program. That program is made possible by the talented students that I work with at Dev Youngstown, my consultancy firm.

In my spare time I help organize Code Youngstown.

In a past life I co-founded @TheEventDiscoveryCompany. In a past past life I co-founded @HackYSU and @penguinhackers.

Content Catalyst

cede.io's People

Contributors

joeduncko avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cede.io's Issues

Error when signing up with an email already in the database

Heroku log:

2017-05-07T20:57:35.958609+00:00 app[web.1]: Error in Saving user: WriteError({"code":11000,"index":0,"errmsg":"E11000 duplicate key error index: heroku_nwvxw3tt.users.$email_1 dup key: { : \"[email protected]\" }","op":{"email":"[email protected]","password":"$2a$10$8ZKZJ24ETi/RNsYdKuSe/.HlhZjdYs9Ug3lpWTNTW.R5D6dRcTDfW","username":"cpalmer","_id":"590f8a3f48654400116efe8f","__v":0}})
2017-05-07T20:57:35.960494+00:00 app[web.1]: 
2017-05-07T20:57:35.960496+00:00 app[web.1]: events.js:160
2017-05-07T20:57:35.960497+00:00 app[web.1]:       throw er; // Unhandled 'error' event
2017-05-07T20:57:35.960497+00:00 app[web.1]:       ^
2017-05-07T20:57:35.962019+00:00 app[web.1]: MongoError: E11000 duplicate key error index: heroku_nwvxw3tt.users.$email_1 dup key: { : "[email protected]" }
2017-05-07T20:57:35.962021+00:00 app[web.1]:     at Function.MongoError.create (/app/node_modules/mongodb-core/lib/error.js:31:11)
2017-05-07T20:57:35.962022+00:00 app[web.1]:     at toError (/app/node_modules/mongodb/lib/utils.js:139:22)
2017-05-07T20:57:35.962023+00:00 app[web.1]:     at /app/node_modules/mongodb/lib/collection.js:659:23
2017-05-07T20:57:35.962024+00:00 app[web.1]:     at handleCallback (/app/node_modules/mongodb/lib/utils.js:120:56)
2017-05-07T20:57:35.962025+00:00 app[web.1]:     at /app/node_modules/mongodb/lib/bulk/unordered.js:465:9
2017-05-07T20:57:35.962025+00:00 app[web.1]:     at handleCallback (/app/node_modules/mongodb/lib/utils.js:120:56)
2017-05-07T20:57:35.962026+00:00 app[web.1]:     at resultHandler (/app/node_modules/mongodb/lib/bulk/unordered.js:413:5)
2017-05-07T20:57:35.962027+00:00 app[web.1]:     at /app/node_modules/mongodb-core/lib/connection/pool.js:461:18
2017-05-07T20:57:35.962027+00:00 app[web.1]:     at _combinedTickCallback (internal/process/next_tick.js:73:7)
2017-05-07T20:57:35.962028+00:00 app[web.1]:     at process._tickCallback (internal/process/next_tick.js:104:9)
2017-05-07T20:57:35.990628+00:00 app[web.1]: 
2017-05-07T20:57:36.005188+00:00 app[web.1]: npm ERR! Linux 3.13.0-112-generic
2017-05-07T20:57:36.005637+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start"
2017-05-07T20:57:36.006093+00:00 app[web.1]: npm ERR! node v6.10.2
2017-05-07T20:57:36.006342+00:00 app[web.1]: npm ERR! npm  v3.10.10
2017-05-07T20:57:36.006826+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2017-05-07T20:57:36.007042+00:00 app[web.1]: npm ERR! [email protected] start: `node ./bin/www`
2017-05-07T20:57:36.007226+00:00 app[web.1]: npm ERR! Exit status 1
2017-05-07T20:57:36.007611+00:00 app[web.1]: npm ERR! 
2017-05-07T20:57:36.007811+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script 'node ./bin/www'.
2017-05-07T20:57:36.008486+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed.
2017-05-07T20:57:36.008704+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the cede.io package,
2017-05-07T20:57:36.009063+00:00 app[web.1]: npm ERR! not with npm itself.
2017-05-07T20:57:36.009314+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2017-05-07T20:57:36.009507+00:00 app[web.1]: npm ERR!     node ./bin/www
2017-05-07T20:57:36.009875+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2017-05-07T20:57:36.010048+00:00 app[web.1]: npm ERR!     npm bugs cede.io
2017-05-07T20:57:36.010215+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2017-05-07T20:57:36.010375+00:00 app[web.1]: npm ERR!     npm owner ls cede.io
2017-05-07T20:57:36.010750+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2017-05-07T20:57:36.028125+00:00 app[web.1]: 
2017-05-07T20:57:36.028555+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2017-05-07T20:57:36.028736+00:00 app[web.1]: npm ERR!     /app/npm-debug.log
2017-05-07T20:57:35.972939+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=POST path="/register" host=cedegame.com request_id=f7083fe6-d72b-4ebe-8df0-4cd7affe0bb0 fwd="174.100.186.122" dyno=web.1 connect=0ms service=648ms status=503 bytes=0 protocol=http
2017-05-07T20:57:36.136889+00:00 heroku[web.1]: Process exited with status 1
2017-05-07T20:57:36.153315+00:00 heroku[web.1]: State changed from up to crashed
2017-05-07T20:57:49.609712+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=cedegame.com request_id=69c4361f-0c7e-4728-8e9d-7c8e0b752311 fwd="174.100.186.122" dyno= connect= service= status=503 bytes= protocol=http
2017-05-07T20:57:52.877989+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=cedegame.com request_id=3657efd1-befe-4b59-b21b-42a22572e774 fwd="174.100.186.122" dyno= connect= service= status=503 bytes= protocol=http
2017-05-07T20:57:56.954845+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=cedegame.com request_id=49b4f2c8-ba24-4b04-ba77-dfd5704db568 fwd="174.100.186.122" dyno= connect= service= status=503 bytes= protocol=http

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.