Simone Orsi

Results 405 comments of Simone Orsi

ok, what about the error then? `not allowed to use this request method on /mount_name` -> which request method? I authorized both POST (documented) and GET (just in case), and...

Well, beside a `SOURCE` method does not exists (I'll try PUT), here we are talking about "listeners" authentication not source authentication. This is what docs say: > Listener authentication is...

```bash # icecast --version Icecast 2.4.99.1 ``` I pulled it from github and compiled it myself. The point is that sources' auth should not be altered by enabling URL auth,...

tried. Does not work anyway... you can stream but cannot listen to it. If you play using pure html5 player it shows you a popup for authentication -> you cannot...

Forgot to add the logs. This is what happens when I open the m3u file: **application side** ``` {'ip': u'xxx.xxx.xxx.xxx', 'mount': u'/mount-foo', 'agent': u'gvfs/1.28.2', 'server': u'foo.com', 'client': u'29', 'user': u'',...

well, no: the whole point is about letting a server side endpoint decide if you can listen to something... so NO, asking for password is not what you would expect...

You can keep an eye on https://github.com/OCA/connector/pulls?q=is%3Apr+is%3Aopen+base%3A15.0 and help w/ reviews :wink:

@oleksandrpaziuk pls, check Pedro's comment about history.

yeah, odoo will mess up your variants if you don't block it w/ `create_product_product` in [ctx key ](https://github.com/odoo/odoo/blob/15.0/addons/product/models/product_template.py#L472) FTR to search for specific variants in a template it is preferable...

FTR we are working on a proof of concept to allow using q.job w/out jobrunner.