jrudess / streamdvr

DVR for streaming entertainment
GNU General Public License v3.0
65 stars 16 forks source link

username/password not working #132

Closed henao941 closed 5 years ago

henao941 commented 5 years ago

The newer script for username/password isn't working for me, the previous versions before v0.12.1 were working fine, but this one isn't.

Also, I want to request an enhancement. Could you add cache login credentials, for me it keeps needing to login every 10 minutes or so.

jrudess commented 5 years ago

Which site, and which m3u8fetch/recorder scripts are being used?

StreamDVR does not actually login to sites. All it does is pass the login/pass on the command line to streamlink when it runs it.

henao941 commented 5 years ago

The site is Pixiv. m3u8fetch: scripts/m3u8_streamlink.sh & recorder: scripts/record_streamlink.sh

So the login should work the same for streamdvr and streamlink, because only when I use streamdvr and the login function is when I receive notifications from Pixiv that there was a new login on my account.

jrudess commented 5 years ago

Yeah, it should be identical behavior to just using streamlink on its own. The script code did change, so I'm sure that's where this got broken. I don't have a pixiv account so testing is a bit tricky, but I'll make one if I don't see the issue on inspection.

jrudess commented 5 years ago

I made an account and on an initial test I'm not able to replicate any problem. About the only thing I noticed was that I had to use: "add pixiv user_dpem2758" to add "dpem2758" from the TUI interface instead of just "add pixiv dpem2758".

The siteUrl argument in pixiv.yml can be changed to 'https://sketch.pixiv.net/@user_' to avoid having to prefix all names with 'user_'. But the recording started up right away. I may need to get you to post some sanitized logs that remove your username/password to debug this further, or can you send me the name of a pixiv account that you're having trouble with?

jrudess commented 5 years ago

Ah ignore the "user_" stuff. that was actually the streamers name lol.

jrudess commented 5 years ago

I think I found the problem. I've committed a fix to the master-branch. Please test it out and let me know.

henao941 commented 5 years ago

I've tested it and it seems to working fine now, thank you very much.