GithubHelp home page GithubHelp logo

Error when using exq_ui with exrm about exq_ui HOT 10 CLOSED

akira avatar akira commented on September 28, 2024
Error when using exq_ui with exrm

from exq_ui.

Comments (10)

jasondew avatar jasondew commented on September 28, 2024

I switched over to use https://github.com/bitwalker/distillery and everything works now. Closing!

from exq_ui.

isaksky avatar isaksky commented on September 28, 2024

@jasondew What settings did you use to make it work with distillery? Having the same issue.

from exq_ui.

jasondew avatar jasondew commented on September 28, 2024

Sorry @isaksky, I don't remember anything in particular that I did to make this work other than switching and including both exq and exq_ui in my applications list. I also have

config :exq_ui,
  server: false

in my config/prod.exs. Hopefully this helps somehow!

from exq_ui.

davidefedrigo avatar davidefedrigo commented on September 28, 2024

Same issue here.

I "fixed" switching back to distillery ~> 0.9.0 from ~> 0.9.

I kept:

config :exq_ui,
  server: true

from exq_ui.

isaksky avatar isaksky commented on September 28, 2024

@jasondew makes sense, thanks. Did not work for me, unfortunately.

@davidefedrigo interesting. I tried to do the same, but looks like I need some of the newer settings.

I'll try to mess with the exq_ui code.

from exq_ui.

isaksky avatar isaksky commented on September 28, 2024

I was able to get it to start with this commit:

isaksky@a80595d

(I'm plugging this into a phoenix app, so don't need any of this.)

I think it is this line that is causing problems, but not sure:

unless Process.whereis(api_name) do
   {:ok, _} = Exq.start_link(mode: :api)
 end

from exq_ui.

akira avatar akira commented on September 28, 2024

@isaksky Thanks for reporting, that helps narrow down the issue. I will take a look when I get a chance.

from exq_ui.

akira avatar akira commented on September 28, 2024

@isaksky it should be fixed now, let me know if it doesn't work

from exq_ui.

akira avatar akira commented on September 28, 2024

Published 0.8.3 with this fix

from exq_ui.

isaksky avatar isaksky commented on September 28, 2024

@akira I tried this commit out, and it fixed this issue, thanks!

I had some other issues regarding asset paths, seemingly with the new changes, but it may be unrelated, or on my end. I'll let you know if I find out more.

from exq_ui.

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.