Closed Firecul closed 2 years ago
I don't think you can report without internet. You need internet to access youtube. Google, GoogleAPI etc
I don't think you can report without internet. You need internet to access youtube. Google, GoogleAPI etc
Indeed, in this issue though I think he just mentioned that as context, and the main point is the traceback mentioning the path D:\Users\Joe
...
There was another issue where a similar thing was happening, I thought I fixed it by changing the path in the pyinstaller spec file that builds it, maybe it's somewhere else too. Guess I should add a new pyinstaller issue label.
I also believe this is just cosmetic and shouldn't affect anything, considering the traceback shows the rest of the functions after that worked fine. So it might just be a variable name for the file, but might not be used for calling? idk
I also believe this is just cosmetic and shouldn't affect anything, considering the traceback shows the rest of the functions after that worked fine.
I think you are right, just bringing it to your attention for something that could be improved/fixed.
It might have been fixed now. I closed my issue since mine got fixed. Api-problem is fixed. Please try Version 2.15.4
It might have been fixed now. I closed my issue since mine got fixed. Api-problem is fixed. Please try Version 2.15.4
Your issue isn't related to this one. I barely call mine an issue tbh but there isn't a less formal way of bringing this up for ThioJoe to look at.
This is not an error, Its purpose is to assist the developer in debugging, not the user.
I also believe this is just cosmetic and shouldn't affect anything, considering the traceback shows the rest of the functions after that worked fine. So it might just be a variable name for the file, but might not be used for calling? idk
It tells you the locations and names of the functions that were imported from the build computer during the build, so the user does not have to install anything to run the .exe
The .exe does not check if the user has any of the dependencies installed, as it does not import
any files from the user's computer.
This is not an issue, and this is not a cosmetic error👍
I see, guess I'll just close this
Duplicate Issues
What happened?
Trying to replicate the error in #635 by disconnecting my network between scanning and reporting I found an interesting error message. The first type of error was expected (it couldn't connect to google API)
The second error though, refers to a location I don't have and I suspect most don't.
I don't see where this is hard-coded in so I imagine this is from the building process.
Release version
v2.15.2
Steps to reproduce
What platform are you seeing this problem on?
Windows (.exe file)
Relevant log output
No response
Screenshots
No response