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

Extensions & Macros broken

1689001973
Nash
Pro
Sheet Author
Compendium Curator
So sometime in the past week (maybe the 7th?)&nbsp; the Autosheet[1] uploader stopped working.&nbsp; &nbsp;Additionally I noticed a couple of extensions in the game (TurnMarker1) stopped working this week (worked on July 2nd, not the 9th). I see someone has problems with GoDice[2] as well on the forums. Is this in intentional or unintentional change? [1]&nbsp; <a href="https://chrome.google.com/webstore/detail/roll20-api-and-sheet" rel="nofollow">https://chrome.google.com/webstore/detail/roll20-api-and-sheet</a> -auto/hboggmcfmaakkifgifjbccnpfmnegick [2]&nbsp; <a href="https://app.roll20.net/forum/post/11534698/godice-app-no-longer-recognizing-roll20-as-a-supported-platform-as-of-the-7-slash-7-slash-23-update" rel="nofollow">https://app.roll20.net/forum/post/11534698/godice-app-no-longer-recognizing-roll20-as-a-supported-platform-as-of-the-7-slash-7-slash-23-update</a>
1689099677
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Nash! These are all third party offerings. Most of them have contact links on their web pages. I am not aware of anything they all three have in common. I know that the Aaron has been doing some work on TurnMarker. I believe I know the coder for Autosheet Uploader, and I'll see if I can direct attention this way.
1689101953

Edited 1689102029
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Hey Nash, the autouploader issue is due to a change in how Roll20 does it's oAuth. The oauth path is now in the browser url, which the extension's permissions aren't setup to account for. There is an easy workaround to use until I get the extension itself updated. Simply delete the part of the url that is after <a href="https://app.roll20.net/editor/" rel="nofollow">https://app.roll20.net/editor/</a> . That excess text will be something like ?oauth=... . This will allow the extension to inject it's control panel again and everything should work again.
1689106440
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Thanks Scott!