Failed to run: ErrNoMore on initial inbox snapshot #4
Replies: 4 comments 5 replies
-
Hey! Sorry for the late reply, I didn't get any notification. Are you still experiencing this error? I fixed some inbox errors previously. If you do I'll have a deeper look at it. As for the options, the token and cookie field don't matter for this version, only the header_options should contain a bunch of values |
Beta Was this translation helpful? Give feedback.
-
@alexklklkl double checked and it should be working fine now. On a side note, the incomplete values still got exported because you only printed out the error, while its better to pass high-level errors such as in a main file to .e.g |
Beta Was this translation helpful? Give feedback.
-
Once more interesting case: We'd like to get insta.Timeline.err.Error(), but insta.Timeline.err is nil. |
Beta Was this translation helpful? Give feedback.
-
@alexklklkl Alright, looking at both now |
Beta Was this translation helpful? Give feedback.
-
Hello, David, thank you for your work for goinsta project!
Could you help with insta.Export - goinsta.Import? Here is code:
First launch (file sessionFileName does not exists) all work as expected (but there are error "Failed to fetch initial messages inbox snapshot: No more posts availible, page end has been reached" on err = insta.Login())
Second launch (file sessionFileName does exists) i have error 403 "You've Been Logged Out" in func (account *Account) Sync().
If i use boolean parameter in goinsta.Import(sessionFileName, true), error 403 occurs later.
File sessionFileName look like correct, only fields "token", "header_options", "cookies" are empty.
What do you think about this error?
Beta Was this translation helpful? Give feedback.
All reactions