Problems with rfbrowser init

Can anyone help me with the following situation?
When I run the command “rfbrowser init”, the chromium download fails:

(node:1316) UnhandledPromiseRejectionWarning: Error: Failed to download chromium, caused by
Error: getaddrinfo ENOTFOUND playwright.azureedge.net

at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26)

at d:\instalacoes\python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:102:19

at async validateCache (d:\instalacoes\python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:101:9)

at async installBrowsersWithProgressBar (d:\instalacoes\python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:60:5)

(Use `node --trace-warnings ...` to show where the warning was created)

(node:1316) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

(node:1316) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

However when I run the command “python -m Browser.entry init” the failure occurs when downloading firefox:

chromium v844399 downloaded to D:\Instalacoes\Python\lib\site-packages\Browser\wrapper\node_modules\playwright\.local-browsers\chromium-844399

(node:8560) UnhandledPromiseRejectionWarning: Error: Failed to download firefox, caused by

Error: getaddrinfo ENOTFOUND playwright.azureedge.net

at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26)

at D:\Instalacoes\Python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:102:19

at async validateCache (D:\Instalacoes\Python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:101:9)

at async installBrowsersWithProgressBar (D:\Instalacoes\Python\lib\site-packages\Browser\wrapper\node_modules\playwright\lib\install\installer.js:60:5)

(Use `node --trace-warnings ...` to show where the warning was created)

(node:8560) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

(node:8560) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Am I doing something wrong?