ryanfox1985 / OctoPrint-Youtube-Timelapse

Automatically uploaded rendered timelapses to Youtube
14 stars 1 forks source link

Timelapse not uploading to Youtube #32

Open JekleFPV opened 1 year ago

JekleFPV commented 1 year ago

I've run the prerequisites according to the instructions, but it appears not to upload. I'm a noob and have not clue on how to interpret this from the log. Anyone got any clues on this?

2023-05-02 14:28:18,590 - googleapiclient.http - WARNING - Encountered 403 Forbidden with reason "quotaExceeded" 2023-05-02 14:28:18,591 - octoprint.plugin - ERROR - Error while calling plugin youtube_timelapse Traceback (most recent call last): File "/home/jens/oprint/lib/python3.9/site-packages/octoprint/plugin/__init__.py", line 273, in call_plugin result = getattr(plugin, method)(*args, **kwargs) File "/home/jens/oprint/lib/python3.9/site-packages/octoprint/util/__init__.py", line 1688, in wrapper return f(*args, **kwargs) File "/home/jens/oprint/lib/python3.9/site-packages/octoprint_youtube_timelapse/__init__.py", line 177, in on_event if self.upload_timelapse(file_path, self.delete_after_upload): File "/home/jens/oprint/lib/python3.9/site-packages/octoprint_youtube_timelapse/__init__.py", line 247, in upload_timelapse _status, response = insert_request.next_chunk() File "/home/jens/oprint/lib/python3.9/site-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper return wrapped(*args, **kwargs) File "/home/jens/oprint/lib/python3.9/site-packages/googleapiclient/http.py", line 1022, in next_chunk raise ResumableUploadError(resp, content) googleapiclient.errors.ResumableUploadError: <HttpError 403 when requesting None returned "The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>.". Details: "[{'message': 'The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>.', 'domain': 'youtube.quota', 'reason': 'quotaExceeded'}]">