johntwyman commented on issue #20244:
URL: https://github.com/apache/superset/issues/20244#issuecomment-1169512412

   We've encountered the same problem and narrowed it down to the use of 
FileSystemCache as one of the configurable caches:
   
   ```
     DATA_CACHE_CONFIG = {
       'CACHE_TYPE': 'FileSystemCache',
       'CACHE_DEFAULT_TIMEOUT': 60 * 60 * 24, # 1 day
       'CACHE_DIR': '/tmp/',
       'CACHE_THRESHOLD': 1000
     }
   ```
   
   This configuration throws the `hash_method` error for us on version 1.5.0 
upwards of Superset. Commenting out this declaration ensures the app starts 
properly.
   
   I've been unable to further diagnose the problem so far but am continuing to 
investigate.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to