Not working #2
edward
commented 2024-04-17 08:13:55 +01:00
Owner
```
edward@x1n1 ~/s/goodreads-backup (main)> python3 ./backup.py
download export
Traceback (most recent call last):
File "/home/edward/src/goodreads-backup/./backup.py", line 78, in <module>
run(playwright)
File "/home/edward/src/goodreads-backup/./backup.py", line 62, in run
print(export_link.text_content())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/sync_api/_generated.py", line 16848, in text_content
self._sync(self._impl_obj.text_content(timeout=timeout))
File "/usr/lib/python3/dist-packages/playwright/_impl/_sync_base.py", line 113, in _sync
return task.result()
^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/_impl/_locator.py", line 600, in text_content
return await self._frame.text_content(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/_impl/_frame.py", line 613, in text_content
return await self._channel.send("textContent", locals_to_params(locals()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/_impl/_connection.py", line 59, in send
return await self._connection.wrap_api_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/_impl/_connection.py", line 509, in wrap_api_call
return await cb()
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/playwright/_impl/_connection.py", line 97, in inner_send
result = next(iter(done)).result()
^^^^^^^^^^^^^^^^^^^^^^^^^
playwright._impl._errors.TimeoutError: Timeout 30000ms exceeded.
edward@x1n1 ~/s/goodreads-backup (main) [1]>
```
edward
referenced this issue from a commit 2024-04-17 08:59:50 +01:00
Fix login
edward
closed this issue 2024-04-17 08:59:50 +01:00
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: edward/goodreads-backup#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?