Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Hub Operator FID is not set" via docker even already set in .env #2088

Closed
kodaicoder opened this issue Jun 24, 2024 · 8 comments · Fixed by #2129
Closed

"Hub Operator FID is not set" via docker even already set in .env #2088

kodaicoder opened this issue Jun 24, 2024 · 8 comments · Fixed by #2129
Labels
s-triage Needs to be reviewed, designed and prioritized

Comments

@kodaicoder
Copy link

kodaicoder commented Jun 24, 2024

I has setting .env file like documents has guided but
after running I got warning sign that telling "Hub Operator FID is not set " as per image below

image

but I already set it in .env file as per image below

image

@github-actions github-actions bot added the s-triage Needs to be reviewed, designed and prioritized label Jun 24, 2024
@Chaoqun-Guo
Copy link

you can have a try like this.
docker compose down hubble, then up it again.
make sure that docker init the .env and make the $XXX variable active.

@poringbom
Copy link

same error i will stop compose and remove and then not working

@wjdfx
Copy link

wjdfx commented Jun 25, 2024

same here:

{"message":"✅ | Bootstrapping from 4 peers\n","timestamp":"2024-06-25T06:20:26.201Z","type":"out","process_id":0,"app_name":"hubble"}
{"message":"⚠️  | Hub Operator FID is not set\n","timestamp":"2024-06-25T06:20:26.201Z","type":"out","process_id":0,"app_name":"hubble"}```

I can confirm have been config .env file. 

@Cyncra
Copy link

Cyncra commented Jun 25, 2024

Currently, it seems that only the custody FID created with warpcast is recognized as valid. As a temporary workaround, we are manually modifying the .env file to make it work. When I inquired about this issue with farquest, they advised me to report it in this repository.

@hoanmq
Copy link

hoanmq commented Jun 26, 2024

The same for me. Any solution for that?

@mgladson
Copy link

getting same error message. defining the FID in docker-compose.yml, doesn't help either.

@kingo233
Copy link

kingo233 commented Jul 1, 2024

Same issue. Anyone can help me?

@thuthuyng0119
Copy link

I got the same issue:
2024-07-07 12:47:05 {"message":"⚠️ | Hub Operator FID is not set\n","timestamp":"2024-07-07T05:47:05.873Z","type":"out","process_id":0,"app_name":"hubble"}
please help

@sds sds closed this as completed in #2129 Jul 8, 2024
sds pushed a commit that referenced this issue Jul 8, 2024
## Motivation

Fixes #2088 #2117 

There is likely an underlying issue with the commander configuration but
this is a quick change that gets this working for those having trouble
getting the container up and running.

## Change Summary

Reordered CLI arguments in docker-compose.yml.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [x] PR has a
[changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets)
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.
- [x] All [commits have been
signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits)

## Additional Context

If this is a relatively large or complex change, provide more details
here that will help reviewers


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the `docker-compose.yml` file for the
`@farcaster/hubble` app to fix an issue with CLI arguments order
affecting the hub operator FID.

### Detailed summary
- Added `--hub-operator-fid ${HUB_OPERATOR_FID:-0}` to fix unset hub
operator FID in docker-compose.yml.
- Rearranged CLI arguments to ensure correct order and parameter
assignment.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s-triage Needs to be reviewed, designed and prioritized
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants