You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<activityandroid:name=".MainActivity"android:exported="true"android:launchMode="singleTop"android:theme="@style/LaunchTheme"android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"android:hardwareAccelerated="true"android:windowSoftInputMode="adjustResize"><!-- Specifies an Android theme to apply to this Activity as soon as
43
23
the Android process has started. This theme is visible to the user
44
24
while the Flutter UI initializes. After that, this theme continues
45
25
to determine the Window background behind the Flutter UI. -->
_logger.warning('Cloudflare block detected in search response',
457
+
tag:'AnnasArchive');
458
+
throwNetworkError(
459
+
type:NetworkErrorType.cloudflareBlock,
460
+
userMessage:"Access blocked by Cloudflare protection",
461
+
solution:
462
+
"This site is protected and blocking your access.\n\n🔧 Solutions to try:\n• Use a VPN (recommended)\n• Change your DNS to 1.1.1.1 or 8.8.8.8\n• Try a different network\n• Wait a few minutes and retry",
463
+
technicalDetails:"Cloudflare challenge detected in response",
_logger.warning('Cloudflare block detected in book info response',
516
+
tag:'AnnasArchive');
517
+
throwNetworkError(
518
+
type:NetworkErrorType.cloudflareBlock,
519
+
userMessage:"Access blocked by Cloudflare protection",
520
+
solution:
521
+
"This site is protected and blocking your access.\n\n🔧 Solutions to try:\n• Use a VPN (recommended)\n• Change your DNS to 1.1.1.1 or 8.8.8.8\n• Try a different network\n• Wait a few minutes and retry",
522
+
technicalDetails:"Cloudflare challenge detected in response",
0 commit comments