Faker avatar image is broken
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
- Go to demo app
- Copy & paste the avatar link in your browser
Sample avatar image link: https://s3.amazonaws.com/uifaces/faces/twitter/vc27/128.jpg
Expected behavior Avatar images should work.
Versions:
- Faker Version: 1.0.2
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?
I ended up using faker.internet.image(100,100,true,"") to work around the issue
Even faker.internet.image(100,100,true,"") is not working.
Avatar url is coming something like http://lorempixel.com/g/100/100/cats/
Please use Datafaker instead, it's fixed in our fork: http://github.com/datafaker-net/datafaker