Enter the python version you are using for download. Find your python version by typing in terminal python -V
python (python 3.7.2) [replace (version) with your python version like: python 3.6.3]
If the purpose of this issue is a bug report please provide all kinds of example URLs where you encountered issues (replace following example URLs by yours):
Description of your issue, suggested a solution and other information
I've got a problem when it comes to downloading the exercise files whether in bulk download or regular download. When it automatically opens up the web browser, I've tried with both Mozilla and Chrome it can't get to the element to press on the exercise button on the page. At first, I thought this was because the web browser window was not full screen but after doing it again the same issue occurs whether the browser window is maximised or the normal size it opens. Also, the 2nd screenshot is another error I get when it comes to downloading the files. Not sure what problem is as at first, I thought because the window has to be maximised so it can find the button element so I made my browser open as maximised all the time, however, when the program runs it doesn't open the browser window as maximised. Could you please look into this? Thanks
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
git pull
to update your version from Lyndor directoryBefore submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, or you are not completely sure then provide the full terminal output as follows:
Copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):
Answer questions related to your Environment which will help in reproducing the issue:
The issue was encountered on: :computer:
Login method:
Enter the python version you are using for download. Find your python version by typing in terminal
python -V
If the purpose of this issue is a bug report please provide all kinds of example URLs where you encountered issues (replace following example URLs by yours):
Description of your issue, suggested a solution and other information
I've got a problem when it comes to downloading the exercise files whether in bulk download or regular download. When it automatically opens up the web browser, I've tried with both Mozilla and Chrome it can't get to the element to press on the exercise button on the page. At first, I thought this was because the web browser window was not full screen but after doing it again the same issue occurs whether the browser window is maximised or the normal size it opens. Also, the 2nd screenshot is another error I get when it comes to downloading the files. Not sure what problem is as at first, I thought because the window has to be maximised so it can find the button element so I made my browser open as maximised all the time, however, when the program runs it doesn't open the browser window as maximised. Could you please look into this? Thanks