• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Mail, Calendar & Feeds
    3. Feeds
    4. Has anyone gotten Export Feeds to work in 6.7?

    Has anyone gotten Export Feeds to work in 6.7?

    Feeds
    3
    9
    457
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fred8615
      F
      fred8615 Supporters
      last edited by

      Because it doesn't work for me. The other export commands ask for a save location, etc., but Export Feeds just closes without doing anything.

      I've got the latest 6.7 build, on Win 11.

      Frederick J. Barnett
      "Someone's got to take the responsibility if the job's going to get done!! Do you think that's easy?!" Gregory Peck - The Guns Of Navarone

      luetage
      L
      1 Reply Last reply
      Reply Quote 1
      • luetage
        L
        luetage Supporters Soprano @fred8615
        last edited by luetage

        @fred8615 Seems to fail the first time but works the second time. This is the error I get on first try:

        Failed to execute 'showSaveFilePicker' on 'Window': Must be handling a user gesture to show a file picker
        

        So yeah, there is a problem, but you should still be able to export them.

        If not, you can use @LonM’s script for exporting feeds. Issue from the developer tools for the UI and it will save to your standard download folder without notice.

        vivaldi.prefs.get("vivaldi.rss.settings", feeds => {
            function html(str){return str.replace(/&/g, '&amp;').replace(/"/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');}
            let opml = feeds.reduce((acc, feed) => {
                return acc + `\n<outline type="rss" text="${html(feed.title)}" title="${html(feed.title)}" xmlUrl="${html(feed.url)}"/>`;
            }, `<?xml version="1.0" encoding="utf-8"?><opml version="1.0"><head><title>Feeds exported from Vivaldi</title></head><body>`);
            opml += `\n</body></opml>`;
            const filename = "exportedfeeds_"+new Date().toISOString()+".opml";
            const textfile = new File([opml], filename, {type: "text/xml"});
            const dl = document.createElement("a");
            dl.download = filename;
            dl.setAttribute("href", window.URL.createObjectURL(textfile));
            dl.click();
        });
        

        github ◊ vfm

        1 Reply Last reply Reply Quote 0
        • luetage
          L
          luetage Supporters Soprano
          last edited by

          This problem only seems to occur when trying to access exporting feeds through the main menu. You can for example open quick commands and type “export feeds” and it will work. Or you can assign a keyboard shortcut or mouse gesture, will work too.

          github ◊ vfm

          fred8615
          F
          1 Reply Last reply
          Reply Quote 0
          • fred8615
            F
            fred8615 Supporters @luetage
            last edited by

            @luetage It doesn't work no matter how many times I click it. Same for Quick Commands, keyboard shortcut, and even as a command chain.

            I've been using @LonM's script, but it's kind of a pain, so I was really looking forward to exporting feeds being built-in.

            Frederick J. Barnett
            "Someone's got to take the responsibility if the job's going to get done!! Do you think that's easy?!" Gregory Peck - The Guns Of Navarone

            1 Reply Last reply Reply Quote 0
            • fred8615
              F
              fred8615 Supporters
              last edited by

              Still doesn't work in 6.8.

              Frederick J. Barnett
              "Someone's got to take the responsibility if the job's going to get done!! Do you think that's easy?!" Gregory Peck - The Guns Of Navarone

              luetage
              L
              1 Reply Last reply
              Reply Quote 0
              • Pathduck
                P
                Pathduck moved this topic from Vivaldi for Windows on
              • luetage
                L
                luetage Supporters Soprano @fred8615
                last edited by

                @fred8615 Works for me. Try on a fresh profile. Create just one feed, export it. If that works, try to import a backup of your feeds and then export it.

                github ◊ vfm

                1 Reply Last reply Reply Quote 0
                • daniel
                  D
                  daniel Supporters Vivaldi Team
                  last edited by

                  We are aware of an issue where the menu sometimes does not work (VB-107552). As a workaround, you can restart Vivaldi, press Ctrl+E to bring up the Quick Command Prompt, and type “export feeds”. This should work even when the menu fails to bring up the dialog.

                  The Details Guy at Vivaldi.
                  Do NOT run commands in the browser developer console if you do not understand what the command does!

                  luetage
                  L
                  1 Reply Last reply
                  Reply Quote 1
                  • luetage
                    L
                    luetage Supporters Soprano @daniel
                    last edited by

                    @daniel The problem is it doesn’t work for @fred8615 with Quick Commands either.

                    github ◊ vfm

                    1 Reply Last reply Reply Quote 1
                    • daniel
                      D
                      daniel Supporters Vivaldi Team
                      last edited by

                      This issue should be fixed in the new Vivaldi 3405.3 snapshot (test version).

                      The Details Guy at Vivaldi.
                      Do NOT run commands in the browser developer console if you do not understand what the command does!

                      1 Reply Last reply Reply Quote 2
                      Loading More Posts
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes
                      Reply
                      • Reply as topic
                      Log in to reply
                      • 1 / 1
                      • First post
                        Last post

                      Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                      Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status