Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] OS Error: Operation not permitted #945

Open
12people opened this issue May 7, 2024 · 0 comments
Open

[macOS] OS Error: Operation not permitted #945

12people opened this issue May 7, 2024 · 0 comments

Comments

@12people
Copy link

12people commented May 7, 2024

馃悰 Bug Report

I' m trying to use this package on macOS, but am running into this error:

_ClientSocketException (ClientException with SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = via.placeholder.com, port = 80, uri=http://via.placeholder.com/350x150)

Expected behavior

The placeholder should load.

Reproduction steps

  1. Create a new Flutter project.
  2. On the main screen, replace the "Hello World" Text widget with:
CachedNetworkImage(
            imageUrl: "http://via.placeholder.com/350x150",
            placeholder: (context, url) => CircularProgressIndicator(),
            errorWidget: (context, url, error) => Icon(Icons.error),
          )
  1. Run the app on macOS.

Configuration

Version: 3.3.1

Platform:

  • macOS 14.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant