-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error - 'str' object has no attribute 'write' #7
Comments
This is an unusual error, and it looks like it has to do with |
This issue is still present. I updated youtube-dl and FFmpeg and still, the error is present. |
What OS are you using? Do you always get this error, or only with certain settings (custom tags, custom path, etc.)? |
Before I upgraded, the application used to work great. I’m using OS Windows 10. The error is still present. I just updated Python and reinstalled the application. I also updated youtube-dl.exe, ffmpeg.exe, ffplay.exe, and ffprobe.exe.
I have attached the command log of the update and the error.
An example of a url that it does not work for is: https://www.youtube.com/watch?v=oWYp1xRPH5g
Hope this helps. Thanks for supporting this great application.
Roger
From: Gautam Mekkat [mailto:[email protected]]
Sent: Wednesday, October 11, 2017 10:30 AM
To: Blue9/AudioJack
Cc: RogerGladstone; Author
Subject: Re: [Blue9/AudioJack] Error - 'str' object has no attribute 'write' (#7)
What OS are you using? Do you always get this error, or only with certain settings (custom tags, custom path, etc.)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AbapfnsQyLdarvuxMd6z0f_Pr_Oxx0WWks5srO0ZgaJpZM4NdZVw> . <https://github.com/notifications/beacon/AbapfoYFps9yZdmzVdbrhIe9oKaFgPyEks5srO0ZgaJpZM4NdZVw.gif>
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>python --version
Python 3.6.3
C:\WINDOWS\system32>python -m pip install --upgrade pip wheel setuptools
Requirement already up-to-date: pip in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Collecting wheel
Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 51kB 395kB/s
Collecting setuptools
Downloading setuptools-36.6.0-py2.py3-none-any.whl (481kB)
100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 481kB 1.1MB/s
Installing collected packages: wheel, setuptools
Found existing installation: wheel 0.29.0
Uninstalling wheel-0.29.0:
Successfully uninstalled wheel-0.29.0
Found existing installation: setuptools 28.8.0
Uninstalling setuptools-28.8.0:
Successfully uninstalled setuptools-28.8.0
Successfully installed setuptools-36.6.0 wheel-0.30.0
C:\WINDOWS\system32>python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
Requirement already satisfied: docutils in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: pygments in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: pypiwin32 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: kivy.deps.sdl2 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: kivy.deps.glew in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
C:\WINDOWS\system32>python -m pip install kivy.deps.gstreamer
Requirement already satisfied: kivy.deps.gstreamer in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
C:\WINDOWS\system32>python -m pip install kivy
Requirement already satisfied: kivy in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: docutils in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from kivy)
Requirement already satisfied: Kivy-Garden>=0.1.4 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from kivy)
Requirement already satisfied: pygments in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from kivy)
Requirement already satisfied: requests in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from Kivy-Garden>=0.1.4->kivy)
Requirement already satisfied: urllib3<1.22,>=1.21.1 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from requests->Kivy-Garden>=0.1.4->kivy)
Requirement already satisfied: idna<2.6,>=2.5 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from requests->Kivy-Garden>=0.1.4->kivy)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from requests->Kivy-Garden>=0.1.4->kivy)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from requests->Kivy-Garden>=0.1.4->kivy)
C:\WINDOWS\system32>python -m pip install kivy_examples
Collecting kivy_examples
Downloading Kivy_examples-1.10.0-py2.py3-none-any.whl (10.0MB)
100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 10.0MB 90kB/s
Installing collected packages: kivy-examples
Successfully installed kivy-examples-1.10.0
C:\WINDOWS\system32>python share\kivy-examples\demo\showcase\main.py
python: can't open file 'share\kivy-examples\demo\showcase\main.py': [Errno 2] No such file or directory
C:\WINDOWS\system32>pip install mutagen musicbrainzngs youtube_dl pyperclip validators Pillow
Requirement already satisfied: mutagen in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: musicbrainzngs in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: youtube_dl in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: pyperclip in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: validators in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: Pillow in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages
Requirement already satisfied: six>=1.4.0 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from validators)
Requirement already satisfied: decorator>=3.4.0 in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from validators)
Requirement already satisfied: olefile in c:\users\roger gladstone\appdata\local\programs\python\python36-32\lib\site-packages (from Pillow)
C:\WINDOWS\system32>cd d
The system cannot find the path specified.
C:\WINDOWS\system32>cd d:
D:\
C:\WINDOWS\system32>d:
D:\>cd my documents
D:\My Documents>cd D:\My Documents\AudioJack-GUI-master
D:\My Documents\AudioJack-GUI-master>python launcher.py
[INFO ] [Logger ] Record log in C:\Users\Roger Gladstone\.kivy\logs\kivy_17-10-26_3.txt
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Loader ] using a thread pool of 2 workers
[INFO ] [Text ] Provider: sdl2
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] GLEW initialization succeeded
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <b'4.5.0 NVIDIA 369.09'>
[INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
[INFO ] [GL ] OpenGL renderer <b'GeForce GT 540M/PCIe/SSE2'>
[INFO ] [GL ] OpenGL parsed version: 4, 5
[INFO ] [GL ] Shading version <b'4.50 NVIDIA'>
[INFO ] [GL ] Texture max size <16384>
[INFO ] [GL ] Texture max units <32>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] NPOT texture support is available
[INFO ] [Base ] Start application main loop
[youtube] oWYp1xRPH5g: Downloading webpage
[youtube] oWYp1xRPH5g: Downloading video info webpage
[youtube] oWYp1xRPH5g: Extracting video information
'str' object has no attribute 'write'
Notified current thread
[INFO ] [Base ] Leaving application in progress...
D:\My Documents\AudioJack-GUI-master>sudo -H pip install --upgrade youtube-dl
'sudo' is not recognized as an internal or external command,
operable program or batch file.
D:\My Documents\AudioJack-GUI-master>python launcher.py
[INFO ] [Logger ] Record log in C:\Users\Roger Gladstone\.kivy\logs\kivy_17-10-26_4.txt
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Loader ] using a thread pool of 2 workers
[INFO ] [Text ] Provider: sdl2
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] GLEW initialization succeeded
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <b'4.5.0 NVIDIA 369.09'>
[INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
[INFO ] [GL ] OpenGL renderer <b'GeForce GT 540M/PCIe/SSE2'>
[INFO ] [GL ] OpenGL parsed version: 4, 5
[INFO ] [GL ] Shading version <b'4.50 NVIDIA'>
[INFO ] [GL ] Texture max size <16384>
[INFO ] [GL ] Texture max units <32>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] NPOT texture support is available
[INFO ] [Base ] Start application main loop
[youtube] XIe_aX3g7cQ: Downloading webpage
[youtube] XIe_aX3g7cQ: Downloading video info webpage
[youtube] XIe_aX3g7cQ: Extracting video information
'str' object has no attribute 'write'
Notified current thread
[INFO ] [Clipboard ] Provider: winctypes
[youtube] XIe_aX3g7cQ: Downloading webpage
[youtube] XIe_aX3g7cQ: Downloading video info webpage
[youtube] XIe_aX3g7cQ: Extracting video information
'str' object has no attribute 'write'
Notified current thread
[INFO ] [Base ] Leaving application in progress...
D:\My Documents\AudioJack-GUI-master>python launcher.py
[INFO ] [Logger ] Record log in C:\Users\Roger Gladstone\.kivy\logs\kivy_17-10-26_5.txt
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Loader ] using a thread pool of 2 workers
[INFO ] [Text ] Provider: sdl2
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] GLEW initialization succeeded
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <b'4.5.0 NVIDIA 369.09'>
[INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
[INFO ] [GL ] OpenGL renderer <b'GeForce GT 540M/PCIe/SSE2'>
[INFO ] [GL ] OpenGL parsed version: 4, 5
[INFO ] [GL ] Shading version <b'4.50 NVIDIA'>
[INFO ] [GL ] Texture max size <16384>
[INFO ] [GL ] Texture max units <32>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] NPOT texture support is available
[INFO ] [Base ] Start application main loop
[youtube] oWYp1xRPH5g: Downloading webpage
[youtube] oWYp1xRPH5g: Downloading video info webpage
[youtube] oWYp1xRPH5g: Extracting video information
'str' object has no attribute 'write'
Notified current thread
[INFO ] [Base ] Leaving application in progress...
D:\My Documents\AudioJack-GUI-master>
|
Thank you for the detailed breakdown! I'm thinking that something is going wrong in |
I replaced the application.py file and re-ran the application. See attached for the specifics on the error.
Thanks for looking into this. It is a great program.
Roger
From: Gautam Mekkat [mailto:[email protected]]
Sent: Friday, November 24, 2017 3:08 PM
To: Blue9/AudioJack
Cc: RogerGladstone; Author
Subject: Re: [Blue9/AudioJack] Error - 'str' object has no attribute 'write' (#7)
Thank you for the detailed breakdown! I'm thinking that something is going wrong in application.py, but there are a few try-catch statements after line 58 so it's difficult to pinpoint where the error is occurring. Try replacing application.py with the copy I've attached (rename the extension to .py, GitHub doesn't allow attaching .py files directly) and you should get a more detailed error report.
application.txt <https://github.com/Blue9/AudioJack/files/1502598/application.txt>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AbapfsqxrTTFd3BeipR0SuaSR8vD5PeGks5s5z5VgaJpZM4NdZVw> . <https://github.com/notifications/beacon/AbapfjdufQRtzUxcWpuSLxxvEsRAyOZlks5s5z5VgaJpZM4NdZVw.gif>
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Roger Gladstone>cd d:
D:\
C:\Users\Roger Gladstone>cd D:\My Documents\AudioJack-GUI-master
C:\Users\Roger Gladstone>d:
D:\My Documents\AudioJack-GUI-master>python launcher.py
[INFO ] [Logger ] Record log in C:\Users\Roger Gladstone\.kivy\logs\kivy_17-11-24_0.txt
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Loader ] using a thread pool of 2 workers
[INFO ] [Text ] Provider: sdl2
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] GLEW initialization succeeded
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <b'4.5.0 NVIDIA 369.09'>
[INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
[INFO ] [GL ] OpenGL renderer <b'GeForce GT 540M/PCIe/SSE2'>
[INFO ] [GL ] OpenGL parsed version: 4, 5
[INFO ] [GL ] Shading version <b'4.50 NVIDIA'>
[INFO ] [GL ] Texture max size <16384>
[INFO ] [GL ] Texture max units <32>
[INFO ] [Window ] auto add sdl2 input provider
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] NPOT texture support is available
[INFO ] [Base ] Start application main loop
[youtube] oWYp1xRPH5g: Downloading webpage
[youtube] oWYp1xRPH5g: Downloading video info webpage
[youtube] oWYp1xRPH5g: Extracting video information
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "D:\My Documents\AudioJack-GUI-master\audiojack_gui.py", line 163, in _search
self.audiojack.search(url)
File "D:\My Documents\AudioJack-GUI-master\application.py", line 26, in search
search = SearchRequest(url)
File "D:\My Documents\AudioJack-GUI-master\application.py", line 56, in __init__
self.search(url)
File "D:\My Documents\AudioJack-GUI-master\application.py", line 59, in search
self.results = self.audiojack.get_results(url)
File "D:\My Documents\AudioJack-GUI-master\audiojack.py", line 38, in get_results
info = self.ydl.extract_info(url, download=False)
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 762, in extract_info
ie_result = ie.extract(url)
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\extractor\common.py", line 433, in extract
ie_result = self._real_extract(url)
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\extractor\youtube.py", line 1621, in _real_extract
self._downloader.report_warning('unable to extract uploader nickname')
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 590, in report_warning
self.to_stderr(warning_message)
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 508, in to_stderr
self._write_string(output, self._err_file)
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 487, in _write_string
write_string(s, out=out, encoding=self.params.get('encoding'))
File "C:\Users\Roger Gladstone\AppData\Local\Programs\Python\Python36-32\lib\site-packages\youtube_dl\utils.py", line 1398, in write_string
out.buffer.write(byt)
AttributeError: 'str' object has no attribute 'write'
|
Looks like Also, what is returned when you run the following code?
|
I’m using cmd under Windows 10.
I have attached the cmd output from running the commands you referenced below. It could not find these command files.
Thanks for looking into this.
Hope this helps.
Roger
From: Gautam Mekkat [mailto:[email protected]]
Sent: Friday, November 24, 2017 4:15 PM
To: Blue9/AudioJack
Cc: RogerGladstone; Author
Subject: Re: [Blue9/AudioJack] Error - 'str' object has no attribute 'write' (#7)
Looks like youtube-dl expects sys.stderr.buffer to be a BufferedWriter object, but for some reason, your console returns a string object. What console are you using (cmd, PowerShell, etc.)?
Also, what is returned when you run the following code?
import sys
print(sys.stderr.buffer)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/Abapfk6lC61pGV3NP6QO0StSWlyjq0c4ks5s503ZgaJpZM4NdZVw> . <https://github.com/notifications/beacon/AbapfuO3Ywj0I8_i8vGbmmLw5tS3T0kRks5s503ZgaJpZM4NdZVw.gif>
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Roger Gladstone>import sys
'import' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Roger Gladstone>print(sys.stderr.buffer)
Unable to initialize device PRN
C:\Users\Roger Gladstone>d:
D:\>cd D:\My Documents\AudioJack-GUI-master
D:\My Documents\AudioJack-GUI-master>import sys
'import' is not recognized as an internal or external command,
operable program or batch file.
D:\My Documents\AudioJack-GUI-master>print(sys.stderr.buffer)
Unable to initialize device PRN
D:\My Documents\AudioJack-GUI-master>cd c:
C:\Users\Roger Gladstone
D:\My Documents\AudioJack-GUI-master>c:
C:\Users\Roger Gladstone>cd C:\Windows\System32
C:\Windows\System32>import sys
'import' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>print(sys.stderr.buffer)
Unable to initialize device PRN
C:\Windows\System32>
|
You have to run the code in the Python shell. In cmd, first type in If that doesn't work, then save the two lines of code as a |
My mistake. I have attached the output to this note.
Thanks again,
Roger
From: Gautam Mekkat [mailto:[email protected]]
Sent: Friday, November 24, 2017 4:15 PM
To: Blue9/AudioJack
Cc: RogerGladstone; Author
Subject: Re: [Blue9/AudioJack] Error - 'str' object has no attribute 'write' (#7)
Looks like youtube-dl expects sys.stderr.buffer to be a BufferedWriter object, but for some reason, your console returns a string object. What console are you using (cmd, PowerShell, etc.)?
Also, what is returned when you run the following code?
import sys
print(sys.stderr.buffer)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/Abapfk6lC61pGV3NP6QO0StSWlyjq0c4ks5s503ZgaJpZM4NdZVw> . <https://github.com/notifications/beacon/AbapfuO3Ywj0I8_i8vGbmmLw5tS3T0kRks5s503ZgaJpZM4NdZVw.gif>
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\Roger Gladstone>py
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>> import sys
>> sys.stderr.buffer
<_io.BufferedWriter name='<stderr>'>
>> print(sys.stderr.buffer)
<_io.BufferedWriter name='<stderr>'>
…>>
|
I'm not exactly sure what is causing this problem; I suggest you open an issue over on youtube-dl and see if they can help. In the meantime, does using PowerShell or another terminal prevent the error? |
I'm having the same issue on macOS ver 10.13.6. |
@bunny-pot same exact issue on MacOS Mojave 10.14.4. Has anybody found a fix for this? |
Here is the output using the modified application.py file:
EDIT:
|
I receive this error after the lookup and selecting the file icon. I have attached a file of the command line output. What am I doing wrong?
Thanks for your help.
Roger
Python Error - AudioJack (May 16, 2017).txt
The text was updated successfully, but these errors were encountered: