Eanya-Tonic / SmartKnob_Plus_X

基于原始SmartKnob固件和X-Knob以及X-Track UI开发的增强版固件,兼容Surface Dial模式、MQTT服务器、实现UDP无线控制
MIT License
4 stars 4 forks source link

Encoding error #1

Open xxjerryxx1014 opened 9 months ago

xxjerryxx1014 commented 9 months ago

Processing view (board: esp32doit-devkit-v1; platform: https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream; framework: arduino) ---------------------------------------------------------------------------------------------------------------Configuring from remote Error! Failed to extract upstream toolchain configurations: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: //espressif/arduino-esp32/2.0.0/package/package_esp32_index.template.json (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x00000291D2668B50>: Failed to resolve 'raw.githubusercontent.com' ([Errno 11004] getaddrinfo failed)")) You can disable this feature via the board_build.arduino.upstream_packages = no setting in your platformio.ini file.

Above error happens while encoding, help please.

Eanya-Tonic commented 9 months ago

it looks like u failed in connecting to github. Please make sure your network are able to visit raw githubusercontent

Or try to disable that feature as it suggests: add board_build.arduino.upstream_packages = no in the ini file.

I will try it myself later. it seemed like a new feature for platfromIO, which i have never met in previous usage.