"NetworkError: 404 Not Found - http://mathieumiollan.nodester.com/nowjs/now.js"

205 views
Skip to first unread message

Mathieu M.

unread,
Mar 18, 2012, 5:46:24 PM3/18/12
to nodester
Hi,

I'm trying to put my application on Nodester and i always have the
same error :
"NetworkError: 404 Not Found - http://mathieumiollan.nodester.com/nowjs/now.js"

I installed socket.io, and the others library with these commands :
npm install socket.io
npm install node-proxy
npm install now
npm install express

I also modified package.json by adding the dependencies for express
and now.

Thanks for your help and sorry for my bad english,
Mathieu

Chris Matthieu

unread,
Mar 19, 2012, 2:05:57 AM3/19/12
to node...@googlegroups.com
Did you restart your application after your npm updates?

-Chris

Mathieu M.

unread,
Mar 19, 2012, 12:11:39 PM3/19/12
to node...@googlegroups.com
Yes i did.
I tried to restart my apps and now its status is "failed to restart"

Chris Matthieu

unread,
Mar 19, 2012, 12:40:59 PM3/19/12
to node...@googlegroups.com
We are running extremely low on disk space at the moment.  This could be the cause of your issue.  We are planning to add more space or clear some space today.  Stay tuned...

Thanks,
Chris

game_flash

unread,
Mar 19, 2012, 7:33:49 PM3/19/12
to nodester
I think I'm having the same issue.
Is there something in the logs that would indicate whether an issue is
related to disk space or something else?

On Mar 19, 12:40 pm, Chris Matthieu <ch...@matthieu.us> wrote:
> We are running extremely low on disk space at the moment.  This could be
> the cause of your issue.  We are planning to add more space or clear some
> space today.  Stay tuned...
>
> Thanks,
> Chris
>
> On Mon, Mar 19, 2012 at 9:11 AM, Mathieu M. <mathieu.miol...@gmail.com>wrote:
>
>
>
>
>
>
>
> > Yes i did.
> > I tried to restart my apps and now its status is "failed to restart"
>
> > Le lundi 19 mars 2012 07:05:57 UTC+1, Chris Matthieu a écrit :
>
> >> Did you restart your application after your npm updates?
>
> >> -Chris
>
> >> On Sun, Mar 18, 2012 at 2:46 PM, Mathieu M. <mathieu.miol...@gmail.com>wrote:
>
> >>> Hi,
>
> >>> I'm trying to put my application on Nodester and i always have the
> >>> same error :
> >>> "NetworkError: 404 Not Found -http://mathieumiollan.**
> >>> nodester.com/nowjs/now.js<http://mathieumiollan.nodester.com/nowjs/now.js>

chrismatthieu

unread,
Mar 19, 2012, 7:38:12 PM3/19/12
to nodester
Nodester services have been restored and our disk capacity has
doubled.

-Chris

Mathieu M.

unread,
Mar 20, 2012, 1:19:37 PM3/20/12
to node...@googlegroups.com
My problem is solved :D
But now, i have another !

When i try to draw something with my tools, i get an error on Firebug (for example: "now.distributeForm is not a function").

Mathieu

game_flash

unread,
Mar 20, 2012, 2:09:40 PM3/20/12
to nodester
Mathieu M, how did you get nowjs working on nodester?
I've been trying for a couple weeks.

Could you please post your steps to get this far?

Mathieu M.

unread,
Mar 20, 2012, 2:33:36 PM3/20/12
to node...@googlegroups.com
I did a little tutorial that you can read on http://mathieumiollan.com/files/Nodester.pdf  but it's in french. I think you will understand the most importants parts.
Message has been deleted

Alejandro Morales Gámez

unread,
Mar 21, 2012, 2:18:35 PM3/21/12
to node...@googlegroups.com
Hi Mathieu, thanks for the docs in French, I'll add it to our resources, if you want :). The distributeForm is a now.js specific problem.
But I remember when I used it, that I had to declare sometime like jQuery ready for it, specifically variable syncing:

Syncing from client to server

 // Client side
 <script>
   now.ready(function(){
     now.foo = 'bar';
     now.checkValue();
   });
 </script>
http://nowjs.com/doc/variables I don't read in your code that now.ready function, which should be wrapping your code. That problem is because the socket connection is not ready yet, or it's disconnected

Tony Brown

unread,
Mar 21, 2012, 2:32:30 PM3/21/12
to node...@googlegroups.com
How do I translate this?, This looks really interesting, I would like to study this and figure out how to do something like this

2012/3/21 Alejandro Morales Gámez <vam...@gmail.com>



--
Sincerely, 

Tony Brown

Available for work


Mathieu M.

unread,
Mar 21, 2012, 2:43:23 PM3/21/12
to node...@googlegroups.com
Hi,

You're welcome for the docs.
I think that my problem was just caused by Nodester. A few hours later, i restarted my apps and the problem was solved.

Mathieu M.

unread,
Mar 21, 2012, 2:46:36 PM3/21/12
to node...@googlegroups.com
Hi,

I think, the docs isn't hard to understand. The key words are in bold. But you can always use a translator.

Tony Brown

unread,
Mar 21, 2012, 3:07:23 PM3/21/12
to node...@googlegroups.com
Will try thanks
Reply all
Reply to author
Forward
0 new messages