cubes icon indicating copy to clipboard operation
cubes copied to clipboard

Model_browser example fails with "SQLBrowser has no attribute 'mapper'"

Open ltaylor-digmap opened this issue 10 years ago • 2 comments

Windows 8.1, 'cubes' up to date with current download, library packages up to date sfaik.

No files changed in model_browser package. Only file changed in hello_world is slicer.ini, where debug is used.

Application started as given in instructions, browser (chrome) pointed to http://localhost:5000 as in directions.

The output of the application in the terminal window follows, including debug information:

C:\Development\cubes\examples\hello_world>python ../model_browser/application.py slicer.ini 2015-06-16 10:46:54,459 DEBUG Models root set to current directory

2015-06-16 10:46:54,460 DEBUG Workspace calendar timezone: None first week day:0 2015-06-16 10:46:54,555 DEBUG Registered store 'default' 2015-06-16 10:46:54,555 DEBUG Loading model main 2015-06-16 10:46:54,555 DEBUG Importing model from model.json. Provider: None Store: None NS: None

  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  • Restarting with windowsapi reloader 2015-06-16 10:46:54,796 DEBUG Models root set to current directory 2015-06-16 10:46:54,798 DEBUG Workspace calendar timezone: None first week day: 0 2015-06-16 10:46:54,891 DEBUG Registered store 'default' 2015-06-16 10:46:54,892 DEBUG Loading model main 2015-06-16 10:46:54,892 DEBUG Importing model from model.json. Provider: None Store: None NS: None 2015-06-16 10:47:13,809 DEBUG using mapper StarSchemaMapper for cube 'irbd_balance' (locale: None)

127.0.0.1 - - [16/Jun/2015 10:47:13] "GET / HTTP/1.1" 500 - Traceback (most recent call last): File "C:\Python27\lib\site-packages\flask\app.py", line 1836, in call return self.wsgi_app(environ, start_response) File "C:\Python27\lib\site-packages\flask\app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) File "C:\Python27\lib\site-packages\flask\app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) File "C:\Python27\lib\site-packages\flask\app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "C:\Python27\lib\site-packages\flask\app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Python27\lib\site-packages\flask\app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "C:\Python27\lib\site-packages\flask\app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "C:\Python27\lib\site-packages\flask\app.py", line 1461, in dispatch_request return self.view_functionsrule.endpoint File "C:\Development\cubes\examples\model_browser\application.py", line 32, in report mapper = browser.mapper

AttributeError: 'SQLBrowser' object has no attribute 'mapper'

127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=style.css HTTP/1.1" 200 - 127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 - 127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 - 127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 - 127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=console.png HTTP/1.1" 200 - 127.0.0.1 - - [16/Jun/2015 10:47:14] "GET /?debugger=yes&cmd=resource&f=source.png HTTP/1.1" 200 -

ltaylor-digmap avatar Jun 16 '15 18:06 ltaylor-digmap

Hi Two years later I'm getting this issue (AttributeError: 'SQLBrowser' object has no attribute 'mapper') happens at: mapper = browser.mapper I downloaded Cubes recently and am trying to test with some of my own data following the tutorials. Any hints about solving it? THANKS

TenYearsGone avatar Dec 07 '17 03:12 TenYearsGone

x2

JuanSeBestia avatar Apr 17 '18 17:04 JuanSeBestia