[GH-ISSUE #314] 3.7.7 and 3.7.8 Migration Issue #726

Closed
opened 2026-03-13 22:26:43 +03:00 by kerem · 3 comments
Owner

Originally created by @ghost on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/314

[04/08 14:53:49] Creating tables in insomniac.db...
[04/08 14:53:49] [Migration] Migrating sessions to the insomniac.db...
[04/08 14:53:50] [Migration] Migrating interacted users to the insomniac.db...

Caught an exception:
log_like_action() missing 2 required positional arguments: 'task_id' and 'execution_id'
[04/08 14:53:51] Traceback (most recent call last):
  File "<string>", line 196, in run
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/insomniac/migration.py", line 180, in migrate_from_sql_to_peewee
    my_profile.log_like_action(session_id, interacted_user["username"], None, None)
TypeError: log_like_action() missing 2 required positional arguments: 'task_id' and 'execution_id'

Does anyone know what this means?

Originally created by @ghost on GitHub (Apr 8, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/314 ``` [04/08 14:53:49] Creating tables in insomniac.db... [04/08 14:53:49] [Migration] Migrating sessions to the insomniac.db... [04/08 14:53:50] [Migration] Migrating interacted users to the insomniac.db... Caught an exception: log_like_action() missing 2 required positional arguments: 'task_id' and 'execution_id' [04/08 14:53:51] Traceback (most recent call last): File "<string>", line 196, in run File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/insomniac/migration.py", line 180, in migrate_from_sql_to_peewee my_profile.log_like_action(session_id, interacted_user["username"], None, None) TypeError: log_like_action() missing 2 required positional arguments: 'task_id' and 'execution_id' ``` Does anyone know what this means?
kerem closed this issue 2026-03-13 22:26:48 +03:00
Author
Owner

@VincentAdam commented on GitHub (Apr 13, 2021):

I have exactly the same problem.

<!-- gh-comment-id:818593419 --> @VincentAdam commented on GitHub (Apr 13, 2021): I have exactly the same problem.
Author
Owner

@VincentAdam commented on GitHub (Apr 13, 2021):

I have renamed my profile db folder, and reexecute the script. It's seems to be fine for 10 minutes and crash again with a new error "Cannot find the List of followers..." there is the crash test :

Crash-2021-04-13-12-05-38.zip

<!-- gh-comment-id:818621872 --> @VincentAdam commented on GitHub (Apr 13, 2021): I have renamed my profile db folder, and reexecute the script. It's seems to be fine for 10 minutes and crash again with a new error "Cannot find the List of followers..." there is the crash test : [Crash-2021-04-13-12-05-38.zip](https://github.com/alexal1/Insomniac/files/6302929/Crash-2021-04-13-12-05-38.zip)
Author
Owner

@alexal1 commented on GitHub (Jun 24, 2021):

Fixed in v3.7.15

<!-- gh-comment-id:867455452 --> @alexal1 commented on GitHub (Jun 24, 2021): Fixed in `v3.7.15`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#726
No description provided.