beaston02 / CamsodaRecorder

52 stars 78 forks source link

Recording Models issues #7

Open ghost opened 6 years ago

ghost commented 6 years ago

I apologize for another thread IS anyone able to get the new version to work? Not sure what is going on but it isn't recording any models it seems. Keep checking adding models who are online.

This is my config [paths] save_directory = /root/google/completed/Campop wishlist_path = /root/Campop/wanted.txt pathstructure = {path}/{model}{month}.{day}.{year}_{hour}.{minutes}.{seconds}.mp4

[settings] interval = 20

recording_utility options are: livestreamer, ffmpeg, or streamlink - whivhever you use must be installed manually

recording_utility =streamlink

This is my install python3.5 programs root@ubuntu:~# pip3.5 freeze beautifulsoup4==4.6.0 certifi==2017.11.5 chardet==3.0.4 click==6.7 colorama==0.3.9 command-not-found==0.3 futures==3.1.1 get==0.0.0 greenlet==0.4.12 idna==2.6 iso-639==0.4.5 iso3166==0.8 itsdangerous==0.24 Jinja2==2.9.6 language-selector==0.1 livestreamer==1.12.2 MarkupSafe==1.0 mfcauto==0.1.4 post==0.0.0 public==0.0.0 pycryptodome==3.4.11 pycurl==7.43.0 pygobject==3.20.0 pyScss==1.3.5 PySocks==1.6.8 python-apt==1.1.0b1 python-debian==0.1.27 python-systemd==231 query-string==0.0.0 request==0.0.0 requests==2.18.4 setupfiles==0.0.50 singledispatch==3.4.0.3 six==1.11.0 ssh-import-id==5.5 streamlink==0.10.0 ufw==0.35 unattended-upgrades==0.1 urllib3==1.22 virtualenv==15.1.0 websocket-client==0.46.0 Werkzeug==0.12.2

beaston02 commented 6 years ago

Which OS are you on? I e only tested itnon mac, although practically all of the code has been ran on different versions of Linux throughout testing. I haven’t ran it on windows at all though, nor have I heard from anyone who has.

The only thing which catches my eye is there isn’t a space between the “=“ and “streamline” in your config, but I really doubt that would matter, and if it did, I believe I set it up to log an error to the screen if it wasn’t recognized.

I did probably 10 minutes of testing with each recorder (ffmpeg, streamlink, live-streamed), and each worked for me. I am out of town now, but it had been running for about 24 hours on my setup at home (Mac mini) with no problems.

I would suggest maybe trying a different recording utility (ffmpeg or livestreamer) and see if either of them work.

I have not yet heard from anyone either way, so hopefully others chime in one way or the other. I will look at my exact setup when I get back in town and see if there’s anything I missed. I did push this out pretty quick (wanted to get it out before leaving town again) so I did expect some issues to be reported.

ghost commented 6 years ago

Ubuntu I'm not sure but it just say checking for models every 20 seconds. It seems to fill the screen with the message. Later it never indicates or shows that any files are recording. I've check the download folder and nothing appears. Even if I add a bunch of models who are online

beaston02 commented 6 years ago

I will look into this today.

I haven’t had a chance to look at the code since I got back in town late last night, but you could try updating requests (“python3.5 -m pip install —update requests” will do it I believe) and see if that makes any changes.

Can you also confirm the IP address isn’t blocked? From terminal, running “curl https://camsoda.com” should return a lot of HTML data, if it only returns “unauthorized” then the up is blocked - if you’re accessing the website from a browser on the same machine, then this isn’t the case.

Those are just a couple of things I can think of off the top of my head. I have heard from a couple of used saying it’s working, so as far as I’m aware, you’re the only person experiencing this problem.

ghost commented 6 years ago

Lol I didnt think I would be blocked. How did you get past this the last time just get a new VPS.

I haven't touched this program in months so this is a little shocking.

On Fri, Feb 16, 2018, 2:21 PM beaston02 notifications@github.com wrote:

I will look into this today.

I haven’t had a chance to look at the code since I got back in town late last night, but you could try updating requests (“python3.5 -m pip install —update requests” will do it I believe) and see if that makes any changes.

Can you also confirm the IP address isn’t blocked? From terminal, running “curl https://camsoda.com” should return a lot of HTML data, if it only returns “unauthorized” then the up is blocked - if you’re accessing the website from a browser on the same machine, then this isn’t the case.

Those are just a couple of things I can think of off the top of my head. I have heard from a couple of used saying it’s working, so as far as I’m aware, you’re the only person experiencing this problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beaston02/CamsodaRecorder/issues/7#issuecomment-366347723, or mute the thread https://github.com/notifications/unsubscribe-auth/AYexkrdvVVll8EDqnapWbzmyg1ZaIF_rks5tVeNXgaJpZM4SEmyo .

beaston02 commented 6 years ago

Are you in fact blocked? You confirmed by checking the output of curl?

How to get a new IP will depend on your provider. I use scaleway, and it’s as easy as shutting down the server, getting a new ip through the dashboard, assigning it to the VPS, and restarting it. I don’t know if most providers do something similar or not.

ghost commented 6 years ago

It says unauthorized like you said. Tried it a couple of times. I did it for Chaturbate and that site gave an other output

On Fri, Feb 16, 2018, 3:09 PM beaston02 notifications@github.com wrote:

Are you in fact blocked? You confirmed by checking the output of curl?

How to get a new IP will depend on your provider. I use scaleway, and it’s as easy as shutting down the server, getting a new ip through the dashboard, assigning it to the VPS, and restarting it. I don’t know if most providers do something similar or not.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beaston02/CamsodaRecorder/issues/7#issuecomment-366358899, or mute the thread https://github.com/notifications/unsubscribe-auth/AYexklobv45dTEbGEjht_UjN9eS8_sPgks5tVe56gaJpZM4SEmyo .

ghost commented 6 years ago

I already had a vpn so I just switched my ip, but I definitely got my home ip banned. Idk why, for some reason I can't run for 24 hours like beaston does, I have to close mines and restart because the recorder just throws an error and stops after some hours. It depends, sometimes it happens after almost a day of recording, other times it will stop sooner. I just decided to live with it the issue and not bother @beaston02 with it.