You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refused to set unsafe header {My Directory Path} "accept-encoding"
I am using this in an Electron Renderer process if this helps.
The text was updated successfully, but these errors were encountered:
kidsonfilms-python-rules
changed the title
Refused to set unsafe header [...] "user-agent"
Refused to set unsafe header [...] "accept-encoding"
Jan 16, 2021
Sounds like a restriction from electron side. Try disabling the restriction or running it outside the render process (e.g. using electrons inter process communications).
I am using the single video search mode using a video ID.
Here is a snippet of my code.
When I do that, it returns the following error:
I am using this in an Electron Renderer process if this helps.
The text was updated successfully, but these errors were encountered: