MAGTAG And Google Spreadsheets Problem

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dsheeran
 
Posts: 185
Joined: Wed Aug 02, 2017 1:20 pm

MAGTAG And Google Spreadsheets Problem

Post by dsheeran »

I'm following the tutorial and when I run the sample code (after modifying the URL to point to my spreadsheet) I get the following error...

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 21, in <module>
TypeError: unexpected keyword argument 'rotation'

My code is attached.
Attachments
code.py
(5.01 KiB) Downloaded 12 times

User avatar
rargumedo
 
Posts: 2
Joined: Wed Jul 22, 2020 1:31 pm

Re: MAGTAG And Google Spreadsheets Problem

Post by rargumedo »

dsheeran wrote:I'm following the tutorial and when I run the sample code (after modifying the URL to point to my spreadsheet) I get the following error...

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 21, in <module>
TypeError: unexpected keyword argument 'rotation'

My code is attached.
Have you replaced the MagTag-specific libraries from the CircuitPython and ensured that you are on the latest build?

CircuitPython Download for MagTag flash

CircuitPython Libraries

User avatar
dsheeran
 
Posts: 185
Joined: Wed Aug 02, 2017 1:20 pm

Re: MAGTAG And Google Spreadsheets Problem

Post by dsheeran »

That did it. Thanks.

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”