elya5

Results 14 comments of elya5

Is there any option for more detailed log about? I already tried `--invalid-requests` but the requests don't get logged there.

Yes, I looked at the guide and the configuration but still couldn't figure it out. I start goaccess with the following config: `goaccess /storage/caddy.log --log-format=CADDY --real-time-html --port 7890 --ws-url "example.domain:443/service/ws"...

Thanks @demifiend9 for the info. I probably missed the connection upgrade, however even with the changes it still does not work. Here is the caddy config part: ``` @goaccessws {...

Simply removing the `os.path.realpath(os.path.join(os.environ["PREFIX"], "lib")),` line solved the problem for me

The splinter version is 0.7.0 and the django version is 1.7.4

@lucasmagnum-luizalabs so I tried it with `python manage.py shell` and it works. Does that I mean I always have to start a django project to use django as a headless...

I just ran into the same pickling error. I have a GET form that is validated in `views.py`. Then, it gets passed to the UnicornView. [This stackoverflow answer](https://stackoverflow.com/a/77286987) removed the...

One idea I had is to prefix all floats when converting them to a string. It seems to work but I don't know if this is something you'd go along...

If the plugin is registered, this should be done automatically by `_handle_disco_info` and `_handle_disco_items` in [disco.py](https://github.com/fritzy/SleekXMPP/blob/develop/sleekxmpp/plugins/xep_0030/disco.py#L100).

I am pretty sure this is not a bug. The `ERROR service-unavailable` rather suggests that the other side simply does not support IBB.