EjazAmir / newsfeed_multiple_imageview

MIT License
3 stars 6 forks source link

PageNotFoundException #1

Open Lukas2019 opened 3 months ago

Lukas2019 commented 3 months ago

When I try to open my images with newsfeed_multiple_imageview I get the following error: PageNotFoundException: Cannot retrieve length of file, path="http://02064-54968.pph-server.de/files/e1464018-0ec1-4f9c-a7a6-2138b66cd7d7/fee2fc3f-634c-42ae-ba24-cbf9eac7029e.jpeg" (OS Error: No suchfiel or directory, errno=2)

errorlage errordetail

My code: NewsfeedMultipleImageView( imageUrls: ["http://02064-54968.pph-server.de/files/e1464018-0ec1-4f9c-a7a6-2138b66cd7d7/fee2fc3f-634c-42ae-ba24-cbf9eac7029e.jpeg"], marginLeft: 10.0, marginRight: 10.0, marginBottom: 10.0, marginTop: 10.0, );

dhruvanbhalara commented 3 months ago

Hi @Lukas2019, you can use fork repo until PR gets merged

  newsfeed_multiple_imageview:
    git:
      url: https://github.com/dhruvanbhalara/newsfeed_multiple_imageview
      ref: development
Lukas2019 commented 3 months ago

Thank you.