Python API Reference -> "Page Not Found (404) / Page doesn't exist" on #37646

Closed
opened 2013-11-28 08:15:51 +01:00 by Alexander N. · 16 comments
Member

System Information
Operating system and graphics card

Blender Version
Broken: Blender 2.69.2 & 2.69.3
Worked: Blender 2.69.1

Short description of error
then i click on Python API Reference in blender, i get a "Page Not Found (404) / Page doesn't exist" message, because the webpage does not exist.
on blender 2.69 -> http://www.blender.org/documentation/blender_python_api_2_69_release/ -> Ok
on blender 2.69.1 -> http://www.blender.org/documentation/blender_python_api_2_69_1/ -> Ok
on blender 2.69.2 -> http://www.blender.org/documentation/blender_python_api_2_69_2/ -> Not Found (404)
on blender 2.69.3 -> http://www.blender.org/documentation/blender_python_api_2_69_3/ -> Not Found (404)

generally, i don't understand, why there isn't a mechanism to navigate to the most recent version of the page, in case of missing page.
or other point, why is there a version number in the links for the most recent version, why isn't a "plain" link available, that always point to the newest, most recent version of the page...
e.g.:
http:*www.blender.org/documentation/blender_python_api_2_69_3/ -> http:*www.blender.org/documentation/blender_python_api/
http:*wiki.blender.org/index.php/Doc:2.6/Manual/ -> http:*wiki.blender.org/index.php/Doc/Manual/

or change the system how to call a specific version of the documentation, by using an extra parameter, like
http://www.blender.org/documentation/blender_python_api/?version=2.69.3 -> navigates to 2.69.3, and if not exist to most recent existing version
http://www.blender.org/documentation/blender_python_api/ -> navigates to most recent existing version

**System Information** Operating system and graphics card **Blender Version** Broken: Blender 2.69.2 & 2.69.3 Worked: Blender 2.69.1 **Short description of error** then i click on Python API Reference in blender, i get a "Page Not Found (404) / Page doesn't exist" message, because the webpage does not exist. on blender 2.69 -> http://www.blender.org/documentation/blender_python_api_2_69_release/ -> Ok on blender 2.69.1 -> http://www.blender.org/documentation/blender_python_api_2_69_1/ -> Ok on blender 2.69.2 -> http://www.blender.org/documentation/blender_python_api_2_69_2/ -> Not Found (404) on blender 2.69.3 -> http://www.blender.org/documentation/blender_python_api_2_69_3/ -> Not Found (404) generally, i don't understand, why there isn't a mechanism to navigate to the most recent version of the page, in case of missing page. or other point, why is there a version number in the links for the most recent version, why isn't a "plain" link available, that always point to the newest, most recent version of the page... e.g.: http:*www.blender.org/documentation/blender_python_api_2_69_3/ -> http:*www.blender.org/documentation/blender_python_api/ http:*wiki.blender.org/index.php/Doc:2.6/Manual/ -> http:*wiki.blender.org/index.php/Doc/Manual/ or change the system how to call a specific version of the documentation, by using an extra parameter, like http://www.blender.org/documentation/blender_python_api/?version=2.69.3 -> navigates to 2.69.3, and if not exist to most recent existing version http://www.blender.org/documentation/blender_python_api/ -> navigates to most recent existing version
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @beta-tester

Added subscriber: @beta-tester

Added subscribers: @ideasman42, @ThomasDinges

Added subscribers: @ideasman42, @ThomasDinges

Campbell, can we finally see a good solution to this? This comes up every few weeks... :)

Campbell, can we finally see a good solution to this? This comes up every few weeks... :)

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Campbell Barton self-assigned this 2013-11-29 00:39:23 +01:00

http://www.blender.org/documentation/blender_python_api_2_69_3 - works now, I had to update the upload URL since servers changed.
closuing.

http://www.blender.org/documentation/blender_python_api_2_69_3 - works now, I had to update the upload URL since servers changed. closuing.
Author
Member

blender 2.69.4 is out, but again, the "Python API Reference" is pointing to a non-existing web-page
http://www.blender.org/documentation/blender_python_api_2_69_4

blender 2.69.4 is out, but again, the "Python API Reference" is pointing to a non-existing web-page http://www.blender.org/documentation/blender_python_api_2_69_4
Author
Member

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Campbell, what is the status here? Do you still need to manually update the docs every time we do a version bump?

Campbell, what is the status here? Do you still need to manually update the docs every time we do a version bump?
Author
Member

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'
Author
Member

with blender 2.69.7 the link is again not up-to-date and link you to a non-existing webpage.
i want to point to, that there should be a better solution / automatism / or what ever, to keep the "blender API reference" functionality an the webpage in sync.

so i reopened this report finally the very last time - i don't want to spam the tracker for this issue...

anyhow, thank you for your work... bye.

with blender 2.69.7 the link is again not up-to-date and link you to a non-existing webpage. i want to point to, that there should be a better solution / automatism / or what ever, to keep the "blender API reference" functionality an the webpage in sync. so i reopened this report finally the very last time - i don't want to spam the tracker for this issue... anyhow, thank you for your work... bye.

we could just add more devs who have the ability to upload docs but this requires server login currently. Or we could do daily-automatic doc build. Though this would mean the server would need a blender build (and all the blender dependencies). Uploading new docs now.

we could just add more devs who have the ability to upload docs but this requires server login currently. Or we could do daily-automatic doc build. Though this would mean the server would need a blender build (and all the blender dependencies). Uploading new docs now.

Added subscriber: @brecht

Added subscriber: @brecht

Can we have a redirect rule on the server so that even if the requested version is not on there, it redirects to the next best thing?

Or maybe create symlinks for the next few subversions when you upload?

sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_8
sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_9
sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_10
sudo ln -s blender_python_api_2_69_7 blender_python_api_2_70
...
Can we have a redirect rule on the server so that even if the requested version is not on there, it redirects to the next best thing? Or maybe create symlinks for the next few subversions when you upload? ``` sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_8 sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_9 sudo ln -s blender_python_api_2_69_7 blender_python_api_2_69_10 sudo ln -s blender_python_api_2_69_7 blender_python_api_2_70 ...

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#37646
No description provided.