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

Loaded Up Pathfinder Companion Script & Getting Errors On Startup

I'm getting the following errors on startup: "ERROR: You cannot set the imgsrc or avatar of an object unless you use an image that is in your Roll20 Library. See the API documentation for more info." "ERROR: You cannot set the imgsrc or avatar of an object unless you use an image that is in your Roll20 Library. See the API documentation for more info." "%c Notice: %c Attributes at version: 0 " "%c Warning: %c migrate repeating attacktype Dropdowns, there are no rows for weapon " "%c Warning: %c migrate repeating attacktype Dropdowns, there are no rows for item " "%c Warning: %c migrate repeating attacktype Dropdowns, there are no rows for spells " "%c Warning: %c migrate repeating attacktype Dropdowns, there are no rows for ability " "-=> Pathfinder Companion v1.01518021707 || Compatible with Sheet Version 1.6,1.7x <=-  [Wed Feb 07 2018 16:41:47 GMT+0000 (UTC)]" "Sheet Worker ERROR: Unable to find valid character with ID -LA0NcaHZ4Y2QLFcMC3J" Is there any way to get more specific error messages so I can track down which character sheets are causing the errors and fix them? And what is THIS all about? "Sheet Worker ERROR: Unable to find valid character with ID -LA0NcaHZ4Y2QLFcMC3J" Any help I could get with this would be greatly appreciated.
1523665676
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Hi kastion, these errors can be ignored. The imgsrc ones are due to how roll20 checks for a valid image url (a blank url is considered not valid). There's no actual problem there. The bottom error is just because the script creates a temporary character to check version info, and then deletes iti
Okay thanks. I'm getting quite a few warnings/errors for various actions and the programmer in me is cringing and wanted to fix it so there's a clean API Output Console..well..er...output - but it appears all these warnings/errors can be ignored. Everything is working just fine for me it's just I get these messages in my console output and I get the urge to want to make them go away.
1523667491
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Yeah, there's supposed to be a fix for the imgsrc issue coming, the character Id error is caused by a race conditionthat I just haven't had time to fully track yet.