opensourceBIM / BIMserver-JavaScript-API

BIMserver JavaScript API
GNU Lesser General Public License v3.0
55 stars 35 forks source link

Using a JavaScript client to call registerProgressHandler to report an error #21

Closed Bigwangjing closed 5 years ago

Bigwangjing commented 5 years ago

Hello, I am using a JavaScript client to call registerProgressHandler is an error org.bimserver.models.store.impl.ProjectImpl cannot be cast to org.bimserver.models.store.Revision, image The version of bimserver I am using is 1.5.111, and the version of the BIMServer JavaScript API is 0.0.149.

Bigwangjing commented 5 years ago

Will I still need any cookies or header settings for this access? When I use the java client to call the same method, I will report the same error, but I did not report this error when I downloaded it using bimview (check the related access method, and me). The method called is the same). I hope I can get your reply, thank you.