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

Problems with Emulator Test runs #12

Open
rgant opened this issue Feb 13, 2025 · 0 comments
Open

Problems with Emulator Test runs #12

rgant opened this issue Feb 13, 2025 · 0 comments

Comments

@rgant
Copy link
Owner

rgant commented Feb 13, 2025

Seeing errors when running in single run mode:

WARN: '[2025-02-13T03:13:35.476Z]  @firebase/firestore:', 'Firestore (11.3.1): WebChannelConnection', 'RPC 'Listen' stream 0x7940e37b transport errored:', jd{type: 'c', target: Y{s: false, C: undefined, i: Ka{src: ..., g: ..., h: ...}, M: Y{s: ..., C: ..., i: ..., M: ..., F: ..., g: ..., l: ..., h: ..., v: ..., u: ..., j: ...}, F: null, g: Yc{Aa: ..., i: ..., j: ..., o: ..., S: ..., m: ..., H: ..., D: ..., ya: ..., g: ..., W: ..., I: ..., qa: ..., ia: ..., U: ..., Ya: ..., Va: ..., l: ..., s: ..., u: ..., C: ..., F: ..., X: ..., T: ..., za: ..., B: ..., v: ..., Y: ..., Ta: ..., cb: ..., Wa: ..., wa: ..., pa: ..., Xa: ..., Ca: ..., L: ..., J: ..., K: ..., h: ..., Da: ..., P: ..., O: ..., Ua: ..., ba: ..., ja: ..., ca: ..., R: ..., M: ..., A: ..., ka: ..., G: ...}, l: 'http://localhost:8080/google.firestore.v1.Firestore/Listen/channel', h: Object{database: ...}, v: true, u: true, j: Z{g: ...}}, g: Y{s: false, C: undefined, i: Ka{src: ..., g: ..., h: ...}, M: Y{s: ..., C: ..., i: ..., M: ..., F: ..., g: ..., l: ..., h: ..., v: ..., u: ..., j: ...}, F: null, g: Yc{Aa: ..., i: ..., j: ..., o: ..., S: ..., m: ..., H: ..., D: ..., ya: ..., g: ..., W: ..., I: ..., qa: ..., ia: ..., U: ..., Ya: ..., Va: ..., l: ..., s: ..., u: ..., C: ..., F: ..., X: ..., T: ..., za: ..., B: ..., v: ..., Y: ..., Ta: ..., cb: ..., Wa: ..., wa: ..., pa: ..., Xa: ..., Ca: ..., L: ..., J: ..., K: ..., h: ..., Da: ..., P: ..., O: ..., Ua: ..., ba: ..., ja: ..., ca: ..., R: ..., M: ..., A: ..., ka: ..., G: ...}, l: 'http://localhost:8080/google.firestore.v1.Firestore/Listen/channel', h: Object{database: ...}, v: true, u: true, j: Z{g: ...}}, defaultPrevented: false, status: 1}
Chrome 133.0.0.0 (Mac OS 10.15.7): Executed 245 of 246 (9 FAILED) (skipped 1) (4.343 secs / 4.21 secs)
WARN: '[2025-02-13T03:13:35.476Z]  @firebase/firestore:', 'Firestore (11.3.1): WebChannelConnection', 'RPC 'Listen' stream 0x7940e37b transport errored:', jd{type: 'c', target: Y{s: false, C: undefined, i: Ka{src: ..., g: ..., h: ...}, M: Y{s: ..., C: ..., i: ..., M: ..., F: ..., g: ..., l: ..., h: ..., v: ..., u: ..., j: ...}, F: null, g: Yc{Aa: ..., i: ..., j: ..., o: ..., S: ..., m: ..., H: ..., D: ..., ya: ..., g: ..., W: ..., I: ..., qa: ..., ia: ..., U: ..., Ya: ..., Va: ..., l: ..., s: ..., u: ..., C: ..., F: ..., X: ..., T: ..., za: ..., B: ..., v: ..., Y: ..., Ta: ..., cb: ..., Wa: ..., wa: ..., pa: ..., Xa: ..., Ca: ..., L: ..., J: ..., K: ..., h: ..., Da: ..., P: ..., O: ..., Ua: ..., ba: ..., ja: ..., ca: ..., R: ..., M: ..., A: ..., ka: ..., G: ...}, l: 'http://localhost:8080/google.firestore.v1.Firestore/Listen/channel', h: Object{database: ...}, v: true, u: true, j: Z{g: ...}}, g: Y{s: false, C: undefined, i: Ka{src: ..., g: ..., h: ...}, M: Y{s: ..., C: ..., i: ..., M: ..., F: ..., g: ..., l: ..., h: ..., v: ..., u: ..., j: ...}, F: null, g: Yc{Aa: ..., i: ..., j: ..., o: ..., S: ..., m: ..., H: ..., D: ..., ya: ..., g: ..., W: ..., I: ..., qa: ..., ia: ..., U: ..., Ya: ..., Va: ..., l: ..., s: ..., u: ..., C: ..., F: ..., X: ..., T: ..., za: ..., B: ..., v: ..., Y: ..., Ta: ..., cb: ..., Wa: ..., wa: ..., pa: ..., Xa: ..., Ca: ..., L: ..., J: ..., K: ..., h: ..., Da: ..., P: ..., O: ..., Ua: ..., ba: ..., ja: ..., ca: ..., R: ..., M: ..., A: .ERROR: '[2025-02-13T03:13:35.476Z]  @firebase/firestore:', 'Firestore (11.3.1): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=unavailable]: The operation could not be completed
This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.'
Chrome 133.0.0.0 (Mac OS 10.15.7): Executed 245 of 246 (9 FAILED) (skipped 1) (4.343 secs / 4.21 secs)
ERROR: '[2025-02-13T03:13:35.476Z]  @firebase/firestore:', 'Firestore (11.3.1): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=unavailable]: The operation could not be completed
This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.'

Tried experimentalForceLongPolling: true but it did not effect the results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant