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

Trouble with MapChange API not recognizing new maps/names

Hi all, I’ve been running into an issue with the MapChange API that I can’t seem to figure out. Here’s what’s happening: I installed the script and made sure I followed the case sensitivity requirements. I renamed my maps with appropriate names. When I try to target a map, I get  "Map WorldMap not found" for example Even though I renamed the first map from Start , if I use the command " !mc move --target Start"  it jumps back to that original map. The "!mc rejoin" command works fine. However, any new maps I add, or any new names I assign to maps, don’t seem to be recognized at all It feels like the script is locked onto the original maps/names it detected when I first installed it, and isn’t updating for later changes. Has anyone run into this before? Is there something I’m missing in terms of refreshing or re-indexing the map names after making changes? Thanks in advance!
"!mc move --target New Page 1" also works, even after renaming 
1757633161

Edited 1757633245
The Aaron
Roll20 Production Team
API Scripter
You are correct, it caches the map information on start.  If you rename a page, you'll just need to restart the API Sandbox to force it to rebuild the mapping. Edit: Looks like you can also run this command: !mc refresh There should be more information in the help: !mc help
!mc refresh was the solution, thanks!