Picture of Fabian Fernandez
There was an error uploading the plugin
by Fabian Fernandez - Monday, 1 June 2015, 7:49 PM
 

Hi!

Can someone help me on what I'm missing from my plugin that I'm not being able to upload it to my authoring tool?

I get a "There was an error uploading the plugin" message followed by "Cannot find module 'C:\Users\Fabian\AppData\Local\Temp\0fe597479c15d580970013402dad9bf_unzipped\.bowerrc\bower.json'"

The strange thing is that I do have a bower.json file and a .bowerrc file, don't understand why it is showing .bowerrc\bower.json neither.

I'm attaching my zip file containing the plugin and the screenshot of the error.

Thanks,

Fabian


Picture of Brian Quinn
Re: There was an error uploading the plugin
by Brian Quinn - Tuesday, 2 June 2015, 4:18 PM
 

Hi Fabian,

The code expects the zip file to contain a structure as follows.

- adapt-beswift-character

- - templates

- - less

- - js

- - etc.

Put your code in a folder sensible name and re-zip.  This should mirror what you would see if your code was downloaded from a Git repo.  See a sample structure in this file:
https://github.com/LearningPool/adapt-contrib-reveal/archive/master.zip

Regards,

Brian

Picture of Fabian Fernandez
Re: There was an error uploading the plugin
by Fabian Fernandez - Tuesday, 2 June 2015, 6:55 PM
 

Thanks a lot Brian! That was the issue.

I've another problem now, it is saying that failed to parse the schema (I guess it is properties.schema (?) (attached)), is there anyway I can see a log of the authoring_tool so I can also check by myself? The error message doesn't provide further info :S

Thanks!

Picture of Fabian Fernandez
Re: There was an error uploading the plugin
by Fabian Fernandez - Friday, 5 June 2015, 5:16 PM