Im working on a plugin for displaying my photo blog. I copied the Chromasia bundle and made some adjustments to fit my own RSS feed, but whenever I try to view it, I get a popup error that says “REMOTE SHARE PATH NOT FOUND OR INVALID”.
I can’t find any errors in the logs (console or plugin-specific) and even though I do have several “Log.Add()” statements in my init.py file, none of them show up. The logs indicate that the plugin is loaded ok, and it appears in the list of picture sources, but with no default image on the icon, and I keep getting the “REMOTE SHARE” error when I select it. Any suggestions for how to debug this would be greatly appreciated.
-Doodles
Debugging can be quite hard. Try to comment out code until the error goes away.
I figured out the problem. There are actually 2 issues.
#1 - the “Aperture” plugin for the Pictures section seems to be broken.
#2 - An other Picture plugin that starts with “Aperture” will fail because the engine seems
to think it is the same as the “Aperture” plugin, even if its named differently, like “AperturePriority” (my blog).
Anyway, I have it worked out, I had to change the PLUGIN_PREFIX value from “/photos/AperturePriority”
to “/photos/aperturePriority” (lower case ‘a’). After that, my plugin was recognized correctly. I hope to
submit it to the repository soon and hopefully get it included in the AppStore.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.