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

Checklist loading forever #12

Open
wast opened this issue Dec 31, 2017 · 10 comments
Open

Checklist loading forever #12

wast opened this issue Dec 31, 2017 · 10 comments
Labels

Comments

@wast
Copy link

wast commented Dec 31, 2017

Got 2 cards in a list. Both cards are loaded on mirror and both have a checklist but only 1 checklist is loaded. The other one shows loading icon.

@wast wast changed the title Checklist not loading Checklist loading forever Dec 31, 2017
@Jopyth
Copy link
Owner

Jopyth commented Jan 11, 2018

I am not sure, but I also do not have much time to work on this currently.

@Jopyth Jopyth added the bug label Jan 11, 2018
@aandrew7
Copy link

I rebooted and it worked

@nahtnam
Copy link

nahtnam commented Jan 27, 2018

I have the same issue. I have a trello list with 7 cards, one day for each week, and I enabled wholeList, but it just shows the loading icon for all 7 cards forever.

@wast
Copy link
Author

wast commented Feb 3, 2018

@Jopyth any ways we can try to debug it? What should we be looking at?

@Jopyth
Copy link
Owner

Jopyth commented Feb 19, 2018

Is there anything in the logs (usually pm2 logs MagicMirror (or mm if you have the old version)?

@o-shabashov
Copy link

Yes, I got these in logs:

TypeError: Cannot read property ‘hash’ of null
at /home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:68:31
at Git. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1482:10)
at done (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1354:21)
at ChildProcess. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1379:16)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12)

@wangxum168
Copy link

@wast
In my case, it depends on the “reloadInterval” in the config file. For example, the defualt reload interval is 10min. Then, "checklist" will load after you start server. The problem is that checklist does not load immediately, but load after the first reload interval. You can change “reloadInterval” to 5 or 10 sec and see the results. Hope this helps :) This is my favourate mm module!

@wast
Copy link
Author

wast commented Jul 17, 2018

@wangxum168 I think it wasn't the case because I tried leaving it over night and didn't load.
@Jopyth How to check logs when running server only? (Pi W Zero)

@felipemfa
Copy link

I have the same problem, loading forever. in browser console I Got this error:
Uncaught TypeError: console.log is not a function at Class.socketNotificationReceived (MMM-Trello.js:263) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:19) at r.onpacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83) at r.ondecoded (index.js:83)

@dewmguy
Copy link

dewmguy commented Jul 7, 2020

I have the same problem as well. however, @wangxum168 was correct, if you wait long enough it will eventually load the checklists on the next interval. Is there a way to make this load with the page the first time instead of changing the interval time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants