Monika Barget

Results 20 comments of Monika Barget

I have the exact same problem. I did not look at the Twitter source code yet, but it may be that they have constructed their tables differently now. The error...

I found the following section in the CSS stylesheet that may be what I am looking for: ``` #container { border: 1px solid #2a2a2a; background: #ddd url(../images/pattern.png); box-shadow: 0 0...

I assume that my issue goes in the same direction. When I try to customize the theme, my commits fail because of this error notification: ``` github-pages 226 | Error:...

I am having the same issue using Python and Firefox. Forums I checked recommended all kinds of exception handling, but the only thing that fixed it was deleting all the...

Just to add that Google Chrome has worked just fine. I highly recommend using Chrome instead of Firefox for this specific operation. No workarounds needed.

I used Google Chrome on Windows and had no issues at all.

Same here! Will try again later this evening.

Actually, it turned out to be an issue with the activation link in my case. I have described the process of using the Geonames API in Python here: [https://monikabarget.github.io/GeoHumTutorials/Tutorial_geocodingGEONAMES](https://monikabarget.github.io/GeoHumTutorials/Tutorial_geocodingGEONAMES)

We have the same issue. I also tried to scrape Google News with a different code before and got 100 results max. per query. It seems that we need pagination...

This is a related issue suggesting some workarounds: https://github.com/ranahaani/GNews/issues/31