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
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
hello,
when I try to import a file from nextcloud 23 to nextcloud 28, I get the following error.
File "C:\Users\Jean\Documents\ncp\main.py", line 40, in
ds.sendBoard(data)
File "C:\Users\Jean\Documents\ncp\utils.py", line 224, in sendBoard
createdBoard = self.__createBoard(board['title'], board['color'])
File "C:\Users\Jean\Documents\ncp\utils.py", line 126, in __createBoard
boardId = board['id']
TypeError: list indices must be integers or slices, not str
can you help me please?
The text was updated successfully, but these errors were encountered:
Hey! Unfortunately I don use this plugin anymore so I stopped updating the script. Its possible that the payload differs between these versions and because of that you get type error. Try to compare API responses from these 2 versions and see if there are differences that could brake. I will archive this repository since it wont be getting any updates but feel free to fork it and adjust it if you need this script
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
when I try to import a file from nextcloud 23 to nextcloud 28, I get the following error.
File "C:\Users\Jean\Documents\ncp\main.py", line 40, in
ds.sendBoard(data)
File "C:\Users\Jean\Documents\ncp\utils.py", line 224, in sendBoard
createdBoard = self.__createBoard(board['title'], board['color'])
File "C:\Users\Jean\Documents\ncp\utils.py", line 126, in __createBoard
boardId = board['id']
TypeError: list indices must be integers or slices, not str
can you help me please?
The text was updated successfully, but these errors were encountered: