supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

host error #851

Closed andim27 closed 3 months ago

andim27 commented 3 months ago
I/flutter (16697): ClientException with SocketException: Failed host lookup: '---myhost---.supabase.co' (OS Error: No address associated with hostname, errno = 7), uri=https://---myhost---.supabase.co/rest/v1/my_table?select=my_data
I/flutter (16697): #0      IOClient.send (package:http/src/io_client.dart:154:7)
I/flutter (16697): <asynchronous suspension>
I/flutter (16697): #1      BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
I/flutter (16697): <asynchronous suspension>
I/flutter (16697): #2      PostgrestBuilder._execute (package:postgrest/src/postgrest_builder.dart:130:20)
I/flutter (16697): <asynchronous suspension>
I/flutter (16697): #3      PostgrestBuilder.then (package:postgrest/src/postgrest_builder.dart:372:24)
I/flutter (16697): <asynchronous suspension>
andim27 commented 3 months ago

If no internet this error occurs