Giter Club home page Giter Club logo

Comments (5)

Robbt avatar Robbt commented on June 18, 2024

Ok, I did test this with the first version forked right from the saas-dev branch and it was working just fine.
In looking at the modifications, I don't see how the podcast download code would of affect this callback. Which is probably related to the callback_url and /rest/media.

the callbackUrl is $stationUrl . 'rest/media'
It could also be connected with the updateTrackReference.

I noticed we did some changes to the rest upload. I'll have to continue to dig deeper, just wanted to share the results of the digging I've done so far.

from libretime.

Robbt avatar Robbt commented on June 18, 2024

I think it is related to this error - localhost [ThirdPartyCeleryService.php:33 - _executeTask()] - Invalid request: Unable to execute INSERT statement [INSERT INTO "third_party_track_references" ("id", "service") VALUES (:p0, :p1)] [wrapped: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "file_id" violates not-null constraint

from libretime.

hairmare avatar hairmare commented on June 18, 2024

The INSERT INTO "third_party_track_references" ("id", "service") VALUES (:p0, :p1) doesn't seem to what to set the file_id. I'm pretty sure the issue is somewhere in airtime_mvc/application/services/PodcastEpisodeService.php.

from libretime.

hairmare avatar hairmare commented on June 18, 2024

The issue is file_id being NOT NULL in third_party_track_references. It needs to allow a value of 0 so we can create a placeholder for a podcast before the actual file exists. I'm assuming this behaviour changed in propel, postgresql at some point. We might also have been missing a change in schema.xml that was already in the autogenerated files. #95 fixes this together with the per album override option.

from libretime.

lock avatar lock commented on June 18, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please chat to us on discourse or ask for help on our chat if you have any questions or need further assistance with this issue.

from libretime.

Related Issues (20)

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.