@tig said:
The dialog can receive data from the server, but downloading the file seems to be the issue [which then fails to AutoLoad through the dialog].
If you try the AutoLoad download with the Ruby Console open are there any error messages.
You ought to get some useful error-dialogs but maybe the unforeseen peculiar set of circumstances is not calling those...
Can you also try this in the Ruby Console [copy/paste+<enter>] - it will open the temporary destination folder for the downloaded RBZ file...
UI.openURL("file:///#{SCF::TEMPDIR}")
It should open the temp folder, pathed something like:
C:/Users/Leminlab/AppData/Local/Temp/SCF
Try to AutoInstall a Plugin from the dialog.
If that folder shows no RBZ being added to it [perhaps very briefly], then the download is failing.
But if it shows an RBZ arriving [even fleetingly] then the installer is failing to process the RBZ.
If it leaves an RBZ in that folder... then can you rename it with a .ZIP suffix and try opening it - are its contents OK, or is it 'corrupted' ?
Here's the Ruby Console message when I try an Autoinstall:
Error: #<NoMethodError: undefined method downcase' for nil:NilClass> c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:442:in
block in custom_plugins'
c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:439:in each' c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:439:in
custom_plugins'
c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:461:in autoinstall_dlg' c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:405:in
set_autoinstall_choice'
c:/users/leminilab/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:73:in block in new' SketchUp:1:in
call'
No rbz downloaded in the C:\Users\leminilab\AppData\Local\Temp\SCF folder.