Sebastian Bischoff
Sebastian Bischoff
`docker exec cartodb_1 wget http://localhost:3000` returns `index.html` but `docker exec cartodb_1 wget http://localhost:6081` returns `ERROR 404: Not Found`.
http://localhost/user/dev/api/v1/map works with the 6 months old image on dockerhub but not with the current master (https://github.com/CartoDB/cartodb/commit/94ba82b3206eb8aa05691c43983231c25f3bbf92)
It does work with the 3 months old sverhoeven/cartodb:py3pg12postgis3 on dockerhub
`npm test` in `/Windshaft-cartodb` with `development.js` as `test.js` logs ``` Mapnik LOG> 2020-06-02 15:24:28: Problem loading plugin library: /Windshaft-cartodb/node_modules/@carto/mapnik/lib/binding/lib/mapnik/input/gdal.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible...
Did you use the standard hostname? cartodb.localhost did not work for me on MacOS
This is possibly a problem with carto-vl as the problem doesn't occur with carto.js. I have to investigate it further
This is a bug in RubyGems: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html Sadly cartoDB's PR doesn't have a description but they also updated the bundler version yesterday: https://github.com/CartoDB/cartodb/pull/15688
They bundled the `Gemfile.lock` with version `2.1.4` (https://github.com/CartoDB/cartodb/blob/0a3e9f5d1e81d179150a50d5c924f0cf49350e46/Gemfile.lock#L566) but the specified `gem 'rails', '4.2.11'` (https://github.com/CartoDB/cartodb/blob/0a3e9f5d1e81d179150a50d5c924f0cf49350e46/Gemfile#L3) depends on `bundler (>= 1.3.0, < 2.0)`. Opened issue in cartodb's repository: https://github.com/CartoDB/cartodb/issues/15692
Is this solved by https://github.com/sbi-dev/sbi/pull/1010? It may acutally make sense to pin `ruff` to the current version `ruff==0.3.3` instead of doing `ruff>=0.3.3` https://github.com/sbi-dev/sbi/blob/c347d5c3415effef2b8ff296f23c1bb4128cd5e9/pyproject.toml#L62C6-L62C17 to have the same version for everyone....
@dgaubert Do you have an idea about this one?