Gonçalo Luiz
Gonçalo Luiz
Same problem here Any immediate workaround? I'm on MacOs 10.14.5 and test containers 1.11.2 edit: same thing on 1.11.3
Same happens to me. After disabling (commenting out the relevant lines on ga.py) the log is the following: https://gist.github.com/gedl/fe1d676370d07205536a
Any progress on this one ?
I don't think so.
I now get this (I'm using a socks5 proxy) using the version you provided. File "/home/sibi/.xbmc/addons/plugin.video.stream/resources/site-packages/stream/ga.py", line 69, in track_page tracker.track_pageview(Page(path), session, visitor) File "/home/sibi/.xbmc/addons/plugin.video.stream/resources/site-packages/pyga/requests.py", line 851, in track_pageview request.fire()...
Hi, 1. I apologize if this issue has been opened already. I've used the same entry I created which I reckon is not the most helpful way. 2. version 1.4.3-RC3...
Still doesn't work. Updated issue #23 with my log. Thanks.
Hi @sta-szek Thanks for replying. Yes, that works OK if the class under test is `B`. I also use that method when class under test is `A`and it works fine...
Yes, I tried (my using a with(XXX), `XXX`being a BValueChanger) but it erroed before it got called. I'd be happy to contribute. I've read through the source code and would...