Ed

Results 16 comments of Ed

Was anything ever done to fix this? The "quick fix" doesn't appear possible because there doesn't seem to be a way to pass sqlite connection params to sqlitedict. The connection...

Thanks, I'll give it a try. Been using print debugging (or in this case, log debugging) for too long. :) Anyone know how to generate source maps with pscript? Some...

No worries Almar. It's going quite well, actually. Very nice that pscript preserves the python method names. Easy to see the call chain where things went wrong. Having short methods...

Three years later, a bunch of comments, and still no fix. --ignore-gooey is still undocumented. The readme still gives no indication of how to run both cli and gui versions,...

@ZhiyuanChen sorry I was wrong. @OxFF00FF's change did fix it, but I didn't reload the module properly. Now google crawler works. I still don't understand why @OxFF00FF's change works. Can...

I still have this issue but it's intermittent. For every 10 queries, I get 1-2 failures. Running the failed query a second time usually succeeds. Not a showstopper, I can...

I know what's causing the exceptions, at least superficially. Sometimes the returned google page doesn't have any `` tags, or doesn't have any http urls. This makes the `parse` method...

# Response checks As I suspected the issue is not checking HTTP response in Parser.worker_exec. The response status code is never checked for valid data before trying to parse it....

Also sometimes google returns a page with status 200 that has no search results. The string `Before you continue` seems to indicate further action is needed by the user. It...

Would be nice to include option `-?` for help. It's standard *nix. I know python prefers -h for god knows what reason, but it's easy to support both.