Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

FileExistsError: [Errno 17] File exists #45

Open
jgshier opened this issue Apr 24, 2019 · 0 comments
Open

FileExistsError: [Errno 17] File exists #45

jgshier opened this issue Apr 24, 2019 · 0 comments

Comments

@jgshier
Copy link

jgshier commented Apr 24, 2019

Seem to get this now and then. I can delete the files in the .config folder. it will go away but it happens after the stream has been up for a bit.

Traceback (most recent call last):
File "/usr/local/bin/streamlink", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 1029, in main
handle_url()
File "/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 593, in handle_url
handle_stream(plugin, streams, stream_name)
File "/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 439, in handle_stream
port=args.player_external_http_port)
File "/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 234, in output_stream_http
stream_fd, prebuffer = open_stream(stream)
File "/usr/local/lib/python3.6/dist-packages/streamlink_cli/main.py", line 280, in open_stream
streamfd = stream.open()
File "/usr/local/lib/python3.6/dist-packages/streamlink/stream/ffmpegmux.py", line 51, in open
return FFMPEGMuxer(self.session, *fds, **self.options).open()
File "/usr/local/lib/python3.6/dist-packages/streamlink/stream/ffmpegmux.py", line 90, in init
self.pipes = [NamedPipe("ffmpeg-{0}-{1}".format(os.getpid(), random.randint(0, 1000))) for in self.streams]
File "/usr/local/lib/python3.6/dist-packages/streamlink/stream/ffmpegmux.py", line 90, in
self.pipes = [NamedPipe("ffmpeg-{0}-{1}".format(os.getpid(), random.randint(0, 1000))) for _ in self.streams]
File "/usr/local/lib/python3.6/dist-packages/streamlink/utils/named_pipe.py", line 28, in init
self._create_fifo(self.path)
File "/usr/local/lib/python3.6/dist-packages/streamlink/utils/named_pipe.py", line 31, in _create_fifo
os.mkfifo(name, 0o660)
FileExistsError: [Errno 17] File exists

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant