···1111 if (str.includes('Upstream Failure')) {
1212 return 'The server appears to be experiencing issues. Please try again in a few moments.'
1313 }
1414+ if (str.includes('Bad token scope')) {
1515+ return 'This feature is not available while using an App Password. Please sign in with your main password.'
1616+ }
1417 if (str.startsWith('Error: ')) {
1518 return str.slice('Error: '.length)
1619 }