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
i am getting error message while opening read.py file in MFRC522-pythons: file "read.py",line 41, in module
typeerror: function takes exactly 2 arguments( 1 given)
I am using python 2.7, raspberrypi 3b+ i need to submit this project today. pls help.
The text was updated successfully, but these errors were encountered:
Hello Yogesh,
Github and the issues section of this repository isn't really used as a general support forum in the way you have asked for help. Here are some suggestions for you to get some help with your question:
Create an account on StackOverflow https://stackoverflow.com/ and post your question with either the Python tag, RaspberryPi tag, or both. You will reach a much broader audience that way.
You've now created a GitHub account, so create a repository for yourself and push your code up to it so others can see the exact code you're trying to execute. When you post a question in StackOverflow you can now reference the URL to your GitHub repository.
As an alternative to the point above, you can upload your code to a Sandbox or an online IDE for people to look at. You can use CodeSandbox or IDEOne or any number of many variations of online Sandboxes or IDEs. When you post a question in StackOverflow, you can reference the URL of your personal Sandbox or IDE.
When posting a question for help in any open online community, always list the things you have tried first. This indicates to others that you are really trying to solve a problem on your own and it indicates to others your personal drive and willingness to learn. Most people are not receptive to someone merely throwing a question "over the fence" and expecting others to solve it for them. If you do that, more likely than not, people will not respond to your question.
i am getting error message while opening read.py file in MFRC522-pythons: file "read.py",line 41, in module
typeerror: function takes exactly 2 arguments( 1 given)
I am using python 2.7, raspberrypi 3b+ i need to submit this project today. pls help.
The text was updated successfully, but these errors were encountered: