Max

Results 4 comments of Max

https://github.com/playframework/playframework/issues/8004 https://github.com/playframework/playframework/issues/8015 https://github.com/playframework/playframework/issues/8039 https://github.com/playframework/playframework/issues/8052 https://github.com/playframework/playframework/issues/8176

I have also experienced this error and this was my resolution: https://stackoverflow.com/questions/59701024/cannot-create-play-evolutions-table A basic config to postgres and like the stackoverflow user, changing from 2 threads to 10 threads cleared...

Hello! Since this issue seems to SEO pretty well, as of **vagrant 1.8.5** and later on **ubuntu 16.10** (host) and Centos7 (guest), this line; `cached_addresses[vm.name] = contents.split("\n").first[/(\d+\.\d+\.\d+\.\d+)/, 1]` throws a...

I have the exact same problem as well. I am using; `Flask-User (0.6.8) Flask-Login (0.3.2) Flask (0.10.1) Python 3.4.3+` @AdamSun and @jamescarignan that solution seems to work for me at...