Skip to content

Commit 04b8236

Browse files
committed
Catch generic "Could not start PIO Home server: Timeout error"
1 parent d173799 commit 04b8236

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
@@ -76,6 +76,7 @@ export function getErrorReportUrl(title, description) {
7676
['subprocess.CalledProcessError', 'https://bit.ly/3EFlxWq'],
7777
['Can not find Python Interpreter', 'https://bit.ly/3wkz0Qv'],
7878
['platformio-ide.useBuiltinPIOCore', 'https://bit.ly/3AhJHHe'],
79+
['Could not start PIO Home server: Timeout error', 'https://bit.ly/3m2Tbl9'],
7980
];
8081
for (const item of errorToUrls) {
8182
if (description.includes(item[0])) {

0 commit comments

Comments
 (0)