DiUS / java-faker

Brings the popular ruby faker gem to Java
http://dius.github.io/java-faker
Other
4.72k stars 845 forks source link

Faker avatar image is broken #590

Open egemenvardar opened 3 years ago

egemenvardar commented 3 years ago

Describe the bug Avatar image does not work anymore. AWS returns the following error:

<Error>
<Code>AllAccessDisabled</Code>
<Message>All access to this object has been disabled</Message>
<RequestId>xxx</RequestId>
<HostId>xxx</HostId>
</Error>

To Reproduce

Sample avatar image link: https://s3.amazonaws.com/uifaces/faces/twitter/vc27/128.jpg

Expected behavior Avatar images should work.

Versions:

Zhang-Muyang commented 3 years ago

May I ask that what would happen if clicking the link when it worked? Was it an image that appeared? I am just wondering whether it's just a fake link?

david-truong commented 3 years ago

I ended up using faker.internet.image(100,100,true,"") to work around the issue

rahulcse1 commented 9 months ago

Even faker.internet.image(100,100,true,"") is not working. Avatar url is coming something like http://lorempixel.com/g/100/100/cats/

bodiam commented 9 months ago

Please use Datafaker instead, it's fixed in our fork: http://github.com/datafaker-net/datafaker

Sma1lboy commented 4 months ago

Please use Datafaker instead, it's fixed in our fork: http://github.com/datafaker-net/datafaker

Seems not, I'm trying to use it today, but it doesn't work

bodiam commented 4 months ago

If it's not working, please file an issue in the Datafaker repo on how to reproduce it and we will fix it.