You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: selfoss.ui.refreshEntryStatuses is not a function
at Object.success (all.js?v=1520262850:1085)
at fire (all.js?v=1520262850:187)
at Object.fireWith [as resolveWith] (all.js?v=1520262850:193)
at done (all.js?v=1520262850:538)
at XMLHttpRequest.<anonymous> (all.js?v=1520262850:554)
This probably happens after every update of the sources, but does not seem to affect the overall behavior of the application.
selfoss-db.js calls selfoss.ui.refreshEntryStatuses (defined in selfoss-ui.js). cfb5d29 changed the function name from refreshItemStatuses to refreshEntryStatuses in both files, but e55ef1b reverted the change in selfoss-ui.js only.
The text was updated successfully, but these errors were encountered:
This failure prevents the ui from being updated if you've read some items on another device (shows read items as read and updates unread counts) while selfoss was open on another.
You seem to have sorted this out, maybe you can submit a pull request?
fmunch
added a commit
to fmunch/selfoss
that referenced
this issue
Apr 10, 2018
Hello,
Since 2.18 I have many JavaScript errors:
This probably happens after every update of the sources, but does not seem to affect the overall behavior of the application.
selfoss-db.js calls
selfoss.ui.refreshEntryStatuses
(defined in selfoss-ui.js). cfb5d29 changed the function name fromrefreshItemStatuses
torefreshEntryStatuses
in both files, but e55ef1b reverted the change in selfoss-ui.js only.The text was updated successfully, but these errors were encountered: