Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Issues
  • #299
Closed
Open
Issue created Mar 23, 2018 by Administrator@rootContributor

TypeError: seek() got an unexpected keyword argument 'mode'

Created by: pi-bjl

Hello,

I see 0.4.0 has just been released.

Looking at https://github.com/mikeboers/PyAV/compare/v0.3.3...v0.4.0 , It looks like the Stream.seek keyword argument 'mode' has been renamed to 'whence'?

Also, I don't know if this intentional, but in av/data/stream.pyx it has class DataStream(Stream) with seek method which still has a 'mode' argument.

I guess this should be included in #297 (closed), or possibly changed back to 'mode' to keep backwards compatibility.

Thanks!

Assignee
Assign to
Time tracking