ElMastro
ElMastro
I would like to post my experience (sorry in advance for the long post): my code contains: ` session = AsyncHTMLSession(); Source = "https://www.flashscore.it/tennis/"; print("\n Estrazione da ", Source, "\n...
Unfortunately is not my case. In the code there was `await response.html.arender(timeout=6000, sleep=3) ` It was working well, until about a month ago when coming to this command it would...
Unfortunately this is a workaround. The only thing not working in requests-html is arender (for me), and it is a pity to switch library just for this, I could try...
I believe I need to add something: on httpx-html, the "arender" command shows the same behavior. Considering that all the other things work, probably in my case the problem is...
Greetings, I am experiencing the same Issue on Kivmob 2.0. Unfortunately, changing 'activity.addContentView(layout, layoutParams)' (that in this kivmob.py it is on line 217) doesn't solve anything. Maybe someone could share...
According to [this](https://www.reddit.com/r/kivy/comments/z0ycts/kivmob_banner_ads_not_showing/) the commands work. The problem I was talking about could depend upon having an Admob account linked to the app. May someone please confirm it?
If someone is interested I have created an Admod account, and now the error messages disappeared. Unfortunately the banners still don't work, but at this point I don't know if...