You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically falls at this code
CartoDB::Init.start YAML.load_file(Rails.root.join('config/cartodb_config.yml'))
So when I start the server the cartodb init works fine, I can change tables, etc
But sometime later it can just fall at that string with the error above, no server restart made, just happens from time to time
I had to use monkey-patching and set the Settings to {}
The text was updated successfully, but these errors were encountered:
cartodb-rb-client (0.4.3)
Rails 3.0.9
ruby-1.9.3-p327
nginx/1.4.2
Periodically falls at this code
CartoDB::Init.start YAML.load_file(Rails.root.join('config/cartodb_config.yml'))
So when I start the server the cartodb init works fine, I can change tables, etc
But sometime later it can just fall at that string with the error above, no server restart made, just happens from time to time
I had to use monkey-patching and set the Settings to {}
The text was updated successfully, but these errors were encountered: