Vivaldi not syncing
-
@LazyLama I can not imagine that it is a Vivaldi bug.
My 6.9.3447.46 on Mint 21.3 Cinnamon connects and syncs.- Is Vivaldi installed by a Snap package or a deb package?
- Do you connect by IPv4 or IPv6?
- What happens with a fresh profile, started from shell as
vivaldi --user-data-dir="/tmp/TESTVIVTEST
and no settings done and extensiosn installed?
-
@LazyLama said in Vivaldi only syncing when on VPN:
I can also ping the sync server, which seems to show that traffic is not blocked.
Being able to ping a host on the internet has no relevance to whether the service is connectable from your end, in this case HTTPS over TCP/443.
The only thing ping shows is if the host is up and responds to ICMP echo requests.
If going to
https://bifrost.vivaldi.com/vivid-sync
in the browser returns a 404 Not Found means the server is connectable on HTTPS.You can test this also using curl from the shell, or using numerous other tools.
$ tcping bifrost.vivaldi.com 443 Probing 31.209.137.10:443/tcp - Port is open - time=56.569ms Probing 31.209.137.10:443/tcp - Port is open - time=56.625ms Probing 31.209.137.10:443/tcp - Port is open - time=56.712ms Probing 31.209.137.10:443/tcp - Port is open - time=56.862ms Ping statistics for 31.209.137.10:443 4 probes sent. 4 successful, 0 failed. (0.00% fail) Approximate trip times in milli-seconds: Minimum = 56.569ms, Maximum = 56.862ms, Average = 56.692ms
As to why it fails on your end, I have no idea.
-
@DoctorG, on the computer connected to the network, I have a problem; I can not not install the required package to run
tcping
. There is no installation candidate for the package insnap
.However, I could install the package through
snap
on my laptop. At this time, my laptop is connected to a different network so it can sync. However, running the command yields an error (I've tried this on two different networks):$tcping bifrost.vivaldi.com 443 17:58:11.961 [main] INFO com.ngm.Main -- Invalid port was specified, exiting...
So, the command fails, although I can sync on this computer. I couldn't find a manual for the command so I am not sure whether I am using the command wrong.
I did try this. Not sure whether this tells us anything.
telnet bifrost.vivaldi.com 443 Trying 31.209.137.10... Connected to bifrost.vivaldi.com. Escape character is '^]'.
-
@DoctorG said in Vivaldi only syncing when on VPN:
Is Vivaldi installed by a Snap package or a deb package?
deb downloaded from the Vivaldi website
Do you connect by IPv4 or IPv6?
According to whatsmyip, I am connected using IPv4
What happens with a fresh profile, started from shell as
vivaldi --user-data-dir="/tmp/TESTVIVTEST
and no settings done and extensiosn installed?This command did not work. It just hung without bringing up the browser. So, I purged Vivaldi from my system and deleted the config files. Then, I reinstalled Vivaldi and created a new profile (new name, new password). This resulted in Vivaldi being stuck at "Initializing sync."
So, a new profile and no extensions don't help.
Then I installed the tunnelbear extension, switched on the VPN, logged into my own account, and presto: syncing happened .
-
@Pathduck
Hello, I encountered the same issue on Debian 12.When I visited
https://bifrost.vivaldi.com/vivid-sync
, the request remained pending and eventually returned a status of(failed) net::ERR_TIMED_OUT
, as seen in the Network panel of the Dev Tools.I ran the command
tcping bifrost.vivaldi.com 443
, and the results showed that the port was open.However, I was also able to connect to the sync service using a VPN.
Could you also provide me with some suggestions to resolve this issue? I would really appreciate it.
-
@LazyLama Sorry i forgot the " at end , the correct command is:
vivaldi --user-data-dir="/tmp/TESTVIVTEST"
-
@LazyLama said in Vivaldi only syncing when on VPN:
The weird thing is that the same computer connected to the same network booted to Windows doesn't have a problem to sync.
Then your Debian/Mint could have a network configuration issue.
-
@irz Hi, just use some basic logic.
If it times out in the browser but connects from the shell, what could cause the browser to time out?
- Do you have any software that would block the browser process from connecting?
- Does it work in other browsers?
- If it works in other browsers, are these browsers configured differently?
- Does the
bifrost
host resolve to the correct IP in the browser? - Try
vivaldi://net-internals/#dns
to test the resolve - The resolved IP will also show in the dev.tools for the request.
- Are you using any proxies or VPN?
-
@Pathduck Thanks for your reply.
It seems like this might be a Chromium issue, rather than something specific to Vivaldi.
I was able to open
https://bifrost.vivaldi.com/vivid-sync
in Firefox, and it returnedNot found
. But in Chromium, the result was the same as in Vivaldi.Interestingly, after I opened it in Firefox, I was able to sync in Vivaldi. However, the sync only lasted for about 5 to 10 minutes.
-
@DoctorG said in Vivaldi only syncing when on VPN:
Then your Debian/Mint could have a network configuration issue.
Weirdly (and similar to @Pathduck), I can visit https://bifrost.vivaldi.com/vivid-sync in Firefox. However, in Vivaldi, visiting the same address times out. However, after visiting the URL using Firefox, I can reach the same site using Vivaldi and syncing happens.
-
@LazyLama Sounds to me (just theorizing wildly) a DNS issue.
Chromium browsers use DNS-over-HTTPS by default, that might be what's causing the issue.
It will try to "guess" your preferred DoH provider based on for instance your OS/resolv.conf. I have no idea what happens if it can't guess - possibly it falls back to using Google's DNS or falls back to your OS DNS resolver.For instance for me on Windows, I have 1.1.1.1 set as my DNS primary. This results in all Chromium browsers defaulting to Cloudflare unless DoH is explicitly disabled. Which I do, as I want browsers to use my OS DNS provider not DoH which I believe is just another potential failure point.
Possibly it resolves the
bifrost
IP to the wrong address. So do what I said and test what IP the browser thinks Bifrost is. -
Name: bifrost.vivaldi.com
Address: 31.209.137.10 -
Possibly it resolves the
bifrost
IP to the wrong address. So do what I said and test what IP the browser thinks Bifrost is.@Pathduck, so I put
bifrost.vivaldi.com
in the field onvivaldi://net-internals/#dns
, this is what happens:Resolved IP addresses of "bifrost.vivaldi.com": ["31.209.137.10"]. No alternative endpoints.
Still no syncing.
-
Update:
No need to open
https://bifrost.vivaldi.com/vivid-sync
in FirefoxJust run
curl https://bifrost.vivaldi.com/vivid-sync
in terminalThen sync is working again
I am still trying to find the cause of this issue
-
@LazyLama OK so this means Vivaldi is able to resolve the correct IP of Bifrost.
Did you do this after resolving the IP somewhere else, like from the shell/Firefox?No need to open https://bifrost.vivaldi.com/vivid-sync in Firefox
Just run curl https://bifrost.vivaldi.com/vivid-sync in terminalHere's why this happens (I think...)
- Running curl in the shell will resolve the correct IP for Bifrost
- The IP will be cached on the OS level for some time (no idea how long DNS records are cached)
- The browser will use the OS DNS cache over its own cache/resolver (DoH)
- After the DNS TTL expires, the OS will clear the cache entry and the browser will need to do another resolve, using DoH, and getting the wrong IP (possibly)
EDIT: Looks like Cloudflare sets a TTL for Bifrost at 120 seconds, not a lot but then again it's no problem just resolving it every time Sync is triggered maybe once every 10 mins or so.
λ dig bifrost.vivaldi.com @ns.cloudflare.com ; <<>> DiG 9.11.9 <<>> bifrost.vivaldi.com @ns.cloudflare.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36494 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;bifrost.vivaldi.com. IN A ;; ANSWER SECTION: bifrost.vivaldi.com. 120 IN A 31.209.137.10 ;; Query time: 3 msec ;; SERVER: 173.245.58.100#53(173.245.58.100) ;; WHEN: Thu Sep 26 19:03:26 WEST 2024 ;; MSG SIZE rcvd: 64
-
Another thing to do is do a network capture. Here I'm using
tshark
(WireShark) on Win10 but the standardtcpdump
has the same option. You might need to figure out what interface to capture on first by doing-D
and then using-i
to specify interface. Maybe on Linux it will always use eth0 by default, I dunno.$ tshark -i4 host bifrost.vivaldi.com Capturing on 'Ethernet' 1 0.000000 192.168.0.10 62749 31.209.137.10 443 TCP 66 62749 → 443 [SYN] Seq=0 Win=65228 Len=0 MSS=1460 WS=256 SACK_PERM 2 0.056274 31.209.137.10 443 192.168.0.10 62749 TCP 66 443 → 62749 [SYN, ACK] Seq=0 Ack=1 Win=65228 Len=0 MSS=1418 SACK_PERM WS=512 3 0.056378 192.168.0.10 62749 31.209.137.10 443 TCP 54 62749 → 443 [ACK] Seq=1 Ack=1 Win=262144 Len=0 4 0.057181 192.168.0.10 62749 31.209.137.10 443 TCP 1472 [TCP segment of a reassembled PDU] 5 0.057181 192.168.0.10 62749 31.209.137.10 443 TLSv1 365 Client Hello (SNI=bifrost.vivaldi.com) 6 0.113822 31.209.137.10 443 192.168.0.10 62749 TCP 60 443 → 62749 [ACK] Seq=1 Ack=1730 Win=64000 Len=0 7 0.115625 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 1472 Server Hello 8 0.115735 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 1472 Certificate 9 0.115735 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 219 Server Key Exchange, Server Hello Done 10 0.115771 192.168.0.10 62749 31.209.137.10 443 TCP 54 62749 → 443 [ACK] Seq=1730 Ack=3002 Win=262144 Len=0 11 0.118955 192.168.0.10 62749 31.209.137.10 443 TLSv1.2 180 Client Key Exchange, Change Cipher Spec, Encrypted Handshake Message 12 0.175262 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 312 New Session Ticket, Change Cipher Spec, Encrypted Handshake Message 13 0.176734 192.168.0.10 62749 31.209.137.10 443 TCP 1472 [TCP segment of a reassembled PDU] 14 0.176734 192.168.0.10 62749 31.209.137.10 443 TLSv1.2 634 Application Data 15 0.177850 192.168.0.10 62749 31.209.137.10 443 TLSv1.2 422 Application Data 16 0.233292 31.209.137.10 443 192.168.0.10 62749 TCP 60 443 → 62749 [ACK] Seq=3260 Ack=3854 Win=64000 Len=0 17 0.234169 31.209.137.10 443 192.168.0.10 62749 TCP 60 443 → 62749 [ACK] Seq=3260 Ack=4222 Win=64512 Len=0 18 0.262367 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 263 Application Data 19 0.262367 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 329 Application Data 20 0.262460 192.168.0.10 62749 31.209.137.10 443 TCP 54 62749 → 443 [ACK] Seq=4222 Ack=3744 Win=261376 Len=0 21 0.279622 192.168.0.10 62749 31.209.137.10 443 TCP 1472 [TCP segment of a reassembled PDU] 22 0.279622 192.168.0.10 62749 31.209.137.10 443 TLSv1.2 1472 Application Data 23 0.279622 192.168.0.10 62749 31.209.137.10 443 TLSv1.2 584 Application Data 24 0.335666 31.209.137.10 443 192.168.0.10 62749 TCP 60 443 → 62749 [ACK] Seq=3744 Ack=7588 Win=64000 Len=0 25 0.372864 31.209.137.10 443 192.168.0.10 62749 TLSv1.2 394 Application Data 26 0.416869 192.168.0.10 62749 31.209.137.10 443 TCP 54 62749 → 443 [ACK] Seq=7588 Ack=4084 Win=261120 Len=0
-
@Pathduck said in Vivaldi only syncing when on VPN:
Here's why this happens (I think...)
Running curl in the shell will resolve the correct IP for Bifrost
The IP will be cached on the OS level for some time (no idea how long DNS records are cached)
The browser will use the OS DNS cache over its own cache/resolver (DoH)
After the DNS TTL expires, the OS will clear the cache entry and the browser will need to do another resolve, using DoH, and getting the wrong IP (possibly)That sounds like a reasonable hypothesis. It would explain why I and @irz are seeing. Below, you suggest a network capture. Would this show how Vivaldi resolves the IP address? Above, you mentioned using
vivaldi://net-internals/#dns.
Wouldn't that work as well? -
@LazyLama said in Vivaldi only syncing when on VPN:
Would this show how Vivaldi resolves the IP address?
It wouldn't show how it resolves the IP. To do that you could capture DNS requests:
λ tshark -i4 port 53 Capturing on 'Ethernet' 1 0.000000 192.168.0.10 49891 router.asus.com 53 DNS 79 Standard query 0x9b75 A bifrost.vivaldi.com 2 0.000212 192.168.0.10 64669 router.asus.com 53 DNS 79 Standard query 0x74ec HTTPS bifrost.vivaldi.com 3 0.002631 router.asus.com 53 192.168.0.10 49891 DNS 95 Standard query response 0x9b75 A bifrost.vivaldi.com A 31.209.137.10 4 0.003298 router.asus.com 53 192.168.0.10 64669 DNS 138 Standard query response 0x74ec HTTPS bifrost.vivaldi.com SOA carl.ns.cloudflare.com
In this capture my PC asks my router for the IP of Bifrost, the router replies with the correct IP.
But it would show at least the request timing out, and to what IP it goes. But come to think of it, since the OS obviously resolves the IP correctly, it wouldn't actually capture any traffic going to the wrong IP.
Unless of course you capture all HTTPS traffic. But you'd get a lot of data. So close all browser tabs, close all other networked programs and restart the browser then run a
tcpdump dst port 443
and trigger the sync issue fromchrome://sync-internals
Above, you mentioned using vivaldi://net-internals/#dns. Wouldn't that work as well?
Yes, and you did that and it resolved correctly. I don't know why it did.
Another thing to do:
- Close all tabs
- Open
chrome://net-export
- Click Start Logging...
- Trigger the Sync issue and wait for the timeout
- Stop the logging
- Share the network capture (zip it first) or analyze it yourself
-
I have done the following to test your hypothesis:
- Restart the computer
- Open Vivaldi and check whether I can sync. I could not.
- Open
vivaldi://net-internals/#dns
. This resulted inResolved IP addresses of "bifrost.vivaldi.com": ["31.209.137.10"]. No alternative endpoints
- Run
curl https://bifrost.vivaldi.com/vivid-sync
. - Sign out of sync and sign back in to trigger syncing.
- Syncing succeeds.
So, you seem correct.
-
@LazyLama said in Vivaldi only syncing when on VPN:
So, you seem correct.
Nope - because the resolved IP is the correct one. That works against my theory. It should be wrong. So maybe it's not DNS but something else on your system blocking the browser. Only you can know.
Or, at least I'm partly correct on the caching bit, as the act of running curl will resolve the correct IP, at least for a time. Or possibly just "open" something that was blocked.
It's also quite possible that the net-internals page does things differently and I don't know why.
Do a network capture from net-export and share it.