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

FUJI XF10 issues #17

Open
gamberoillecito opened this issue Jun 6, 2024 · 4 comments
Open

FUJI XF10 issues #17

gamberoillecito opened this issue Jun 6, 2024 · 4 comments

Comments

@gamberoillecito
Copy link

gamberoillecito commented Jun 6, 2024

Hello, I don't know if this is the proper way to report a bug but I cannot connect to my FUJI XF10 using the latest version of the app. I can however connect using the official app most of the times. I reported the error log below. Please let me know if I can help in any way since I'd love to have an open source (and Hope more reliable) version of the official app.

Thanks for your work!

18788	ABI: arm64-v8a
18788	Compile date: May 26 2024
18788	https://github.com/petabyt/fudge
18819	Connection established 192.168.0.1:55740 (203)
18819	Running test suite from C
18823	Initialized command socket
18823	Connected to Fudge
18823	sleep 500ms for good measure...
18961	send_bulk_packet: Sent 16/16 bytes
18961	Failed to read at least packet length: 0
18961	Failed to receive packets: -5
18961	Failed to open session
@petabyt
Copy link
Owner

petabyt commented Jun 7, 2024

Hmm seems like a timing issue, somebody else was with an xf10 was able to get farther than this

@gamberoillecito
Copy link
Author

Hmm seems like a timing issue, somebody else was with an xf10 was able to get farther than this

Hi, thanks for the reply, should I try something else?

@petabyt
Copy link
Owner

petabyt commented Jun 15, 2024

This is my expected output:

ABI: arm64-v8a
Compile date: May 26 2024
https://github.com/petabyt/fudge
Connection established 192.168.0.1:55740 (203)
Running test suite from C
Initialized command socket
Connected to Fudge
sleep 500ms for good measure...
send_bulk_packet: Sent 16/16 bytes
Trying again...
Trying again...
Trying again...
Failed to read at least packet length: 0
Failed to receive packets: -5
Failed to open session

So possibly something wrong with r->wait_for_response not being set correctly

@petabyt
Copy link
Owner

petabyt commented Jun 15, 2024

I'm forgetting to call fuji_reset_ptp in the test suite, I don't see why things shouldn't work normally though

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

2 participants