Google Scholar case translator not saving attachment

Debug log report D1505251449

I did a bunch of debugging with scaffold and my own system. Scaffold shows a URL attachment but the attachment never downloads. This used to always work. The debug prompts I put in (but are gone now because I reset to test) showed that there was an attachment added to the array, but that attachment just never shows up. The progress window sits there for a long time - sometimes a very long time.

  • It actually works in a fresh install on a new machine, so I need to look into that.
  • OK, figured it out- I was in the root of my test repository, so getCollection returned with filesEditable ==false, which apparently means you can add metadata but not an attachment. So, my thoughts are:
    1. Why? That doesn't seem like proper behavior
    2. If that is behavior, throwing an error might be nice so the user knows why attachments aren't downloading - I've been trying to figure this out for like 6 hours before I finally noticed that flag
Sign In or Register to comment.