donejs / donejs-feathers

A generator to quickly add FeathersJS to your DoneJS project. Includes Auth!
MIT License
11 stars 4 forks source link

Terminal errors #29

Closed MarcGodard closed 7 years ago

MarcGodard commented 7 years ago

All I get is errors!

Potentially unhandled rejection [7] SyntaxError: Unexpected token < in JSON at position 0
    at Object.parse (native)
    at Object.eval (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/can-connect-feathers/src/can-connect-feathers.js!eval:155:46)
    at fire (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3187:31)
    at Object.self.fireWith [as rejectWith] (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3317:7)
    at Object.<anonymous> (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3373:41)
    at fire (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3187:31)
    at Object.self.fireWith [as rejectWith] (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3317:7)
    at done (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:8759:14)
    at .<anonymous> (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:9123:9)
    at onload (/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/done-ssr/lib/zones/xhr.js:21:20)
Potentially unhandled rejection [8] SyntaxError: Unexpected token < in JSON at position 0
    at Object.parse (native)
    at Object.eval (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/can-connect-feathers/src/can-connect-feathers.js!eval:155:46)
    at fire (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3187:31)
    at Object.self.fireWith [as rejectWith] (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3317:7)
    at Object.<anonymous> (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3373:41)
    at fire (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3187:31)
    at Object.self.fireWith [as rejectWith] (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:3317:7)
    at done (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:8759:14)
    at .<anonymous> (file:/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/jquery/dist/jquery.js:9123:9)
    at onload (/Users/marcgodard/Desktop/AnywhereGym/AnywhereGym/node_modules/done-ssr/lib/zones/xhr.js:21:20)

Also you should add http://semantic-ui.com/ to the frameworks

MarcGodard commented 7 years ago

@marshallswain I am trying to figure out why I am getting these.

Tried to reinstall again. Same thing.

marshallswain commented 7 years ago

Let's do a hangout. Send me an email and I'll reply with a link.

marshallswain commented 7 years ago
MarcGodard commented 7 years ago

Hey @marshallswain thanks for the chat. I will be watching for your next release.

rjpalermo1 commented 7 years ago

I'm getting the same errors. Have no idea if your post about having the feathers server running, etc is something I need to do or something you posted for a todo. Assuming the latter and will be looking for an update.

Thank you

marshallswain commented 7 years ago

That was the correct assumption. Stay tuned😎

On Mon, Aug 8, 2016 at 11:32 PM rjpalermo1 notifications@github.com wrote:

I'm getting the same errors. Have no idea if your post about having the feathers server running, etc is something I need to do or something you posted for a todo. Assuming the latter and will be looking for an update.

Thank you

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/donejs/donejs-feathers/issues/29#issuecomment-238457694, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH3WZH-bz_s_kqEyME4ksJic2G6w99Iks5qeBDMgaJpZM4JXo_a .

MarcGodard commented 7 years ago

I cannot wait for this much longer. Can I help? I was also thinking of making an easy pagination system with doneJS. Anyway, let me know.

marshallswain commented 7 years ago

If you need it within the next two weeks, it would be smarter to give up on me. :) We're losing lots of sleep waiting for a little guy to pick his birthday.

MarcGodard commented 7 years ago

Hahah, I know that feeling (mine picked tomorrow but a year ago). I can wait longer than two weeks, just would love to help.

marshallswain commented 7 years ago

I've resolved the errors for the Basic Feathers setup. I'm going to close this. Adding the GUIs back in will be tracked in a separate issue.