Hello,
I wanted to use your wonderful qsticky with the 2 below images
- lscr.io/linuxserver/qbittorrent:latest
- qmcgaw/gluetun:latest
And it was not working. I'm not a dev at all, but I think I have a good understanding of IT.
I had (with AI Help) rewrote the qsticky.py and rebuild to make it work.
Little summary of the additions.
cookie_jar = aiohttp.CookieJar(unsafe=True)
headers={
"Referer": self.base_url,
"Origin": self.base_url
},
I attach the full file.
I hope it will help you. And thanks again for the hard work.
And I wish you a nice day
qsticky.py
Hello,
I wanted to use your wonderful qsticky with the 2 below images
And it was not working. I'm not a dev at all, but I think I have a good understanding of IT.
I had (with AI Help) rewrote the qsticky.py and rebuild to make it work.
Little summary of the additions.
cookie_jar = aiohttp.CookieJar(unsafe=True)
headers={
"Referer": self.base_url,
"Origin": self.base_url
},
I attach the full file.
I hope it will help you. And thanks again for the hard work.
And I wish you a nice day
qsticky.py