Muhammad Muhammad Ibrahim
Muhammad Muhammad Ibrahim
@renatoviolin Thanks for the tip. You can also execute a command such as: `until coursera-dl ; do sleep 10; done` to help you repeat the process automatically until success. _And...
@unjadded I don't know. I thought that trying every 10 seconds is not too fast. It worked for me though (after logging in to [https://learner.coursera.help/hc](https://learner.coursera.help/hc)).
@mariobecerra Try logging in to [https://learner.coursera.help/hc]() first.
@st0012 I had the same issue as @morgoth. After commenting out `parallelize(workers: :number_of_processors)` in `test_helper.rb` I don't see the error.
@st0012 Thanks, you are the best. I confirm it fixed the issue.
I have **User** and **AminUser < User** models with **STI**, and I was able to fix the issue by adding `resources :admin_users` to the routes: ``` namespace :admin do resources...