Marc Marschall

Results 9 comments of Marc Marschall

Got the same issue here.

https://github.com/worksasintended/tn40xx-driver this one works. Thanks to @cahz, you did 99.9% of the work. [The commit ](https://github.com/worksasintended/tn40xx-driver/commit/b11e0302cf0dbe1d699af0fb1a35a7b38004e767) only had a minor issue forgetting the variable names in the function definition

Still works for me, also the newest version.

Now I got problems too.Python errors during docker built: `Traceback (most recent call last): File "/usr/bin/pip", line 9, in load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group,...

It is not immidiatly obvious to me why this is going wrong. In fact it looks like the chain of events is going in a wrong order, but I am...

There is a known issue in response.js causing this behaviour, if I remember correctly it was caused by some bad cookie implementation, but dont quote me on this one. Thats...

This is my working nginx config, nginx used as a reverse proxy with letsencrypt: Of course you can skip the whole ssl_certicate part as a minimal example ``` server {...

Correctly it does say host unreachable while the nextcloud ontainer gives no route to host.

Issue still seems to persist, making it very hard to use in a productive environment...