wobserver icon indicating copy to clipboard operation
wobserver copied to clipboard

Is this project dead?

Open stef-otpyrc opened this issue 6 years ago • 10 comments

Trying to get some attention from the devs, what's going on, where is the new version? https://github.com/shinyscorpion/wobserver/issues/44

stef-otpyrc avatar Aug 01 '18 07:08 stef-otpyrc

Most likely dead . I made a request to Hex.pm to takeover the package in hex.pm. We will see in 30 days

meanwhile I posted this https://github.com/epinault/wobserver on other issues that I fixed. We can now use it with Phoenix 1.4

epinault avatar Nov 27 '18 00:11 epinault

Most likely dead . I made a request to Hex.pm to takeover the package in hex.pm. We will see in 30 days

meanwhile I posted this https://github.com/epinault/wobserver on other issues that I fixed. We can now use it with Phoenix 1.4

@epinault Thanks for your serious efforts. I am using your forked version and trying to make Phoenix 1.4 work with little to no luck. It's still complaining about

** (EXIT) an exception was raised:
        ** (UndefinedFunctionError) function Wobserver.Web.PhoenixSocket.child_spec/1 is undefined or private
            (wobserver) Wobserver.Web.PhoenixSocket.child_spec([endpoint: MyWeb.Endpoint])
            (elixir) lib/enum.ex:1314: Enum."-map/2-lists^map/1-0-"/2
            (phoenix) lib/phoenix/endpoint/supervisor.ex:56: Phoenix.Endpoint.Supervisor.init/1
            (stdlib) supervisor.erl:295: :supervisor.init/1
            (stdlib) gen_server.erl:374: :gen_server.init_it/2
            (stdlib) gen_server.erl:342: :gen_server.init_it/6
            (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3

Do you happen to know how I should fix this compilation error?

shovelend avatar Dec 07 '18 15:12 shovelend

Guys, try without use Wobserver.Web.PhoenixSocket in endpoint.ex and it's work. The Wobserver application start already make the 'magic' for us.

jrgvf avatar Feb 15 '19 12:02 jrgvf

@epinault have you have any luck in taking over the project? There's a lot of issues with old dependencies. It would be great to at least solve these issues.

rwngallego avatar Feb 18 '19 09:02 rwngallego

In addition to @epinault's fork there is this hex package: https://hex.pm/packages/wobserverfork which I believe originates from https://github.com/alfonsoperez/wobserver

axelson avatar Mar 05 '19 01:03 axelson

I need to ask the hex.pm maintainer. he asked for my email but I don t see that I own the package on hex.pm. Will check tomorrow

epinault avatar Apr 02 '19 05:04 epinault

@shovelend did you manage to run it on Phoenix 1.4?

antoniobg avatar Jun 13 '19 16:06 antoniobg

Any updates on getting this to run on recent versions?

jmn avatar Sep 28 '19 15:09 jmn

I forked it and made it working under current Elixir 1.14 with Erlang/OTP 25, at here: https://github.com/liyu1981/wobserver-ng. If you are interested please try.

I intentionally want to keep making it updated with Elixir new versions in my spare time.

liyu1981 avatar Apr 05 '23 00:04 liyu1981

Ah thanks . I moved on to use Phoenix live dashboard the last few years

epinault avatar Apr 05 '23 02:04 epinault