-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
RSS bugSomething isn't workingSomething isn't working
Description
Routes
/artstation/:handle
Full routes
/artstation/wlop
Related documentation
https://docs.rsshub.app/routes/picture#artstation
What is expected?
Any given artstation handle should successfully return the posts for the user.
What is actually happening?
The request fails with the error TypeError: Cannot read properties of undefined (reading 'set-cookie')
Deployment information
Self-hosted
Deployment information (for self-hosted)
OS: Linux, Node: v22.17.0, Docker: 28.0.1
Additional info

The error occurs because got.post does not return (used to?) headers, so reading the csrf token fails.
RSSHub/lib/routes/artstation/user.ts
Line 47 in 07d16ae
return tokenResponse.headers['set-cookie'][0].split(';')[0].split('=')[1]; |
This is not a duplicated issue
- I have searched existing issues to ensure this bug has not already been reported
dosubot
Metadata
Metadata
Assignees
Labels
RSS bugSomething isn't workingSomething isn't working