Giter Site home page Giter Site logo

Broken in production about tesla HOT 5 CLOSED

elixir-tesla avatar elixir-tesla commented on May 6, 2024
Broken in production

from tesla.

Comments (5)

amatalai avatar amatalai commented on May 6, 2024

Hi, try adding :inets to your application list in mix.exs

#Elixir < 1.4
def application do
  [applications: [:inets]
end

#Elixir >= 1.4 
def application do
  [extra_applications: [:inets]]
end

from tesla.

dbulic avatar dbulic commented on May 6, 2024

Nothing changed. I just tried it on my local machine, using console (instead of remote_console on production) and am getting the same error. Can I use say ibrowse instead of httpc as a default for all calls, without making API client? That would probably solve the issue right away.

Here is some more info (versions of Erlang and Elixir):

deploy@production:/app/spectral_core/bin$ sudo ./spectral_core remote_console
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:10] [hipe] [kernel-poll:false]

Interactive Elixir (1.4.5) - press Ctrl+C to exit (type h() ENTER for help)
iex([email protected])1> Tesla.get "https://google.com"
** (UndefinedFunctionError) function :httpc.request/4 is undefined (module :httpc is not available)
            :httpc.request(:get, {'https://google.com', []}, [autoredirect: false], [])
    (tesla) lib/tesla/adapter/httpc.ex:29: Tesla.Adapter.Httpc.request/2
    (tesla) lib/tesla/adapter/httpc.ex:16: Tesla.Adapter.Httpc.call/2
    (tesla) lib/tesla/middleware/core.ex:5: Tesla.Middleware.Normalize.call/3
iex([email protected])1> 

from tesla.

amatalai avatar amatalai commented on May 6, 2024

hmm you probably don't have inets installed with your erlang. This should help: sudo apt-get install erlang-inets

But if you prefer to change default adapter then it should be possible by config

# config/config.exs

config :tesla, :adapter, :ibrowse

from tesla.

dbulic avatar dbulic commented on May 6, 2024

I didn't have erlang-inets installed, but even after I installed it and added inets to extra_applications list, it didn't help. I used your config change line and ibrowse worked properly right away.

from tesla.

amatalai avatar amatalai commented on May 6, 2024

I'm glad it helped :)

Closing issue, feel free to reopen if there'll be any need to fix httpc in your erlang installation

from tesla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.