Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined. Terminating #49

Open
jakubklimek opened this issue Apr 1, 2016 · 3 comments
Open

Undefined. Terminating #49

jakubklimek opened this issue Apr 1, 2016 · 3 comments
Assignees
Labels

Comments

@jakubklimek
Copy link
Member

I drag & dropped files in
test.zip
into the drop zone.

  1. file names are not separated
  2. when clicking on Visualize, I get:
    image
@jakubklimek
Copy link
Member Author

The last file contained some .ttl files which were in fact TriG files. I tried again, and got:
image
Instead of 6 different files, I got 6 times the same one

@jakubklimek
Copy link
Member Author

In the console, there was

/webjars/angularjs/1.2.26/angular.js:10072 RangeError: Invalid string length
    at join (native)
    at Object.stringify (native)
    at toJson (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:1121:15)
    at defaults.defaults.transformRequest (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:7495:56)
    at http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:7436:12
    at forEach (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:325:18)
    at transformData (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:7435:3)
    at serverRequest (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:8072:23)
    at wrappedCallback (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:11573:81)
    at http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:11659:26 undefined(anonymous function) @ /webjars/angularjs/1.2.26/angular.js:10072
/webjars/angularjs/1.2.26/angular.js:10072 TypeError: Cannot read property 'ignoreLoadingBar' of undefined
    at responseError (http://demo.viz.linkedpipes.com/webjars/angular-loading-bar/0.5.1/loading-bar.js:129:32)
    at wrappedErrback (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:11582:78)
    at wrappedErrback (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:11582:78)
    at http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:11715:76
    at Scope.$eval (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:12702:28)
    at Scope.$digest (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:12514:31)
    at Scope.$apply (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:12806:24)
    at HTMLButtonElement.<anonymous> (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:19141:23)
    at http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:2853:10
    at forEach (http://demo.viz.linkedpipes.com/webjars/angularjs/1.2.26/angular.js:325:18) undefined

@jirihelmich
Copy link

Need to change how upload works as it seems that for large files, this is not suitable. I use HTML5 file reader and assemble a JSON from base64 data. Not applicable to 200MBs, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants