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

Screen displays "This app requires JavaScript" even thought JS is available #22

Open
happybeing opened this issue Aug 31, 2016 · 1 comment

Comments

@happybeing
Copy link

Looking at the console there's a page of RS.js log output, and a conspicuous error:

Download the React DevTools for a better development experience: https://fb.me/react-devtools
all.js (line 29685)
[Eventhandling] Adding event listener connect bound ()
all.js (line 3525)
[Eventhandling] Adding event listener secret-entered bound ()
all.js (line 3525)
[Eventhandling] Adding event listener secret-cancelled bound ()
all.js (line 3525)
[Eventhandling] Adding event listener disconnect bound ()
all.js (line 3525)
[Widget] typeof this.rs.sync check fail undefined
all.js (line 3525)
[Eventhandling] Adding event listener reset bound ()
all.js (line 3525)
[Widget] Producing stateSetter for connected
all.js (line 3525)
TypeError: React.render is not a function


React.render(e(App), document.getElementById("layout"));


all.js (line 52904, col 5)
[Widget] Setting state connected []
all.js (line 3525)
[View] widget.view.setState( connected , [] );
all.js (line 3525)
(an empty string)
all.js (line 3525)
[RemoteStorage] [FEATURE IndexedDB] initialized.
all.js (line 3525)
[RemoteStorage] All features loaded
all.js (line 3525)
[Eventhandling] Adding event listener change bound ()
all.js (line 3525)
[Eventhandling] Adding event listener connected function()
all.js (line 3525)
[Eventhandling] Adding event listener not-connected function()
all.js (line 3525)
[Sync] syncCycleCb calling syncCycle
all.js (line 3525)
[Eventhandling] Adding event listener background function()
all.js (line 3525)
[Eventhandling] Adding event listener foreground function()
all.js (line 3525)
[Caching] Setting activate handler bound () []
all.js (line 3525)
[Sync] syncCycleCb calling syncCycle
all.js (line 3525)
[Eventhandling] Adding event listener done bound ()
all.js (line 3525)
[Eventhandling] Adding event listener sync bound ()
all.js (line 3525)

I don't know JS development well enough to know if this is an obvious thing or not. I set things up with "make" and it seemed to do the install properly and may have tried to make target build, and then stopped.

I'd like to test out taskrs using a new remoteStorage.js backend that uses http://safenetwork.org rather than an RS server, but I want to get taskrs starting up properly before I make any changes.

@untitaker
Copy link
Owner

This bug is already fixed. Your application cache is holding an old version, reloading a few times should fix it.

On 31 August 2016 18:41:07 CEST, theWebalyst [email protected] wrote:

Looking at the console there's a page of RS.js log output, and a
conspicuous error:

Download the React DevTools for a better development experience:
https://fb.me/react-devtools
all.js (line 29685)
[Eventhandling] Adding event listener connect bound ()
all.js (line 3525)
[Eventhandling] Adding event listener secret-entered bound ()
all.js (line 3525)
[Eventhandling] Adding event listener secret-cancelled bound ()
all.js (line 3525)
[Eventhandling] Adding event listener disconnect bound ()
all.js (line 3525)
[Widget] typeof this.rs.sync check fail undefined
all.js (line 3525)
[Eventhandling] Adding event listener reset bound ()
all.js (line 3525)
[Widget] Producing stateSetter for connected
all.js (line 3525)
TypeError: React.render is not a function


React.render(e(App), document.getElementById("layout"));


all.js (line 52904, col 5)
[Widget] Setting state connected []
all.js (line 3525)
[View] widget.view.setState( connected , [] );
all.js (line 3525)
(an empty string)
all.js (line 3525)
[RemoteStorage] [FEATURE IndexedDB] initialized.
all.js (line 3525)
[RemoteStorage] All features loaded
all.js (line 3525)
[Eventhandling] Adding event listener change bound ()
all.js (line 3525)
[Eventhandling] Adding event listener connected function()
all.js (line 3525)
[Eventhandling] Adding event listener not-connected function()
all.js (line 3525)
[Sync] syncCycleCb calling syncCycle
all.js (line 3525)
[Eventhandling] Adding event listener background function()
all.js (line 3525)
[Eventhandling] Adding event listener foreground function()
all.js (line 3525)
[Caching] Setting activate handler bound () []
all.js (line 3525)
[Sync] syncCycleCb calling syncCycle
all.js (line 3525)
[Eventhandling] Adding event listener done bound ()
all.js (line 3525)
[Eventhandling] Adding event listener sync bound ()
all.js (line 3525)

I don't know JS development well enough to know if this is an obvious
thing or not. I set things up with "make" and it seemed to do the
install properly and may have tried to make target build, and then
stopped.

I'd like to test out taskrs using a new remoteStorage.js backend that
uses http://safenetwork.org rather than an RS server, but I want to get
taskrs starting up properly before I make any changes.

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#22

Sent from my Android device with K-9 Mail. Please excuse my brevity.

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