java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

Avatar is returning AllAccessDisabled

Open m7mdra opened this issue 3 years ago • 2 comments

Describe the bug When calling faker.avatar().image() or faker.internet().avatar() and pass the generated value to image viewer class it returns


<Error>
<Code>AllAccessDisabled</Code>
<Message>All access to this object has been disabled</Message>
<RequestId>9F91MFA9EN9NAP4V</RequestId>
<HostId>
DrmNN/QkrYvCJyazk5ECwHxtO/XE3sCWIpsVWSu+ip2uou++nO+wyeLuuN+uYnJQC4oRLWdl2Ps=
</HostId>
</Error>

To Reproduce

val faker = Faker()
faker.avatar().image()
faker.internet().avatar()

will return

https://s3.amazonaws.com/uifaces/faces/twitter/[randomName]/128.jpg

open it using browser.

m7mdra avatar Oct 09 '21 08:10 m7mdra

Hello, I volunteer to work on this issue in November/December. For the project maintainer, please let me know if this is okay and if you want it fixed.

LC24 avatar Nov 21 '21 13:11 LC24

if its possible yes.

Thanks for following up.

m7mdra avatar Dec 12 '21 13:12 m7mdra