I've had this same issue for years now and this forum has plenty of bugs reporting it but it's not fixed or people giving incorrect advice like trying a different adobe reader, but that's not what the source of the issue is. I think it has something to do with being on an apple computer since my friend on a windows machine can do it. I've tried Firefox, Chrome, and Safari, cleared cache, logged in/out.
Actually, I figured it out. If you look at the PDF URL, look for any non-alphanumeric characters in your wizards of the coast display name and replace the invalid characters with encoded strings. You can see a list of them on https://www.w3schools.com/tags/ref_urlencode.asp?_sm_au_=iVVDMg0TSmrMV6Dm. As an example
For whatever reason, my WotC display name is "inkbeard #38136" and the # is breaking the url. Replacing the space with "%20" and the "#" with "%23" does the trick. My full URL is then:
I saw someone wrote about same bugs several months ago. But, i'm still experiencing same bug.
When i try to download character's sheet by generated link.
it just shows this massage
[This XML file does not appear to have any style information associated with it. The document tree is shown below.]
<Error>
is there someone knows about this issue?
I've had this same issue for years now and this forum has plenty of bugs reporting it but it's not fixed or people giving incorrect advice like trying a different adobe reader, but that's not what the source of the issue is. I think it has something to do with being on an apple computer since my friend on a windows machine can do it. I've tried Firefox, Chrome, and Safari, cleared cache, logged in/out.
Actually, I figured it out. If you look at the PDF URL, look for any non-alphanumeric characters in your wizards of the coast display name and replace the invalid characters with encoded strings. You can see a list of them on https://www.w3schools.com/tags/ref_urlencode.asp?_sm_au_=iVVDMg0TSmrMV6Dm. As an example
Provided URL:
https://www.dndbeyond.com/sheet-pdfs/inkbeard #38136_121822043.pdf
For whatever reason, my WotC display name is "inkbeard #38136" and the # is breaking the url. Replacing the space with "%20" and the "#" with "%23" does the trick. My full URL is then:
https://www.dndbeyond.com/sheet-pdfs/inkbeard #38136_121822043.pdf
Wow. I'll try soon when i'm on desktop. But i think your solution will solve the problem. Anyway, Thank you so much..!