Skip to content

PackageManager reports unknown package if it is unable to download the package, even if it actually exists #110

@mincrmatt12

Description

@mincrmatt12

Configuration

Operating system: Ubuntu 18.04.1 LTS

PlatformIO Version (platformio --version): 3.6.3

Description of problem

While attempting to install some packages on a filtered network (specifically, one that blocks the raw.githubusercontent.com domain), PackageManager reported

Error: Detected unknown package 'framework-esp8266-rtos-sdk

despite the fact that this package does in fact exist.

Steps to Reproduce

  1. Artificially block the raw.githubusercontent.com domain
  2. Attempt to install the framework-esp8266-rtos-sdk package

Actual Results

PlatformManager: Installing framework-esp8266-rtos-sdk
Error: Detected unknown package 'framework-esp8266-rtos-sdk

Expected Results

PlatformManager: Installing framework-esp8266-rtos-sdk
Error: Unable to download 'framework-esp8266-rtos-sdk

(or some message to indicate the issue is not a missing package, rather the inability to download it)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions