We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After an OPML Import, a crash stack:
ASSERT: Invoking an OLD method source file: app.html:0:0 stack: assert@moz-extension://d75398f8-beae-42e0-89f7-1b730c326c37/qfeeds/utils.js:316:7 p_rtableSyncFeedEntry@moz-extension://d75398f8-beae-42e0-89f7-1b730c326c37/qfeeds/feeds.js:741:12 p_feedRecord/req.onsuccess@moz-extension://d75398f8-beae-42e0-89f7-1b730c326c37/qfeeds/feeds.js:1649:16
This section of code:
if (needsRTableSync) { ==> self.p_rtableSyncFeedEntry(feed); // new url or tags utils_ns.assert(feed.m_remote_state != feeds_ns.RssSyncState.IS_LOCAL_ONLY, "p_feedRecord: remote state"); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After an OPML Import, a crash stack:
This section of code:
The text was updated successfully, but these errors were encountered: