untitaker / taskrs

A tasks app
https://community.remotestorage.io/t/synchronization-with-carddav-caldav/307
MIT License
6 stars 1 forks source link

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

Open happybeing opened 8 years ago

happybeing commented 8 years ago

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 commented 8 years ago

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 notifications@github.com 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: https://github.com/untitaker/taskrs/issues/22

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