Skip to content

Commit ba2a7d5

Browse files
committed
Catch a known "Could not find a version that satisfies the requirement" error
1 parent c264a3b commit ba2a7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function getErrorReportUrl(title, description) {
8181
['Could not start PIO Home server: Timeout error', 'https://bit.ly/3m2Tbl9'],
8282
['Could not create PIO Core Virtual Environment', 'https://bit.ly/43hNh04'],
8383
['Compatible PlatformIO Core not found', 'https://bit.ly/43tNj4C'],
84+
['Could not find a version that satisfies the requirement', 'https://bit.ly/3TOcnBK'],
8485
];
8586
for (const item of errorToUrls) {
8687
if (description.includes(item[0])) {

0 commit comments

Comments
 (0)