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

No response when clicking on "Edit menu..." and "Edit template..." #1

Closed
jkishner opened this issue Apr 7, 2016 · 7 comments
Closed

Comments

@jkishner
Copy link

jkishner commented Apr 7, 2016

When I click on "Edit menu..."

[Log] You clicked on document. (chat.js, line 1451) 
[Log] readHttpFileThruProxy: url == http://fargo.io/code/shared/outlinedialog.html, error == error. (utils.js, line 396)
[Log] opInitOutliner: font == Ubuntu, fontSize == 15, lineHeight == 22 (outliner.js, line 652)
[Log] afterOpenCallback: about to expand everything. (chat.js, line 666)
[Error] Failed to load resource: Could not connect to the server. (httpReadUrl, line 0)

When I click on 'Edit template..."

[Log] You clicked on document. (chat.js, line 1451)
[Log] readHttpFileThruProxy: url == http://fargo.io/code/shared/outlinedialog.html, error == error. (utils.js, line 396)
[Log] opInitOutliner: font == Ubuntu, fontSize == 15, lineHeight == 22 (outliner.js, line 652)
[Log] afterOpenCallback: about to expand everything. (chat.js, line 746) 
[Error] Failed to load resource: Could not connect to the server. (httpReadUrl, line 0)
@scripting
Copy link
Owner

I have an idea what might be going wrong here.

Are you doing this somewhere where ports other than 80 might be blocked?

Dave

@jkishner
Copy link
Author

jkishner commented Apr 7, 2016

As per a suggestion in the Google group, I entered the following command in
terminal so that I could run it on 80. I do not know if it blocks other
ports.

sudo setcap 'cap_net_bind_service=+ep' /usr/bin/nodejs

https://gist.github.com/firstdoit/6389682

@scripting
Copy link
Owner

I asked a different question -- what matters in this case is where YOU are not where your server is.

In any case if you are in a place that has a firewall that blocks non-80 ports, I believe I just removed that problem. Could you try editing the menu and template again and see if the editor opens.

Dave

@jkishner
Copy link
Author

jkishner commented Apr 7, 2016

Oh, I misunderstood. Yes at my day job :1999 is blocked.

Right now I cannot get the editor to open, but I don't know the last time the app updated. (Would I find this at the end of the forever log?)

@scripting
Copy link
Owner

This fix was not in the server it was in the editor.

I need to write a howto that explains all this stuff. I know it's confusing.

To test to see if it's fixed, do the following:

  1. In the browser reload your home page. This will cause the new
    browser-based software to reload. That's where the workaround was added.
  2. You might need to do a hard reload to be sure everything gets loaded.
  3. Now try to open the Menubar or Template.

Dave

On Thu, Apr 7, 2016 at 12:35 PM, jkishner notifications@github.com wrote:

Oh, I misunderstood. Yes at my day job :1999 is blocked.

Right now I cannot get the editor to open, but I don't know the last time
the app updated. (Would I find this at the end of the forever log?)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#1 (comment)

@jkishner
Copy link
Author

jkishner commented Apr 7, 2016

The menubar and template editor now open for me. But after I added a link
to the menu, I do not see any changes. I even republished all pages and see
no change in the menu.

On Thu, Apr 7, 2016 at 12:54 PM, Dave Winer notifications@github.com
wrote:

This fix was not in the server it was in the editor.

I need to write a howto that explains all this stuff. I know it's
confusing.

To test to see if it's fixed, do the following:

  1. In the browser reload your home page. This will cause the new
    browser-based software to reload. That's where the workaround was added.
  2. You might need to do a hard reload to be sure everything gets loaded.
  3. Now try to open the Menubar or Template.

Dave

On Thu, Apr 7, 2016 at 12:35 PM, jkishner notifications@github.com
wrote:

Oh, I misunderstood. Yes at my day job :1999 is blocked.

Right now I cannot get the editor to open, but I don't know the last time
the app updated. (Would I find this at the end of the forever log?)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
<
https://github.com/scripting/1999-project/issues/1#issuecomment-206983788>


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#1 (comment)

@scripting
Copy link
Owner

Okay let's pause here for a moment. I'm going to close this issue now.

Report a new one, and remember to say what steps you did, carefully, so I can try to reproduce.

Remember, I have to be able to do that to figure out what's going on.

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

2 participants