oltarasenko
Can't get the package from hex
I am having a bit strange issue with hex. I have pushed a new version of a package there: https://hex.pm/packages/crawly
But when I am trying to get it, e.g.: https://github.com/oltarasenko/crawly-cars
I am getting:
➜ cars_shop git:(master) mix deps.get
** (Mix) No matching version for crawly ~> 0.2.0 (from: mix.exs) in registry
The latest version is: 0.1.0```
Also, it looks like hex knows the real information about the package:
cars_shop git:(master) mix hex.info crawly
high-level web crawling & scraping framework for Elixir.
Config: {:crawly, "~> 0.2.0"}
Releases: 0.2.0, 0.1.2, 0.1.1, 0.1.0
Licenses: Apache 2.0
Links:
Docs: https://oltarasenko.github.io/crawly/
GitHub: https://github.com/oltarasenko/crawly
At first, I thought it might be a caching issue. So I tried to remove the ~/.hex folder. But it did not help :(.
Could someone advise what is wrong?
Most Liked
axelson
Scenic Core Team
Hmmm, sounds like it could be related to this thread Getting 502 from Hex.pm, when trying to publish a package
2
supersimple
Hex Core Team
yes, as @axelson said it is related to the other issue. There is an open issue on hexpm discussing the cause/solution https://github.com/hexpm/hexpm/issues/835
2
Popular in Questions
Hi! May someone helps me, please!
I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
Hi all,
Trying to get some more clarity over utc_datetime and naive_datetime for Ecto:
https://hexdocs.pm/ecto/Ecto.Schema.html#module-...
New
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this
"1000"
What is the ...
New
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
Hi guys, i’m new in the Elixir world, and i have to say, that i love it!
i’m having some problem to understand anonymous functions with ...
New
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Other popular topics
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1]
15:22:35.803 [error] gen_event {lager_file_backend...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
New
I tried installing
elixir 1.11.2
erlang 23.3.4
via asdf in my zsh shell. Enabled the versions locally and globally.
When I list them ...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Hi everyone,
One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
I have a super simple question about elixir - how would I take a file like this
foo bar baz
and output a new file that enumerates th...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







