abilian / olapy

OlaPy, an experimental OLAP engine based on Pandas
GNU Lesser General Public License v2.1
103 stars 19 forks source link

Own Cube: CRITICAL:spyne.application.server:'NoneType' object has no attribute 'Catalog #35

Open bsekiewicz opened 3 years ago

bsekiewicz commented 3 years ago

CRITICAL:spyne.application.server:'NoneType' object has no attribute 'Catalog' Traceback (most recent call last): File "D:\apps\Anaconda3\lib\site-packages\spyne\application.py", line 165, in process_request ctx.out_object = self.call_wrapper(ctx) File "D:\apps\Anaconda3\lib\site-packages\spyne\application.py", line 234, in call_wrapper return ctx.descriptor.service_class.call_wrapper(ctx) File "D:\apps\Anaconda3\lib\site-packages\spyne\service.py", line 194, in call_wrapper return ctx.function(*args) File "D:\apps\Anaconda3\lib\site-packages\olapy\core\services\xmla.py", line 138, in Execute and request.Properties.PropertyList.Catalog AttributeError: 'NoneType' object has no attribute 'Catalog'

An error pops up when I create my own cube and try to load it into Excel (last step).