-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LiveReloading chapter: server fails to start #2
Comments
Is `Jason` the name of the module you created? Looks like it can't find
that module.
Also down in the first line of the error message it says that Poison isn't
loaded and could not be found. Can you verify that it is in your mix.exs
file?
I don't know which of these two modules is causing the other failure, but
that's where I'd start.
…On Mon, Apr 20, 2020 at 8:24 AM Serguei Cambour ***@***.***> wrote:
I followed the Pluralsight course
<https://www.pluralsight.com/courses/phoenix-getting-started> and was
stopped in the *Live Reloading* chapter where you starter the Phoenix
server:
[image: Screenshot 2020-04-20 at 15 19 26]
<https://user-images.githubusercontent.com/83579/79756427-e43fdb80-831a-11ea-8dd7-ba194d0b1e1e.png>
Are there any updates regarding this issue?
I'm using Elixir 1.10.2 and phoenix, "~> 1.4.16 versions at macOS.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHCVE2YCCQTLAUN7FKGKHLRNREKHANCNFSM4MMOBI4Q>
.
|
Here are the steps I followed during the cource and the errors raised when executing the requested commands:
It seems like the error comes from calling
and running
What is the right way to declare a worker at this step? |
Ah, it could be the difference between latest Phoenix (1.4) and the version the course used (1.2) The course came out right before 1.3, where some of the changes occurred, including umbrella projects and the change from And I'd guess other projects like Ecto etc have made breaking changes in 1.3 or 1.4 compared to 1.2 and that's why you're seeing things like missing an :adapter atom on Ecto.Repo |
Ok, thank you for your feedback. It's so disappointing to see most of Elixir/Phoenix courses not to updating their content... By chance, Pluralsight offered a FREE month subscription for April 2020 due to COVID-19. So it would even more frustrating to pay money for something outdated... |
The "Getting Started With Elixir" is up to date, I think the updates for
1.10 went live 2 months ago.
That said, if you use 1.2 and the versions of the library mentioned in the
course, it should still give you a good starting point for how to use
Phoenix until it can be updated.
…On Tue, Apr 21, 2020 at 8:07 AM Serguei Cambour ***@***.***> wrote:
Ok, thank you for your feedback. It's so disappointing to see most of
Elixir/Phoenix courses not to updating their content... By chance,
Pluralsight offered a FREE month subscription for April 2020 due to
COVID-19. So it would even more frustrating to pay money for something
outdated...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHCVE6NOHJYUMC4GY42EE3RNWLBFANCNFSM4MMOBI4Q>
.
|
That said, I do understand the frustration of something not working out of the box when you're following along. I'll take a look and see what all needs to be updated in the course. |
Oh, that would be really awesome 👍 , thank you! |
I followed the Pluralsight course and was stopped in the Live Reloading chapter where you starter the Phoenix server:
The
dips.exs
file inrsvp_web
app looks like that:Running
mix dips.get
on the project root didn't solve the problem.Are there any updates regarding this issue?
I'm using
Elixir 1.10.2
andphoenix, "~> 1.4.16
versions at macOS.The text was updated successfully, but these errors were encountered: