Description
I run the command wake up --example counter --force
After that, I run the wake up command, during which I receive a 403 error from the server when trying to request the list of solc versions.
In the browser, the link opens without a 403 error. After adding the header \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\" to svm.py, it starts working correctly.
Tested with eth-wake version 4.22.0
Reproduction steps
1. Open PowerShell in any empty git directory (with README and .gitignore)
2. Do not edit anything
3. Run 'wake up --example counter --force` and after that `wake up`
4. See error in log:
2026-02-05 17:27:22,704 wake.svm.svm: Failed to download solc list from https://binaries.soliditylang.org/windows-amd64/list.json: svm.py:308 HTTP Error 403: Forbidden
Reproduction URL
https://github.com/BitNeoOptima/bit-neo-optima-contracts/tree/da92d0cda6de3a6280031dafded47fd969f3618c
Screenshots
Logs
wake up
[17:27:22] Found 12 *.sol files in 0.01 s init.py:680
Loaded previous build in 0.44 s compiler.py:869WARNING 2026-02-05 17:27:22,704 wake.svm.svm: Failed to download solc list from https://binaries.soliditylang.org/windows-amd64/list.json: svm.py:308 HTTP Error 403: Forbidden
Compiled 1 files using 1 solc runs in 0.12 s compiler.py:1249 Processed compilation results in 0.01 s compiler.py:1502
[17:27:23] Wrote build artifacts in 0.39 s
OS
Windows
Description
I run the command
wake up --example counter --forceAfter that, I run the
wake upcommand, during which I receive a 403 error from the server when trying to request the list of solc versions.In the browser, the link opens without a 403 error. After adding the header
\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\"to svm.py, it starts working correctly.Tested with eth-wake version 4.22.0
Reproduction steps
Reproduction URL
https://github.com/BitNeoOptima/bit-neo-optima-contracts/tree/da92d0cda6de3a6280031dafded47fd969f3618c
Screenshots
Logs
OS
Windows