Giter Site home page Giter Site logo

Comments (13)

drew-royster avatar drew-royster commented on June 12, 2024

I have yet to see that bug. Is there anything that stood out in the logs?

If you want to help me look into this, try hitting the some of the apis in my repo here https://github.com/drew-royster/canvasAPISPostman

Those are the apis I'm hitting for Canvas File Sync to work.

to debug I'd

  1. see if it lists the right active courses
  2. see if you can list all your folders
  3. see if you can list all your files

Interested to see what you find.

Sorry about the issue and thanks for the feedback!

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024
  1. It lists all the right active courses
  2. GetAllFolders throws an error
{
    "errors": [
        {
            "message": "The specified resource does not exist."
        }
    ]
}

A lot of the GET commands throws the same error.

https://gist.github.com/Mibo5354/44a5735ac74a95d83425246b286c9e9b
Looking at these logs there's just a lot of 404 errors.
Would the page https://{rootURL}/courses/{course_id}/files being disabled cause the 404s?

from canvasfilesync.

lucassz avatar lucassz commented on June 12, 2024

I've been having this issue as well, and am happy to provide diagnostic info via Postman. However, it seems that I need to specify an authToken -- is it possible to get this from any kind of logs left by CFS, or is there a direct way to obtain it?

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024

@lucassz You can get the authToken from canvas in the account settings.
It's under "Approved integrations", there you can generate an access token.

from canvasfilesync.

drew-royster avatar drew-royster commented on June 12, 2024
  1. It lists all the right active courses
  2. GetAllFolders throws an error
{
    "errors": [
        {
            "message": "The specified resource does not exist."
        }
    ]
}

A lot of the GET commands throws the same error.

gist.github.com/Mibo5354/44a5735ac74a95d83425246b286c9e9b
Looking at these logs there's just a lot of 404 errors.
Would the page https://{rootURL}/courses/{course_id}/files being disabled cause the 404s?

Can you get to the files through the UI?

I'm not doing anything sneaky so if you can't get to the files from the UI, then the app probably can't find them either.

I'm getting files from the modules view as well so maybe I just need to make it handle a disabled /files api gracefully without crashing the whole program?

I have a test course that I can enable or disable things on. Let me try disabling /folders and /files to see how it handles it on my end.

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024

I can get to the files through the UI where everything is attached in modules. There are extra files within the module pages embedded as links and videos.

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024

image
These are all the entries that I have for a module, as you can see files is missing.
image
This is how the files are attached; look at the PDFs and the .mov
In the page like the first entry, there are more files attached as links.
image

There are pages and files in the module that are time locked and I'm not sure if your program can gracefully handle that since a python script I tried out before crashes due to this.

from canvasfilesync.

drew-royster avatar drew-royster commented on June 12, 2024

v1.5.1 should fix this issue!

Please let me know if this works for you.

I am now filtering out files that are marked as locked_for_user. None of the classes I had tested previously had time locked files so I'm glad you helped me find and work through this issue.

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024

It downloads all the files attached directly in the modules section but it doesn't download the files attached inline within the separate pages in modules.

from canvasfilesync.

drew-royster avatar drew-royster commented on June 12, 2024

Okay so the idea would be that I check module pages scan for links and download any that are url's which contain any type of file extension?

I think that your situation isn't completely unique, but have also had some teachers post google drive links, github, etc so it's not just simply downloading any link.

Maybe I just download any url's with a . in the last section of the url because that would denote that it's a file?

Figuring out if updates happen to that link would be much harder, because at that point we are outside of the Canvas framework.

from canvasfilesync.

Mibo5354 avatar Mibo5354 commented on June 12, 2024

It's still linking to files on canvas. For example, https://myuni.adelaide.edu.au/courses/44344/files/4211757/download?wrap=1

from canvasfilesync.

lucassz avatar lucassz commented on June 12, 2024

I used to have the initial issue where it would just get stuck getting courses from Canvas. On version 1.5.1, I get to this stage:
CFS Issue
where I blacked out the (correct) course names. Not sure what's up with the ones that don't show up, and if I click on the button to enable it, nothing happens. Strangely, the 3 that do work aren't the most recent or any other logical pattern (and of course, the others do have accessible files). I'm able to enable/disable the 3 that do show up, and can successfully sync from them.

from canvasfilesync.

lucassz avatar lucassz commented on June 12, 2024

Now one more course has showed up with its name and being syncable, for no apparent reason! Also, I'll point out that I have way more than 8 courses visible on Canvas, so not all are showing up even in that glitched form.

@drew-royster

from canvasfilesync.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.