machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
91 stars 10 forks source link

Lenovo Tab4 10 Plus (Android 7.0.1) - first transfer incomplete #11

Closed Ryder17z closed 1 year ago

Ryder17z commented 2 years ago

No error message.

Transfer halted with a success message without copying all tabs.

Any retries seems to work fine.

machinateur commented 1 year ago

That's extremely difficult to reproduce without knowing the PHP version, or having the device on hand.

This might be related to some sort of connection delay (if something like that exists; it's just a guess at this point).

There were several other issues concerning the connectivity. In response to that I've updated the download logic. It now uses curl instead of a php native function and reports more verbosely about what's actually happening.

To run the command with debug verbosity, append -vvv to the end of the command:

php copy-tabs.php -vvv

That way, possible errors with the download, as well as the download process and steps themselves, will be printed to the console.

If you can still reproduce this issue, please try to do so with the newest version (v0.4.0).

Ryder17z commented 1 year ago

not possible to test as the device stopped working when I dropped it. I think the issue can be closed.