-
Notifications
You must be signed in to change notification settings - Fork 115
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
Canon 700D Unspecified error #625
Comments
0.132402 ptp_usb_sendreq (2): Sending PTP_OC 0x9109 (EOS_GetObjectInfoEx) (0x20001,0xffffffff,0x100000) request... 0.135639 ptp_usb_getdata (2): Reading PTP_OC 0x9109 (EOS_GetObjectInfoEx) data... -34 is a read error. It tries again, still gets read error ... but then later on we get the data from the camera for this command after another read error. So something with USB protocol handling is buggy. Currently no idea how libgphoto2 this would differentiate from a real read error. |
The ambiguity of the issue is disappointing, your help is awesome, what I will try next (tomorrow evening) will be to pull up some old versions of Rasbian lite with older kernels and test, I will then report back what version I have tested and what the result are, hopefully I can find the issue. |
Also sorry I did not mean to close this (mobile is great) |
ok Update Time, For those that may end up with a similar issue becasue i hate finding posts that say Fixed it (Closed) with no context: This meant Gphoto2 could do short/quick things fine but anything long would fail as the grounds would be compleatly out and the longer Gphoto tried the worse the imbalance got (i cant explain this its just what i measured) i will now close this. |
Describe the bug
When attempting to copy Data from the Camera's SD card to the MicroSD card in Raspberry Pi W 0 2 it errors for no explicable reason.
i have tried the Same Raspberry pi setup with a Canon 200D and have no issues at all, I have replace the Pi, i have replaced all the cabling involved, it doesn't work
the Raspberry pi is running headless, and i have checked all the recommendations around other tools looking the camera connectivity, but cannot find anything to indicate this is the issue
i can gather camera info, see photos on the camera without issues, but as soon as i attempt to copy files, it errors:
*** Error ***
PTP General Error
*** Error ***
An error occurred in the io-library ('Unspecified error'): No error description available
*** Error (-1: 'Unspecified error') ***
i have rebuilt the OS, using the default apt-get versions of Gphoto2, i have tried, the latest version and dev versions via:
wget https://raw.githubusercontent.com/gonzalo/gphoto2-updater/master/gphoto2-updater.sh && wget https://raw.githubusercontent.com/gonzalo/gphoto2-updater/master/.env && chmod +x gphoto2-updater.sh && sudo ./gphoto2-updater.sh
i have confirmed the Camera works correctly, i can plug it in to any Desktop and EOS utility can communicate without any issues
Camera has been tested on firmware 1.1.4 and 1.1.5 Magic lantern is not in use.
Name the camera
Model Port
Canon EOS 700D usb:001,009
libgphoto2 and gphoto2 version
gphoto2 2.5.28.1
Copyright (c) 2000-2021 Marcus Meissner and others
gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.28.1 gcc, popt(m), exif, no cdk, no aa, no jpeg, no readline
libgphoto2 2.5.31.1 standard camlibs (SKIPPING docupen lumix), gcc, no ltdl, EXIF
libgphoto2_port 0.12.2 iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, no ltdl, EXIF, USB, serial without locking
To Reproduce
Simply running Gphoto2 --get-all-files is all thats need to to trigger it every time.
my-logfile.txt
If its a camera misbehavior, attach debug output using --debug --debug-logfile=debug.log (if considered useful).
when runing gphoto2 --auto-detect --debug --debug-logfile=debug.log the log is below aswell
debug.log
any help would be apreciated, happy to blow away OS's and swap out firmwares as needed to help test.
The text was updated successfully, but these errors were encountered: