dvingerh / PyInstaLive

Python script to download Instagram livestreams.
MIT License
547 stars 111 forks source link

Expecting ',' delimiter: line 1 column 31958 #158

Closed zx3777 closed 9 months ago

zx3777 commented 1 year ago

[W] Could not find an existing login session file: xxxxxxxxx.dat [W] A new login session file will be created upon successful login. [E] Could not login: Expecting ',' delimiter: line 1 column 31958 (char 31957)

afiqyaheranda commented 1 year ago

I get the same error message. is there a solution yet?

F1atCat commented 1 year ago

I was having the same issue. Downgrading to version 3.2.4 seems to work. Don't forget to also change your pyinstalive.ini file back to the v3 format.

To downgrade to 3.2.4: pip install git+https://github.com/dvingerh/PyInstaLive.git@3.2.4

markosc commented 1 year ago

I was having the same issue. Downgrading to version 3.2.4 seems to work. Don't forget to also change your pyinstalive.ini file back to the v3 format.

To downgrade to 3.2.4: pip install git+https://github.com/dvingerh/PyInstaLive.git@3.2.4

And how would you do it if you want to follow up so I can record it?

greyhat94 commented 1 year ago

I was having the same issue. Downgrading to version 3.2.4 seems to work. Don't forget to also change your pyinstalive.ini file back to the v3 format.

To downgrade to 3.2.4: pip install git+https://github.com/dvingerh/PyInstaLive.git@3.2.4

How do I change the 'pyinstall.ini' file to the format of software version three? Were you able to record instagram live streams by downgrading the software? If I do so, do I risk taking up unnecessary space on my HDD?

greyhat94 commented 1 year ago

I was having the same issue. Downgrading to version 3.2.4 seems to work. Don't forget to also change your pyinstalive.ini file back to the v3 format. To downgrade to 3.2.4: pip install git+https://github.com/dvingerh/PyInstaLive.git@3.2.4

And how would you do it if you want to follow up so I can record it?

Were you able to solve it? I get the same error, and I would like to make sure that by downgrading the software, I can record live streams on Instagram without any further hiccups. Also, do you think I risk taking up unnecessary space on my HDD by doing this?

F1atCat commented 1 year ago

How do I change the 'pyinstall.ini' file to the format of software version three?

There is an example of the v3 pyinstalive.ini file in the ReadMe file for v3.2.4: https://github.com/dvingerh/PyInstaLive/blob/3.2.4/README.md

Were you able to record instagram live streams by downgrading the software?

Yes

If I do so, do I risk taking up unnecessary space on my HDD?

I think it would be very minimal, if at all.

F1atCat commented 1 year ago

And how would you do it if you want to follow up so I can record it?

See the ReadMe file for how to use it to record: https://github.com/dvingerh/PyInstaLive/blob/3.2.4/README.md

zx3777 commented 1 year ago

Is there a way to automatically monitor whether an account is live and then record it automatically?

获取Outlook for Androidhttps://aka.ms/AAb9ysg


From: RichHub @.> Sent: Wednesday, October 25, 2023 1:39:45 PM To: dvingerh/PyInstaLive @.> Cc: eighh1 @.>; Author @.> Subject: Re: [dvingerh/PyInstaLive] Expecting ',' delimiter: line 1 column 31958 (Issue #158)

And how would you do it if you want to follow up so I can record it?

See the ReadMe file for how to use it to record: https://github.com/dvingerh/PyInstaLive/blob/3.2.4/README.md

― Reply to this email directly, view it on GitHubhttps://github.com/dvingerh/PyInstaLive/issues/158#issuecomment-1778549102, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AISKX5C7BNEDJGIJ3VMUQKDYBCQ2DAVCNFSM6AAAAAA4FTHLE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZYGU2DSMJQGI. You are receiving this because you authored the thread.Message ID: @.***>

F1atCat commented 1 year ago

Is there a way to automatically monitor whether an account is live and then record it automatically?

Not directly with pyinstalive. The best I've been able to come up with is to use Tasker on an Android device to listen for Instagram notifications, and then set it up to send a corresponding command to Termux using the plugin.

greyhat94 commented 1 year ago

How do I change the 'pyinstall.ini' file to the format of software version three?

There is an example of the v3 pyinstalive.ini file in the ReadMe file for v3.2.4: https://github.com/dvingerh/PyInstaLive/blob/3.2.4/README.md

Were you able to record instagram live streams by downgrading the software?

Yes

If I do so, do I risk taking up unnecessary space on my HDD?

I think it would be very minimal, if at all.

I get this error when it starts recording the live:

Downloading livestream, press [CTRL+C] to abort.
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json'
[Errno 13] Permission denied: '/20231025_username_17895724010907066_1698236116_live_downloads.json

Obviously, for obvious reasons, I have obscured the user's username in the output.

On other hand, when downgrading the software, I've had gotten this error message:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
instalooter 2.4.4 requires tqdm~=4.19, but you have tqdm 4.11.2 which is incompatible.". 

I don't know if both errors are related. I'm still unable to record Instagram Live.

greyhat94 commented 1 year ago

Can someone help me to fix these two errors?