Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Compendium Bug

If you search the compendium for items with a plus sign (e.g. "+") in them and click on the name, you will get a 404 page not found.&nbsp; This is happening because the plus sign is not being encoded as %2B in the URL: Bad URL:&nbsp;&nbsp; <a href="https://roll20.net/compendium/dnd5e/Items:Rod%20of%20the%20Pact%20Keeper%20+2" rel="nofollow">https://roll20.net/compendium/dnd5e/Items:Rod%20of%20the%20Pact%20Keeper%20+2</a> Correct URL:&nbsp;&nbsp; <a href="https://roll20.net/compendium/dnd5e/Items:Rod%20of%20the%20Pact%20Keeper%20%2B2" rel="nofollow">https://roll20.net/compendium/dnd5e/Items:Rod%20of%20the%20Pact%20Keeper%20%2B2</a>
Is this also why enlarge/reduce is failing?&nbsp; The slash is not being read right?
It doesn't look like it has a slash in the name: <a href="https://roll20.net/compendium/dnd5e/Enlarge%20Reduce#h-Enlarge%20Reduce" rel="nofollow">https://roll20.net/compendium/dnd5e/Enlarge%20Reduce#h-Enlarge%20Reduce</a>
1635283308
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
It looks like the malformed URL in that case (enlarge/reduce) is in the SRD, not the PHB. PHB content was added long after SRD, and some items seem to have been missed. A&nbsp; Help Center Request , specifying that it is an SRD item will make a ticket.
1635283426
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Rod of the Pact Keeper is broken, too. Confirmed. In this case there is only a PHB entry.
1635283683
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I went ahead and filed the Help Center Request on both issues.