ngirard

Results 148 comments of ngirard

Heya, I'm experiencing the (seemingly) same problem. Using latest precompiled binary on Ubuntu 20.04 ```sh gooseberry sync Error: 0: Make sure input fields are valid 1: Status: Reason: Location: /home/runner/work/gooseberry/gooseberry/src/gooseberry/mod.rs:126...

> How did you create/select the group? I used your dialoguer interface, which stored `hypothesis_group = 'VEeoyDkE'` in the config file. When I replaced the group id by the group...

Thanks for your feedback. > I believe the problem here is that you're using the group name instead of the ID. (...) Unfortunately, that's what I did in the first...

Alright, so creating a new group and annotating into it worked fine.

Here's your backtrace: ``` RUST_BACKTRACE=1 /home/ngirard/soft/gooseberry.git.git/target/debug/gooseberry sync Error: 0: Make sure input fields are valid 1: Status: Reason: Location: /home/ngirard/soft/gooseberry.git.git/src/gooseberry/mod.rs:126 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1: color_eyre::config::EyreHook::default::h39a8a16bab443ec5 at /home/ngirard/.cargo/registry/src/github.com-1ecc6299db9ec823/color-eyre-0.5.10/src/config.rs:1016 2: color_eyre::config::EyreHook::into_eyre_hook::{{closure}}::h963abafd467e63f6 at...

Sure. So , should I both put my username into `HYPOTHESIS_NAME` *and* replace `` with it in your command ? Here's the result: ``` hypothesis annotations search --user "acct:[email protected]" --group...

```sh RUST_BACKTRACE=full hypothesis annotations search --user "acct:[email protected]" --group "VEeoyDkE" --search-after "1900-01-01T00:00:00.000Z" --offset 0 --limit 200 --sort updated --order asc Error: 0: Make sure input fields are valid 1: Status: Reason:...

I'm afraid it doesn't appear -- unless I'm misusing that tool. ![Screenshot_20210413_142032](https://user-images.githubusercontent.com/98098/114551245-6b403f00-9c63-11eb-9e0e-481196618f5d.png)

Choosing the "public" group doesn't make it work any better ```sh ❯ /home/ngirard/soft/gooseberry.git.git/target/debug/gooseberry config group ✔ Where should gooseberry take annotations from? · Use an existing Hypothesis group ✔ Which...

> Even after adding the API token? There should be an option to add it near the bottom of the page Dit it. No luck.